From d15c1057c6d9f9f81f630611a9670d233a3731c3 Mon Sep 17 00:00:00 2001 From: Shruti Agarwal <46203852+agshruti12@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:01:14 -0400 Subject: [PATCH] Massive PR (#321) * info diversity tests * lexicon cleanup hotfix * Bump path-to-regexp and express in /website (#298) * Add Examples Notebook (#294) * Urgent fix to remove LIWC lexicons from public repo (#279) * delete small test lexicons * move .pkl files to assets and remove from GH * filesystem cleanup * update certainty pickle location * remove unpickling certainty * remove lexicons from pyproject * change lexical pkl path * add error handling when lexicons are not found * update warning message * add legal caveat and update name of certainty pkl to be correct * ensure lexicons are ignored * Update Documentation (Complete Conceptual Documentation, Document Assumptions) (#289) * new docs * lexicons hotfix * emilys doc edits * update deprecated github actions to latest * update last remaining text features * update index * update docs * update index * update docs * update docs and the feature dictionary * add basics.rst * add new basics page * update docs --------- Co-authored-by: Xinlan Emily Hu Co-authored-by: Xinlan Emily Hu * update torch requirements to resolve compatibility issue on torch end (#290) * Update Website (#291) * website updates * renaming tpm-website to website * deploying via gh-pages * changed from tpm-website to website * deployed website * copyright and team * team headshots and footer * edits to the pages * website updates * updated links * updated homepage * link updates * mobile compatibility * mobile adjustments * navbar mobile updates * whitespace edits * homepage updates * feature table * website updates * renaming tpm-website to website * deploying via gh-pages * changed from tpm-website to website * edits to the pages * website updates * updated links * updated homepage * link updates * mobile compatibility * mobile adjustments * navbar mobile updates * homepage updates * add table of features * updated team page titles * include flask in requirements.txt * updates to table of features * load pages from top * fix to 404 issues * moved build under website folder * updates to package launch * hyperlink ./setup.sh * fix nav bar sizing and hamburger logo * include preprint * updates to "getting started" * update team --------- Co-authored-by: amytangzheng * update documentation for clarity and correct typos in positivity z-score and information exchange and liwc * add demo notebook * update notebook and add information to docs * update documentation --------- Co-authored-by: Shruti Agarwal <46203852+agshruti12@users.noreply.github.com> Co-authored-by: amytangzheng * Bump path-to-regexp and express in /website Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `path-to-regexp` from 0.1.7 to 0.1.10 - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](https://github.com/pillarjs/path-to-regexp/compare/v0.1.7...v0.1.10) Updates `express` from 4.19.2 to 4.21.0 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md) - [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: indirect - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: Xinlan Emily Hu Co-authored-by: Shruti Agarwal <46203852+agshruti12@users.noreply.github.com> Co-authored-by: amytangzheng Co-authored-by: Xinlan Emily Hu Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump nltk from 3.8.1 to 3.9 (#297) * Add Examples Notebook (#294) * Urgent fix to remove LIWC lexicons from public repo (#279) * delete small test lexicons * move .pkl files to assets and remove from GH * filesystem cleanup * update certainty pickle location * remove unpickling certainty * remove lexicons from pyproject * change lexical pkl path * add error handling when lexicons are not found * update warning message * add legal caveat and update name of certainty pkl to be correct * ensure lexicons are ignored * Update Documentation (Complete Conceptual Documentation, Document Assumptions) (#289) * new docs * lexicons hotfix * emilys doc edits * update deprecated github actions to latest * update last remaining text features * update index * update docs * update index * update docs * update docs and the feature dictionary * add basics.rst * add new basics page * update docs --------- Co-authored-by: Xinlan Emily Hu Co-authored-by: Xinlan Emily Hu * update torch requirements to resolve compatibility issue on torch end (#290) * Update Website (#291) * website updates * renaming tpm-website to website * deploying via gh-pages * changed from tpm-website to website * deployed website * copyright and team * team headshots and footer * edits to the pages * website updates * updated links * updated homepage * link updates * mobile compatibility * mobile adjustments * navbar mobile updates * whitespace edits * homepage updates * feature table * website updates * renaming tpm-website to website * deploying via gh-pages * changed from tpm-website to website * edits to the pages * website updates * updated links * updated homepage * link updates * mobile compatibility * mobile adjustments * navbar mobile updates * homepage updates * add table of features * updated team page titles * include flask in requirements.txt * updates to table of features * load pages from top * fix to 404 issues * moved build under website folder * updates to package launch * hyperlink ./setup.sh * fix nav bar sizing and hamburger logo * include preprint * updates to "getting started" * update team --------- Co-authored-by: amytangzheng * update documentation for clarity and correct typos in positivity z-score and information exchange and liwc * add demo notebook * update notebook and add information to docs * update documentation --------- Co-authored-by: Shruti Agarwal <46203852+agshruti12@users.noreply.github.com> Co-authored-by: amytangzheng * Bump nltk from 3.8.1 to 3.9 Bumps [nltk](https://github.com/nltk/nltk) from 3.8.1 to 3.9. - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.8.1...3.9) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Update pyproject.toml * Update requirements.txt * Update download_resources.py --------- Signed-off-by: dependabot[bot] Co-authored-by: Xinlan Emily Hu Co-authored-by: Shruti Agarwal <46203852+agshruti12@users.noreply.github.com> Co-authored-by: amytangzheng Co-authored-by: Xinlan Emily Hu Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump body-parser and express in /website (#296) * Add Examples Notebook (#294) * Urgent fix to remove LIWC lexicons from public repo (#279) * delete small test lexicons * move .pkl files to assets and remove from GH * filesystem cleanup * update certainty pickle location * remove unpickling certainty * remove lexicons from pyproject * change lexical pkl path * add error handling when lexicons are not found * update warning message * add legal caveat and update name of certainty pkl to be correct * ensure lexicons are ignored * Update Documentation (Complete Conceptual Documentation, Document Assumptions) (#289) * new docs * lexicons hotfix * emilys doc edits * update deprecated github actions to latest * update last remaining text features * update index * update docs * update index * update docs * update docs and the feature dictionary * add basics.rst * add new basics page * update docs --------- Co-authored-by: Xinlan Emily Hu Co-authored-by: Xinlan Emily Hu * update torch requirements to resolve compatibility issue on torch end (#290) * Update Website (#291) * website updates * renaming tpm-website to website * deploying via gh-pages * changed from tpm-website to website * deployed website * copyright and team * team headshots and footer * edits to the pages * website updates * updated links * updated homepage * link updates * mobile compatibility * mobile adjustments * navbar mobile updates * whitespace edits * homepage updates * feature table * website updates * renaming tpm-website to website * deploying via gh-pages * changed from tpm-website to website * edits to the pages * website updates * updated links * updated homepage * link updates * mobile compatibility * mobile adjustments * navbar mobile updates * homepage updates * add table of features * updated team page titles * include flask in requirements.txt * updates to table of features * load pages from top * fix to 404 issues * moved build under website folder * updates to package launch * hyperlink ./setup.sh * fix nav bar sizing and hamburger logo * include preprint * updates to "getting started" * update team --------- Co-authored-by: amytangzheng * update documentation for clarity and correct typos in positivity z-score and information exchange and liwc * add demo notebook * update notebook and add information to docs * update documentation --------- Co-authored-by: Shruti Agarwal <46203852+agshruti12@users.noreply.github.com> Co-authored-by: amytangzheng * Bump body-parser and express in /website Bumps [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `body-parser` from 1.20.2 to 1.20.3 - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](https://github.com/expressjs/body-parser/compare/1.20.2...1.20.3) Updates `express` from 4.19.2 to 4.21.0 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md) - [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0) --- updated-dependencies: - dependency-name: body-parser dependency-type: indirect - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: Xinlan Emily Hu Co-authored-by: Shruti Agarwal <46203852+agshruti12@users.noreply.github.com> Co-authored-by: amytangzheng Co-authored-by: Xinlan Emily Hu Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Check embedding update (#295) * Add Examples Notebook (#294) * Urgent fix to remove LIWC lexicons from public repo (#279) * delete small test lexicons * move .pkl files to assets and remove from GH * filesystem cleanup * update certainty pickle location * remove unpickling certainty * remove lexicons from pyproject * change lexical pkl path * add error handling when lexicons are not found * update warning message * add legal caveat and update name of certainty pkl to be correct * ensure lexicons are ignored * Update Documentation (Complete Conceptual Documentation, Document Assumptions) (#289) * new docs * lexicons hotfix * emilys doc edits * update deprecated github actions to latest * update last remaining text features * update index * update docs * update index * update docs * update docs and the feature dictionary * add basics.rst * add new basics page * update docs --------- Co-authored-by: Xinlan Emily Hu Co-authored-by: Xinlan Emily Hu * update torch requirements to resolve compatibility issue on torch end (#290) * Update Website (#291) * website updates * renaming tpm-website to website * deploying via gh-pages * changed from tpm-website to website * deployed website * copyright and team * team headshots and footer * edits to the pages * website updates * updated links * updated homepage * link updates * mobile compatibility * mobile adjustments * navbar mobile updates * whitespace edits * homepage updates * feature table * website updates * renaming tpm-website to website * deploying via gh-pages * changed from tpm-website to website * edits to the pages * website updates * updated links * updated homepage * link updates * mobile compatibility * mobile adjustments * navbar mobile updates * homepage updates * add table of features * updated team page titles * include flask in requirements.txt * updates to table of features * load pages from top * fix to 404 issues * moved build under website folder * updates to package launch * hyperlink ./setup.sh * fix nav bar sizing and hamburger logo * include preprint * updates to "getting started" * update team --------- Co-authored-by: amytangzheng * update documentation for clarity and correct typos in positivity z-score and information exchange and liwc * add demo notebook * update notebook and add information to docs * update documentation --------- Co-authored-by: Shruti Agarwal <46203852+agshruti12@users.noreply.github.com> Co-authored-by: amytangzheng * update check embeddings with tqdm loading bar and BERT tokenization update * (1) allow BERT sentiments to be generated from the messages with punctuation, rather than the preprocessed messages; (2) batch BERT sentiment generation to make it more efficient; (3) add loading bar for generation of chat-level features --------- Co-authored-by: Shruti Agarwal <46203852+agshruti12@users.noreply.github.com> Co-authored-by: amytangzheng * Update README.md to remove col = "message" * Closes #302. * Rebase Shruti's testing changes (#303) * Urgent fix to remove LIWC lexicons from public repo (#279) (#280) * delete small test lexicons * move .pkl files to assets and remove from GH * filesystem cleanup * update certainty pickle location * remove unpickling certainty * remove lexicons from pyproject * change lexical pkl path * add error handling when lexicons are not found * update warning message * add legal caveat and update name of certainty pkl to be correct * ensure lexicons are ignored * ensure lexicons are ignored * Update Documentation (Complete Conceptual Documentation, Document Assumptions) (#289) * new docs * lexicons hotfix * emilys doc edits * update deprecated github actions to latest * update last remaining text features * update index * update docs * update index * update docs * update docs and the feature dictionary * add basics.rst * add new basics page * update docs --------- Co-authored-by: Xinlan Emily Hu Co-authored-by: Xinlan Emily Hu * update torch requirements to resolve compatibility issue on torch end (#290) * Update Website (#291) * website updates * renaming tpm-website to website * deploying via gh-pages * changed from tpm-website to website * deployed website * copyright and team * team headshots and footer * edits to the pages * website updates * updated links * updated homepage * link updates * mobile compatibility * mobile adjustments * navbar mobile updates * whitespace edits * homepage updates * feature table * website updates * renaming tpm-website to website * deploying via gh-pages * changed from tpm-website to website * edits to the pages * website updates * updated links * updated homepage * link updates * mobile compatibility * mobile adjustments * navbar mobile updates * homepage updates * add table of features * updated team page titles * include flask in requirements.txt * updates to table of features * load pages from top * fix to 404 issues * moved build under website folder * updates to package launch * hyperlink ./setup.sh * fix nav bar sizing and hamburger logo * include preprint * updates to "getting started" * update team --------- Co-authored-by: amytangzheng * update documentation for clarity and correct typos in positivity z-score and information exchange and liwc * Patch Release 0.1.3 (#292) * Urgent fix to remove LIWC lexicons from public repo (#279) * delete small test lexicons * move .pkl files to assets and remove from GH * filesystem cleanup * update certainty pickle location * remove unpickling certainty * remove lexicons from pyproject * change lexical pkl path * add error handling when lexicons are not found * update warning message * add legal caveat and update name of certainty pkl to be correct * ensure lexicons are ignored * Update Documentation (Complete Conceptual Documentation, Document Assumptions) (#289) * new docs * lexicons hotfix * emilys doc edits * update deprecated github actions to latest * update last remaining text features * update index * update docs * update index * update docs * update docs and the feature dictionary * add basics.rst * add new basics page * update docs --------- Co-authored-by: Xinlan Emily Hu Co-authored-by: Xinlan Emily Hu * update torch requirements to resolve compatibility issue on torch end (#290) * Update Website (#291) * website updates * renaming tpm-website to website * deploying via gh-pages * changed from tpm-website to website * deployed website * copyright and team * team headshots and footer * edits to the pages * website updates * updated links * updated homepage * link updates * mobile compatibility * mobile adjustments * navbar mobile updates * whitespace edits * homepage updates * feature table * website updates * renaming tpm-website to website * deploying via gh-pages * changed from tpm-website to website * edits to the pages * website updates * updated links * updated homepage * link updates * mobile compatibility * mobile adjustments * navbar mobile updates * homepage updates * add table of features * updated team page titles * include flask in requirements.txt * updates to table of features * load pages from top * fix to 404 issues * moved build under website folder * updates to package launch * hyperlink ./setup.sh * fix nav bar sizing and hamburger logo * include preprint * updates to "getting started" * update team --------- Co-authored-by: amytangzheng * update documentation for clarity and correct typos in positivity z-score and information exchange and liwc --------- Co-authored-by: Shruti Agarwal <46203852+agshruti12@users.noreply.github.com> Co-authored-by: amytangzheng * update pyproject.toml * add demo notebook * update notebook and add information to docs * update documentation * Add Examples Notebook (#294) * Urgent fix to remove LIWC lexicons from public repo (#279) * delete small test lexicons * move .pkl files to assets and remove from GH * filesystem cleanup * update certainty pickle location * remove unpickling certainty * remove lexicons from pyproject * change lexical pkl path * add error handling when lexicons are not found * update warning message * add legal caveat and update name of certainty pkl to be correct * ensure lexicons are ignored * Update Documentation (Complete Conceptual Documentation, Document Assumptions) (#289) * new docs * lexicons hotfix * emilys doc edits * update deprecated github actions to latest * update last remaining text features * update index * update docs * update index * update docs * update docs and the feature dictionary * add basics.rst * add new basics page * update docs --------- Co-authored-by: Xinlan Emily Hu Co-authored-by: Xinlan Emily Hu * update torch requirements to resolve compatibility issue on torch end (#290) * Update Website (#291) * website updates * renaming tpm-website to website * deploying via gh-pages * changed from tpm-website to website * deployed website * copyright and team * team headshots and footer * edits to the pages * website updates * updated links * updated homepage * link updates * mobile compatibility * mobile adjustments * navbar mobile updates * whitespace edits * homepage updates * feature table * website updates * renaming tpm-website to website * deploying via gh-pages * changed from tpm-website to website * edits to the pages * website updates * updated links * updated homepage * link updates * mobile compatibility * mobile adjustments * navbar mobile updates * homepage updates * add table of features * updated team page titles * include flask in requirements.txt * updates to table of features * load pages from top * fix to 404 issues * moved build under website folder * updates to package launch * hyperlink ./setup.sh * fix nav bar sizing and hamburger logo * include preprint * updates to "getting started" * update team --------- Co-authored-by: amytangzheng * update documentation for clarity and correct typos in positivity z-score and information exchange and liwc * add demo notebook * update notebook and add information to docs * update documentation --------- Co-authored-by: Shruti Agarwal <46203852+agshruti12@users.noreply.github.com> Co-authored-by: amytangzheng * fix typo in demo * Bump path-to-regexp and express in /website (#298) * Add Examples Notebook (#294) * Urgent fix to remove LIWC lexicons from public repo (#279) * delete small test lexicons * move .pkl files to assets and remove from GH * filesystem cleanup * update certainty pickle location * remove unpickling certainty * remove lexicons from pyproject * change lexical pkl path * add error handling when lexicons are not found * update warning message * add legal caveat and update name of certainty pkl to be correct * ensure lexicons are ignored * Update Documentation (Complete Conceptual Documentation, Document Assumptions) (#289) * new docs * lexicons hotfix * emilys doc edits * update deprecated github actions to latest * update last remaining text features * update index * update docs * update index * update docs * update docs and the feature dictionary * add basics.rst * add new basics page * update docs --------- Co-authored-by: Xinlan Emily Hu Co-authored-by: Xinlan Emily Hu * update torch requirements to resolve compatibility issue on torch end (#290) * Update Website (#291) * website updates * renaming tpm-website to website * deploying via gh-pages * changed from tpm-website to website * deployed website * copyright and team * team headshots and footer * edits to the pages * website updates * updated links * updated homepage * link updates * mobile compatibility * mobile adjustments * navbar mobile updates * whitespace edits * homepage updates * feature table * website updates * renaming tpm-website to website * deploying via gh-pages * changed from tpm-website to website * edits to the pages * website updates * updated links * updated homepage * link updates * mobile compatibility * mobile adjustments * navbar mobile updates * homepage updates * add table of features * updated team page titles * include flask in requirements.txt * updates to table of features * load pages from top * fix to 404 issues * moved build under website folder * updates to package launch * hyperlink ./setup.sh * fix nav bar sizing and hamburger logo * include preprint * updates to "getting started" * update team --------- Co-authored-by: amytangzheng * update documentation for clarity and correct typos in positivity z-score and information exchange and liwc * add demo notebook * update notebook and add information to docs * update documentation --------- Co-authored-by: Shruti Agarwal <46203852+agshruti12@users.noreply.github.com> Co-authored-by: amytangzheng * Bump path-to-regexp and express in /website Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `path-to-regexp` from 0.1.7 to 0.1.10 - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](https://github.com/pillarjs/path-to-regexp/compare/v0.1.7...v0.1.10) Updates `express` from 4.19.2 to 4.21.0 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md) - [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: indirect - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: Xinlan Emily Hu Co-authored-by: Shruti Agarwal <46203852+agshruti12@users.noreply.github.com> Co-authored-by: amytangzheng Co-authored-by: Xinlan Emily Hu Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump nltk from 3.8.1 to 3.9 (#297) * Add Examples Notebook (#294) * Urgent fix to remove LIWC lexicons from public repo (#279) * delete small test lexicons * move .pkl files to assets and remove from GH * filesystem cleanup * update certainty pickle location * remove unpickling certainty * remove lexicons from pyproject * change lexical pkl path * add error handling when lexicons are not found * update warning message * add legal caveat and update name of certainty pkl to be correct * ensure lexicons are ignored * Update Documentation (Complete Conceptual Documentation, Document Assumptions) (#289) * new docs * lexicons hotfix * emilys doc edits * update deprecated github actions to latest * update last remaining text features * update index * update docs * update index * update docs * update docs and the feature dictionary * add basics.rst * add new basics page * update docs --------- Co-authored-by: Xinlan Emily Hu Co-authored-by: Xinlan Emily Hu * update torch requirements to resolve compatibility issue on torch end (#290) * Update Website (#291) * website updates * renaming tpm-website to website * deploying via gh-pages * changed from tpm-website to website * deployed website * copyright and team * team headshots and footer * edits to the pages * website updates * updated links * updated homepage * link updates * mobile compatibility * mobile adjustments * navbar mobile updates * whitespace edits * homepage updates * feature table * website updates * renaming tpm-website to website * deploying via gh-pages * changed from tpm-website to website * edits to the pages * website updates * updated links * updated homepage * link updates * mobile compatibility * mobile adjustments * navbar mobile updates * homepage updates * add table of features * updated team page titles * include flask in requirements.txt * updates to table of features * load pages from top * fix to 404 issues * moved build under website folder * updates to package launch * hyperlink ./setup.sh * fix nav bar sizing and hamburger logo * include preprint * updates to "getting started" * update team --------- Co-authored-by: amytangzheng * update documentation for clarity and correct typos in positivity z-score and information exchange and liwc * add demo notebook * update notebook and add information to docs * update documentation --------- Co-authored-by: Shruti Agarwal <46203852+agshruti12@users.noreply.github.com> Co-authored-by: amytangzheng * Bump nltk from 3.8.1 to 3.9 Bumps [nltk](https://github.com/nltk/nltk) from 3.8.1 to 3.9. - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.8.1...3.9) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Update pyproject.toml * Update requirements.txt * Update download_resources.py --------- Signed-off-by: dependabot[bot] Co-authored-by: Xinlan Emily Hu Co-authored-by: Shruti Agarwal <46203852+agshruti12@users.noreply.github.com> Co-authored-by: amytangzheng Co-authored-by: Xinlan Emily Hu Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump body-parser and express in /website (#296) * Add Examples Notebook (#294) * Urgent fix to remove LIWC lexicons from public repo (#279) * delete small test lexicons * move .pkl files to assets and remove from GH * filesystem cleanup * update certainty pickle location * remove unpickling certainty * remove lexicons from pyproject * change lexical pkl path * add error handling when lexicons are not found * update warning message * add legal caveat and update name of certainty pkl to be correct * ensure lexicons are ignored * Update Documentation (Complete Conceptual Documentation, Document Assumptions) (#289) * new docs * lexicons hotfix * emilys doc edits * update deprecated github actions to latest * update last remaining text features * update index * update docs * update index * update docs * update docs and the feature dictionary * add basics.rst * add new basics page * update docs --------- Co-authored-by: Xinlan Emily Hu Co-authored-by: Xinlan Emily Hu * update torch requirements to resolve compatibility issue on torch end (#290) * Update Website (#291) * website updates * renaming tpm-website to website * deploying via gh-pages * changed from tpm-website to website * deployed website * copyright and team * team headshots and footer * edits to the pages * website updates * updated links * updated homepage * link updates * mobile compatibility * mobile adjustments * navbar mobile updates * whitespace edits * homepage updates * feature table * website updates * renaming tpm-website to website * deploying via gh-pages * changed from tpm-website to website * edits to the pages * website updates * updated links * updated homepage * link updates * mobile compatibility * mobile adjustments * navbar mobile updates * homepage updates * add table of features * updated team page titles * include flask in requirements.txt * updates to table of features * load pages from top * fix to 404 issues * moved build under website folder * updates to package launch * hyperlink ./setup.sh * fix nav bar sizing and hamburger logo * include preprint * updates to "getting started" * update team --------- Co-authored-by: amytangzheng * update documentation for clarity and correct typos in positivity z-score and information exchange and liwc * add demo notebook * update notebook and add information to docs * update documentation --------- Co-authored-by: Shruti Agarwal <46203852+agshruti12@users.noreply.github.com> Co-authored-by: amytangzheng * Bump body-parser and express in /website Bumps [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `body-parser` from 1.20.2 to 1.20.3 - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](https://github.com/expressjs/body-parser/compare/1.20.2...1.20.3) Updates `express` from 4.19.2 to 4.21.0 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md) - [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0) --- updated-dependencies: - dependency-name: body-parser dependency-type: indirect - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: Xinlan Emily Hu Co-authored-by: Shruti Agarwal <46203852+agshruti12@users.noreply.github.com> Co-authored-by: amytangzheng Co-authored-by: Xinlan Emily Hu Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Check embedding update (#295) * Add Examples Notebook (#294) * Urgent fix to remove LIWC lexicons from public repo (#279) * delete small test lexicons * move .pkl files to assets and remove from GH * filesystem cleanup * update certainty pickle location * remove unpickling certainty * remove lexicons from pyproject * change lexical pkl path * add error handling when lexicons are not found * update warning message * add legal caveat and update name of certainty pkl to be correct * ensure lexicons are ignored * Update Documentation (Complete Conceptual Documentation, Document Assumptions) (#289) * new docs * lexicons hotfix * emilys doc edits * update deprecated github actions to latest * update last remaining text features * update index * update docs * update index * update docs * update docs and the feature dictionary * add basics.rst * add new basics page * update docs --------- Co-authored-by: Xinlan Emily Hu Co-authored-by: Xinlan Emily Hu * update torch requirements to resolve compatibility issue on torch end (#290) * Update Website (#291) * website updates * renaming tpm-website to website * deploying via gh-pages * changed from tpm-website to website * deployed website * copyright and team * team headshots and footer * edits to the pages * website updates * updated links * updated homepage * link updates * mobile compatibility * mobile adjustments * navbar mobile updates * whitespace edits * homepage updates * feature table * website updates * renaming tpm-website to website * deploying via gh-pages * changed from tpm-website to website * edits to the pages * website updates * updated links * updated homepage * link updates * mobile compatibility * mobile adjustments * navbar mobile updates * homepage updates * add table of features * updated team page titles * include flask in requirements.txt * updates to table of features * load pages from top * fix to 404 issues * moved build under website folder * updates to package launch * hyperlink ./setup.sh * fix nav bar sizing and hamburger logo * include preprint * updates to "getting started" * update team --------- Co-authored-by: amytangzheng * update documentation for clarity and correct typos in positivity z-score and information exchange and liwc * add demo notebook * update notebook and add information to docs * update documentation --------- Co-authored-by: Shruti Agarwal <46203852+agshruti12@users.noreply.github.com> Co-authored-by: amytangzheng * update check embeddings with tqdm loading bar and BERT tokenization update * (1) allow BERT sentiments to be generated from the messages with punctuation, rather than the preprocessed messages; (2) batch BERT sentiment generation to make it more efficient; (3) add loading bar for generation of chat-level features --------- Co-authored-by: Shruti Agarwal <46203852+agshruti12@users.noreply.github.com> Co-authored-by: amytangzheng * Update README.md to remove col = "message" * info diversity tests * intermediate info diversity changes rebasing! * intermediate changes * rebase dev * removed print * Update run_tests.py --------- Signed-off-by: dependabot[bot] Co-authored-by: Shruti Agarwal <46203852+agshruti12@users.noreply.github.com> Co-authored-by: amytangzheng Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: agshruti12 * mimicry tests + content word per conv feature * add call to content word accommodation per conv * spelling fix * mimicry change * Amy/website (#301) * website updates * renaming tpm-website to website * deploying via gh-pages * changed from tpm-website to website * deployed website * copyright and team * team headshots and footer * edits to the pages * website updates * updated links * updated homepage * link updates * mobile compatibility * mobile adjustments * navbar mobile updates * whitespace edits * homepage updates * feature table * website updates * renaming tpm-website to website * deploying via gh-pages * changed from tpm-website to website * edits to the pages * website updates * updated links * updated homepage * link updates * mobile compatibility * mobile adjustments * navbar mobile updates * homepage updates * add table of features * updated team page titles * include flask in requirements.txt * updates to table of features * load pages from top * fix to 404 issues * moved build under website folder * updates to package launch * hyperlink ./setup.sh * fix nav bar sizing and hamburger logo * include preprint * updates to "getting started" * update team * gh actions and custom domain * deploy to custom url * deploy to custom url * updates to cname * changes to cname * cname updates * testing github actions * updates to github-actions-website * testing github actions * updates to gh actions * updates to github-actions * update home for testing gh actions * updates CNAME * update testing email * updates username/email * updates to email in github-actions-website * testing gh actions for feature_dict * testing github-actions feature_dict * updates to github-actions-feature_dict * Update github-actions-feature_dict.yaml * testing updates to feature_dict.py * testing feature_dict updates * testing updates to feature_dict.py * testing feature_dict deployment * Update github-actions-feature_dict.yaml * testing feature_dict updates * testing updates to feature_dict.py * updates to feature_dict * updates to github actions feature_dict * testing auto updates to feature_dict * Update feature_dict.py * testing feature_dict auto updates * testing feature_dict auto updates * Update feature_dict.py * testing feature_dict auto updates * remove commented code in feature_dict.py * Delete src/team_comm_tools/filtered_dict.json delete test json file * Update github-actions-website.yaml to deploy on update to dev * put 'dev' in quotes * Update github-actions-feature_dict.yaml to update upon dev * re-add filtered dict --------- Co-authored-by: Xinlan Emily Hu Co-authored-by: Xinlan Emily Hu * Update github-actions-website.yaml (#309) * Update github-actions-feature_dict.yaml (#308) * Package updates in Amy/website (#310) * website updates * renaming tpm-website to website * deploying via gh-pages * changed from tpm-website to website * deployed website * copyright and team * team headshots and footer * edits to the pages * website updates * updated links * updated homepage * link updates * mobile compatibility * mobile adjustments * navbar mobile updates * whitespace edits * homepage updates * feature table * website updates * renaming tpm-website to website * deploying via gh-pages * changed from tpm-website to website * edits to the pages * website updates * updated links * updated homepage * link updates * mobile compatibility * mobile adjustments * navbar mobile updates * homepage updates * add table of features * updated team page titles * include flask in requirements.txt * updates to table of features * load pages from top * fix to 404 issues * moved build under website folder * updates to package launch * hyperlink ./setup.sh * fix nav bar sizing and hamburger logo * include preprint * updates to "getting started" * update team * gh actions and custom domain * deploy to custom url * deploy to custom url * updates to cname * changes to cname * cname updates * testing github actions * updates to github-actions-website * testing github actions * updates to gh actions * updates to github-actions * update home for testing gh actions * updates CNAME * update testing email * updates username/email * updates to email in github-actions-website * testing gh actions for feature_dict * testing github-actions feature_dict * updates to github-actions-feature_dict * Update github-actions-feature_dict.yaml * testing updates to feature_dict.py * testing feature_dict updates * testing updates to feature_dict.py * testing feature_dict deployment * Update github-actions-feature_dict.yaml * testing feature_dict updates * testing updates to feature_dict.py * updates to feature_dict * updates to github actions feature_dict * testing auto updates to feature_dict * Update feature_dict.py * testing feature_dict auto updates * testing feature_dict auto updates * Update feature_dict.py * testing feature_dict auto updates * remove commented code in feature_dict.py * Delete src/team_comm_tools/filtered_dict.json delete test json file * Update github-actions-website.yaml to deploy on update to dev * put 'dev' in quotes * Update github-actions-feature_dict.yaml to update upon dev * re-add filtered dict * update packages for website --------- Co-authored-by: amytangzheng * Update package-lock.json to local version * Update package-lock.json * Update package.json * Update package-lock.json * Fix "@babel/plugin-proposal-private-property-in-object" error (#311) * Update package-lock.json * Update package.json * upgrade node packages * update team page + try to remove some of the deprecated packages * Revert "update team page + try to remove some of the deprecated packages" This reverts commit d04037df782639c3567cf1119cea627d3c6ad841. * revert attempts to upgrade packages * Denormalize liwc (#312) * address https://github.com/Watts-Lab/team_comm_tools/issues/306 * fix hedges reference and update dictionary * address https://github.com/Watts-Lab/team_comm_tools/issues/300 (#313) * Address issues with making feature names more clear; have cleaner defaults for output params (#314) * address https://github.com/Watts-Lab/team_comm_tools/issues/304 * address https://github.com/Watts-Lab/team_comm_tools/issues/286 and https://github.com/Watts-Lab/team_comm_tools/issues/299 * small fix to ensure filtered_dict does not generate in every run * PATCH FIX: Defaults in 0.1.4 were incorrectly specified * resolved merge conflicts * first_person_raw bug fix, dale-chale bug fix, updating test datasets * uncommenting featurebuilders * move aux files to notebooks folder * update pyproject.toml * edit docstrings in mimicry * update doucmentation * remove print statement: --------- Signed-off-by: dependabot[bot] Co-authored-by: Xinlan Emily Hu Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xinlan Emily Hu Co-authored-by: amytangzheng Co-authored-by: amytangzheng <145236844+amytangzheng@users.noreply.github.com> --- .gitignore | 1 + docs/build/doctrees/environment.pickle | Bin 2268761 -> 324236 bytes docs/build/doctrees/examples.doctree | Bin 137145 -> 137166 bytes docs/build/doctrees/feature_builder.doctree | Bin 69652 -> 90730 bytes .../doctrees/features/basic_features.doctree | Bin 13498 -> 13636 bytes .../doctrees/features/burstiness.doctree | Bin 15820 -> 15930 bytes .../build/doctrees/features/certainty.doctree | Bin 9085 -> 9167 bytes .../features/discursive_diversity.doctree | Bin 15546 -> 15684 bytes docs/build/doctrees/features/fflow.doctree | Bin 9166 -> 9248 bytes .../features/get_all_DD_features.doctree | Bin 14943 -> 15053 bytes .../features/get_user_network.doctree | Bin 14291 -> 14401 bytes docs/build/doctrees/features/hedge.doctree | Bin 7611 -> 7693 bytes docs/build/doctrees/features/index.doctree | Bin 9897 -> 9918 bytes .../features/info_exchange_zscore.doctree | Bin 11721 -> 11803 bytes .../features/information_diversity.doctree | Bin 24690 -> 24856 bytes .../features/lexical_features_v2.doctree | Bin 15283 -> 15414 bytes .../named_entity_recognition_features.doctree | Bin 28074 -> 28281 bytes .../features/other_lexical_features.doctree | Bin 16292 -> 16430 bytes .../features/politeness_features.doctree | Bin 7924 -> 8006 bytes .../doctrees/features/politeness_v2.doctree | Bin 8637 -> 8719 bytes .../features/politeness_v2_helper.doctree | Bin 96428 -> 97129 bytes .../doctrees/features/question_num.doctree | Bin 8746 -> 8828 bytes .../doctrees/features/readability.doctree | Bin 22759 -> 20675 bytes .../doctrees/features/reddit_tags.doctree | Bin 44947 -> 45337 bytes .../features/temporal_features.doctree | Bin 20051 -> 20189 bytes .../textblob_sentiment_analysis.doctree | Bin 13394 -> 13504 bytes .../features/turn_taking_features.doctree | Bin 18846 -> 18984 bytes .../doctrees/features/variance_in_DD.doctree | Bin 4990 -> 5051 bytes .../within_person_discursive_range.doctree | Bin 6675 -> 6755 bytes .../doctrees/features/word_mimicry.doctree | Bin 48809 -> 60853 bytes .../features_conceptual/TEMPLATE.doctree | Bin 9273 -> 9294 bytes .../content_word_accommodation.doctree | Bin 22434 -> 26456 bytes .../function_word_accommodation.doctree | Bin 19939 -> 19960 bytes .../features_conceptual/index.doctree | Bin 6606 -> 6627 bytes .../features_conceptual/mimicry_bert.doctree | Bin 14351 -> 14372 bytes .../moving_mimicry.doctree | Bin 13855 -> 13876 bytes .../named_entity_recognition.doctree | Bin 17859 -> 17880 bytes .../positivity_bert.doctree | Bin 13939 -> 13960 bytes .../turn_taking_index.doctree | Bin 16130 -> 16151 bytes .../features_conceptual/word_ttr.doctree | Bin 8527 -> 8548 bytes docs/build/doctrees/index.doctree | Bin 29722 -> 29743 bytes docs/build/doctrees/intro.doctree | Bin 34381 -> 34402 bytes .../doctrees/utils/assign_chunk_nums.doctree | Bin 29903 -> 30069 bytes .../calculate_chat_level_features.doctree | Bin 86715 -> 87407 bytes ...culate_conversation_level_features.doctree | Bin 50100 -> 50451 bytes .../calculate_user_level_features.doctree | Bin 37057 -> 37356 bytes .../doctrees/utils/check_embeddings.doctree | Bin 44624 -> 44856 bytes .../doctrees/utils/gini_coefficient.doctree | Bin 13660 -> 13770 bytes docs/build/doctrees/utils/index.doctree | Bin 8866 -> 8887 bytes .../doctrees/utils/preload_word_lists.doctree | Bin 13887 -> 14062 bytes docs/build/doctrees/utils/preprocess.doctree | Bin 54593 -> 54871 bytes .../doctrees/utils/summarize_features.doctree | Bin 55759 -> 56009 bytes .../zscore_chats_and_conversation.doctree | Bin 15809 -> 15919 bytes docs/build/html/.buildinfo | 2 +- .../content_word_accommodation.rst.txt | 8 +- docs/build/html/_static/searchtools.js | 7 +- docs/build/html/feature_builder.html | 2 +- docs/build/html/features/readability.html | 16 +- docs/build/html/features/word_mimicry.html | 50 +- .../content_word_accommodation.html | 7 +- docs/build/html/genindex.html | 4 + docs/build/html/objects.inv | Bin 4354 -> 4365 bytes docs/build/html/searchindex.js | 2 +- .../content_word_accommodation.rst | 8 +- pyproject.toml | 2 +- src/team_comm_tools/feature_dict.py | 6 +- .../features/info_exchange_zscore.py | 4 +- src/team_comm_tools/features/question_num.py | 2 +- src/team_comm_tools/features/readability.py | 48 +- src/team_comm_tools/features/word_mimicry.py | 325 +- .../utils/calculate_chat_level_features.py | 211 +- tests/data/cleaned_data/fflow.csv | 29 +- .../info_exchange_zscore_chats.csv | 7 + tests/data/cleaned_data/test_chat_level.csv | 1417 +++++---- .../cleaned_data/test_chat_level_complex.csv | 18 +- tests/data/cleaned_data/test_conv_level.csv | 32 +- .../cleaned_data/test_conv_level_complex.csv | 144 +- .../generate_liwc_tests.ipynb | 2 +- tests/ipython_notebooks/helper.ipynb | 2797 +++++++++++++++++ tests/ipython_notebooks/hi.csv | 30 + tests/ipython_notebooks/info_divvy.csv | 11 + tests/ipython_notebooks/info_divvy_LDA.csv | 89 + tests/ipython_notebooks/infodiv.ipynb | 860 +++++ tests/ipython_notebooks/output.csv | 15 + tests/run_tests.py | 39 +- tests/test_feature_metrics.py | 153 +- 86 files changed, 5336 insertions(+), 1012 deletions(-) create mode 100644 tests/data/cleaned_data/info_exchange_zscore_chats.csv create mode 100644 tests/ipython_notebooks/helper.ipynb create mode 100644 tests/ipython_notebooks/hi.csv create mode 100644 tests/ipython_notebooks/info_divvy.csv create mode 100644 tests/ipython_notebooks/info_divvy_LDA.csv create mode 100644 tests/ipython_notebooks/infodiv.ipynb create mode 100644 tests/ipython_notebooks/output.csv diff --git a/.gitignore b/.gitignore index 96b04f41..52f9f9af 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,7 @@ src/team_comm_tools/ipython_notebooks/.ipynb_checkpoints/ tests/ipython_notebooks/.ipynb_checkpoints/ tests/data/vector_data/ tests/test.log +tests/helper.ipynb tests/output/* tests/vector_data/* src/utils/__pycache__/ diff --git a/docs/build/doctrees/environment.pickle b/docs/build/doctrees/environment.pickle index f31e7e92391490a097a8f573f2f40d4a00618a65..529ce2906c4b4a79517c5c8eff1854e8d8ed58c1 100644 GIT binary patch literal 324236 zcmeEv37i~NwfAK0tdq&UCk+!|0?ag!upBxJ>4}^RnuF#x+e*W8v@Bt zYIrpGcgvh&{l5J2tEsI| zoqNu?=lt(>?h9tzH?3<*7ydIB8D&)~9v)DN<65OuEGWfl-R!xdrsZ?nT(|D6Z+v0> zwtAmAEmJPn_nLEZrEImLC^@ZCH;ikS=GcYF-1cxOd+|iQpzfZk=z5{(2ApVb3qkur?aI(Azdw% z^7u>mF8rA>j10mjEH;dKwZ6Y@&NM1n+H~R|hh+Y6A#@gKz8R9LEuK3eg%|}C|63lk_CmWBJ$e`f~pm@Y^Dl)CWk;`V;Vf12@I+w(9@P1 zv?B15+*Z)?N0L|8l9^&ISyh!}^Is?TD~6J(WYy%3N(m%kF0{T0S}7l?Xrn58V8=OU zowNDOWE-f@W>nR)&BQoZ3lybpc7c>CN?yqrAjBDG4V*o2Hv9##XO7g>&E{-!mL4fo zK`JXiwY7?pwxymP(eg?$Q-EJCdrqZPs@^v69Q)aA&jG#ORyUKQO0^27=}bOfI+Px% z-FoYhbhVNx8hIj2qkha>JLC3MB}&Z)UDk$Y`LJweXuldIV%zELD|sMHx}xn^^@+Gy|3Gm^qL9 zklG*0sJnb*6kQA$arFq{d65b>lt(*q6b8Ds3I^uJ9+%2kECXfOT~!KY(2QabZ-bR+ zPTIML^~kn2!#t}1%2X&L7i!(tmR9i@D*|e#zC(Z5&58x0%fO1@)`K>Q4j)1EmJuHmO{li zwR{8&f>v&qpMiqTD`bjg@Ek_ER>=eTSw*c{*0N(qP?pwtS{p5vDhl$lr12IgWE6}L z9?UG(3h42UnTzRJ+EB7^md+_<@Xx!ZnDedsBc)0qQzfoG0q>y5p^OLUS@IOrKCNG% zrS0120J$}zni&RdnzM%RFS#`b9GKES46bbqe!p8YsvvfJQZv^UGKaMSd>ouwF@qH# zo!5$RP>Q3#%wBT=aG<7vp<$>_P$N-U{9c7n>0*-3R0DQNa zH`3rlw2>qD9Ivuqn3bx5s;WUSN`r7A;sGrKR8l=y13M;F!*!X?SYnuVa1aW)#Qn&s zv1pZj=4{)o5Vt;6&wwS)B9RKC9)^u+pigiCq`oU432M`6ux2%5Xa>~$Jn*NM@;Uqk z)E}i>8^#h4H@M^SStMw8nRCc}sNCq)rsD-zF1wd@)s+S0ww8lpY9pEgVIWZ}julIX zfRVZ6nUN)QRL~!}u4%bCT+nZ1OYrsjM(b)6o+)tEOOg!M z{XGfAc*_pQ5R9u3c`Y{42*9?A6!0Lfpx;F!wSTeKy62{{*ZMvAE(0(}%@y>s7&|FV zpi)534=h^7KzvjvrCPOI!w79-!Wje;LX9W%0UkrNh42YJ79~lw zLH#>APz!pPQwNeZMT;BTU4hL|MOpVQPVOE15m?= z1+T8Lm;`gdU_e}bv19`P^^I03h${#10FDnnVHx%2G*&LS22Y4D=uoq@O7Z{aNG$UWRssP0Ur&Zu_3) z8PHu%y}1uC`^_5x#5+I9X<&x{JL&Uh;`3YJx$|>SABH0_m;gouHCW&ezJS_<#}zO zR2hZW=OPF@Y`e3W5Z!9T@6p?qf9j!E(5M6T5)S}~WHr5sb&j4D0LVg}&({h?DDp~r z6B>tkWn9T4TtVSrlW4EGgg*4U6?)(0=BE}*P`h2X(K7*tAXt>%hE@eZq*&jU(OWK0 z<^-sP^br9%7I;Mqm^EA~jloSYDrmdpOO;CLkOAgkeUrF;cQm$SLGKe&23hoA-GLws zwS!@~)$FDnEdfZ@D6d3-&W}i=1u7!6B(w?$iehB;d&J*}0#~wI73E+JF{!F#2-JYW zFLXbpjRC-guDeyOpnxx`?^@@+d#F?yL$I=IhWl=&n1w)y?q~%gYu$7ea_X~Ag7A}U z_6kBhf_yicYuGy#usLue1qcQ2 z`ZM~Uck&s}hUO`GT2u~!R3I{&)1mtSTCI!8ZEP_*VT42$o0bL58zRe`!vJ*v5mu`h z-WFujS}qOESOS-TG??Ea#2(<{J-2(ZX^K3?lp|nFIefRzOaL-~)&X)$&PpS|9aJ_z zRSEQ-d2C(JM&zdzF``1#2!azdCIHsXw~!9D%qtMy=T+4T*m;`tvq0rsp9M{ZH$j$X z%Vi2R{4KtPZ~m$vY2*9Ad{Jt}BLh=i2_ zYosn?56SNUX;EmhAXPIesbQ^{QZ?)mt(&e-V5=CLz1F)6op#tp_3EfY3?L59yl$gk{~cnkO@g0NuwS(z|cF zL)St?AEdhr0S)wqLd}{%uHi@c48l{oppZs8RAWGG=DbWE8n(j<1a^c4%k8%)6{qtX2NPk;8!j=WGtVXbk&4o6mP%e1UWJLg(p=)Z6W!yjZ=%K7EP(8LOWT+y8XPWd)8cH4IGI z<5Hv~FLnAf)#D(6m#N3e-+R=5!oPMur&fjDWwoE&qJ5U&5^+dNO_6)FbI|F|P){Lu ztxn3?F!YRoTeV-dYLhd3rJjv%tM{sP^7lUL@BM1sF5SyF+GqdloIRlai+%GI>MN~N z{T`@J`ai*ekb1THZ}vN{*)`2ReXS$Q*D<5}cUyq!>vwh8Z@xi&qpKiT)vZ2CLjBDa zqi?bPKB&Hx+<%+;cH02op}x~TeV6)f>(uU*BtkU@LdO2cI9n2e0cmy8-U*wC(|<); zP^ceSQtEr0s`Xyy>>=muRqDUmWq6Z_o1B}EAG7cMmviqE&eeKe=7oF!{Qon59{E9>JztykWH@~KCCY9*x&M*FlvGWb}jrM!rbn5Z{ zI_3J7`fdC1chv9Nr{7b*Z=e21{jq)eGyCICFW5OwpO*d3&+T{AUmVq6N2AIwowHvZ zv+w=dvHstvzqJkhck1u$=YLTDXq}q#tPYwYH1WW^W|ea=f(A`c=v4&Quz)_bt&_AG z)k|TN7W@q~5ZORDVrCczAHZLR50tlId|dr=wVokL`3v>we^viRF8@wExy?1!W#}-- zLEiy+`VaE5j*~Ku;thQYI+CgANbqVJoRAmw>3DyJeSaoiCG4wNcs1L)Qvam>nf!Jh z-kop1(~VaPtShtIks-zLw-M3mJ^0c>`zMR=YO#H_1h1CbSIh8fxqY<)uU6VutKekU z6vD%5JY7dl*Wl?4a=I2yX=&HNnZ6zl?!OgWfm;X0#A{ z(@z8T^gcKcIc>zN)9tG>;Dk!;OuXN3-yeVzTDX++###8r*?6FsQ9lRIH@R+XhI6|X z>*wNw^IT8QcR#%VA6)2qdJ&#q?7DFYo_JN{z~7053Y1Q-HGQ{xo+&j^WCl+ zd*Iyp{a(1B1-#lh+vk4a8oX_nbie!Jfcv!}*AsIoYoJ@*5v`z(IotV39jf!Sg!D^6 z-EeUoTHwVpx))agNit_?7X9Lyo9o9oc7gJ4!aoh)M$f2NC; zezW`H7PvTOzxFKG6Vugc1I?B)?W2QM0Oc2EmN*=d4mLn)&a(yVS(W0A^&u7TO6a1f z+hkX>pW1yR&{>3|*wDe~h{M%2c1B%HzXVb_f;oZDqLd!P%7 zbe8adSe&Xt-UhwGWEHzthW&JPGhc*lY*JNo@NqkM>Wb^aTwry@Flx=wv=xW-5f=e{ z6fSfX4-}*58lLN}8)JB$$AeYd3wU01-6-LC*>&R}o>yEq3^;fEK@}g=Tu;aG{E+L$ zVLU(Lx^XL>KgV_Bxp;n?>&Elo-1)-u-4`!_3#b0R(Ea2^?u*;quf5oPafkcjPWQ!K z?u(=Di(~GK3Ak{0yW4$Xx-VYh{>@9_!tqfrb6*^H|K?uu8>+fmZP=Vo2NKD+J$QZ? zomt#)hxVg`Rhctk&cT)ids+bJ9^$P8=Hdkq5%Ynf9v*a9AMdo2#3rIrp*O3?yci4!VG|z^ewmelQ&o z3l%8F98M^O;hj7n5*($kn`hbt-DO7&=5VeblnlDrv!zkm5eI$jRHM+Jl`p|i2|9Ue zMuB-s5G5RGfxgi(?1rVSQgf~SUdqLE4mbz)QINg#6Soouky)4q2s2QTKYWL_FU|E1 zl@jz!SD?eaQRpyt2mGOivw&0ftL`E?^B+kOGFfa3z&uehv~He3SpX$wYlwXtz73zk zp=O(CGxLE_P#F6gv8Fn@4W97j`u#?ml$$@7l|UCS@Gy$gE^Xm3&Y+2ag>U4@ZK62p z4;p|eg)YM%8G-q$E*rtg4^^0WF$|rJpmiKQ2AOB_M_{%Y%-;-R(6&o>K9`Ei((fYs z?G#R-g9)Ih)W9;jH460w`baZ4Pu%%jiojzS)>hG^)6^nd&)xEJeJj`y?E->e!QmiJ zs~kpg8fXazpzJ%OwpS}KE8qQYLi;41 z38q?sRAFxK>2|qO&4P=|k{wfUi=Jo)Mm-=1*|gk`^V%U;Td_Ilk;|SSm;s`IU_;_B zOtK@BQq1MlY+xn;4!UMlnEHzG7OXvxm7#5W_U+y>v<*56g1%=dJ55b;o&5@NX8{#G zu+q4lg6#q8$ITuxA`An(I4VNgleYoRnnOb!Su&vi0s9B$*;=9ZPM!w$Y@}g36#8gB zKAKJHAieP;{5{+N_eXEc#y3_wrDzOa^p(HhZy2OwNQOTC89rtR$nn+m=`^H&l0!ep zUC8JR)30=n5G-vuwo=7H5W-aelTTY4Xl&&g`XoO#}BxXIDP(O?{fzR z(dU21=d5P>004b!7P8?~&oGcg-|xcrS^0wE4SjJ1zR0RnV-twJ@?GT6K_97bxKDrb z3;YR_nme4)7gpkD9g}i_ck_^!~LG8>dwR$&#}#*;l-wbl73G&f@AMVe28#eU)U!p()TR6>~%wqgTU^I0{X-a<$zPl-?5FyPA`qMumYk@`a z#&-Jt_waqkbGeJ|@=t4#pTL(~u4)m!6exLj%yEDy{ro)qQJ^Hpw)g zfsIxNEQ91oLz4a=(Nx0D4-6N&rawwHXR5LLfWH3c=1h6JS?CXbgFguL_coZO@125t ztZssV=_`GNRjWh3_^)-T30M8NtbctD7& zKLZa4Vf9P#fFM=B49^gF>X+jIaizWm&k#B4SKt8=qP`W+5CZChctEVDZ^JW0b^3NZ zL;R-iz%#^X`jvP<^ri2_1Hvo)Dm);H(s$t*f+Kx5o*@d-_uv6>j=mQU2xRoD@qoZY z--ic88~QbPKpdg($1_9+`T;y(?AM3zfT3K!7SAw9>(}8KMq>SXJYcxhZ@>e_Q2jrNctF3T>v%wyqmSVk`Vu{lXXq{T z0v^yQ=tVqWeb-BPz$&bl@eFIHeh|;F7U~r|U~SV4JYWUWt9Za_q}T8aD~&#m2doG<#&j&h23T3|EWQcTF{ydVWQx!Pj?9_kAA*9PkHT zwv1{HZ_lK3>bowjnMab@w7tT-X3oNn3}Bb&iun17#F^>KKQ!}{ znZ(ymByOLzgVGNi^B(9=Y z7zZX2y;H6yZ(=N%NUS@bUST|#NW8m#GkJzFVIr~nae9SuVIrX@8S)Hc!$jiKyA*PT z@nIrSERK*Xj1d!wyZ?n=VVsyql)p@`Fjhh&ikvHfS#v+i*ztSs=M-z!DU!YeQlO__!{z$JdE=?r%E+~@kVQiX6+;9!O z!uT|i_gI;00nn--;Kj{_5tck?Nr|A{Ot%=0T zze%q!c7Zm3La#7>O(eSKl?X2w!$7*L=@sImiNqs2>D6rV?3~-^6~?%U#Jm27USXV@ zNa(LVNT^_}n@IHCQXy9u?rc@ujDZu0@7#1J`5neVr~zN4R~QQ?61UC13!l|6u?w!1g%#gqY;Z2DEX~_%1JL~-TZPO@G{XcqedyDkhGFsE`W=u9sgIyU9IHQbU?2tmAvF^8b2X$>vYV?;zcJ(? zIZpfw{%&*2-x(=SmofQ0dL;b)`5eFZch6xel(RT~>FS9lUq#P{U&W%r|B%ueZ1@sF zRo%QK1&fSQFer+lHUmq>i{nPBS}vp^Ar?+ifa?_Gvr5shwrSw(vr~x9;THb6- z<%>AJ9N0UBOgvMZ2^juU`e7~C7$#dt8Do$gsZvZ86j&OSHGoB}atKx!Q6ACvx6mnV z?f3>th=_Ph!PC`=g^DDR3pvCYFj`9Z9pw0Ji+)$+{|pW?bgZHSD#U>O|5XUfA8oH? zwCXzVfKm`Qp;FG{uoT~z6!3SPw6l={kFC)TVe&JCVfZtiDi%0qMW`TrLn;@Gdml)h z1tW>1w%sWH>qg%NDVPkckirBypx%5gL(bYm+sJC=BPqy7R)sZ*I5DY;Q_=|Si#e3$ z?gVE&=V)2!_Le$Zg2_&pJB^inIO-Sdm|%6p(&>RDj|Lg>B0?C7`jKM3I+lXOcZC#o zJ;Jnr_UMg}tztF?m|mDl!yGf1?UW|8ua3&HWp5v zh>)zcjU*dhI^fJ=Oax7wR4i0XH?*xxlr~sgxrV)1buM?n%G_9C zA|rZFk!zR|)Q(-pNq;(8<0g*E;9?ObY+%87U_-;N>`5H(_=+AylyEkC)2iwAH!7lfSKfoD73S zE?RpU&d13}95NG98~$JFZ{TrZ4U@Leg|$c4arYcypDAi`g_SKdWsqzwI4(6_8Yp9y z_VxB7yPc64h1}SqWZpY@<2V^ll(&cDWE4{V_x~>;DIWjV)N_eUCDSw~dG(^JNJW!u*R zZa=Dt*kusi^@lYvqEolKpMr)YxKO_@Wb!z_X1$$ZSj4ukfbp!>b&M_93s^=&EH=i* zie&pwre)KPmO%%)Zv5CddSlU3Pu#r^?d+}N@x{%0A7ktV*%h^erFt+|fG*-3sSG?= z+1K3XsrasV;VjJL4j8VX6&(AIfHlPjucO;%$RI~#-xD%8!=sg^ShORf8*PHGkvp@! zBMzo0-sEu&?T2YC(R9EBXatp!`#wXV1CQA?>jE;bYz3KJ;XGtgJC-v35x|h{lQ78g zf8m&3v=L|?IR)T?Xam3@J@2%s>06cnMsu7@o{kV+WM>+1!QTKG@l>{^KAuM}WDQ6b zI+80TEyq9X(#+Y(x~w)uik2;M=3aspzr^l5kCQ3;Xn%#ss1CQs!%5bVyTzWnffLSC z)~G$rdx3Wd3d=|R9wsm$o6C{COzaOIu23K7NJapI4ASHT_la*Zw?N)ffJGI}t~hJ!3lw&Ioq&Y~bTTpc#b^vVJg}k7Z_}K-Ox8i(n1IUR^B5R1h=Y zjK~aGE*j3vJksqR^zolY{5Vd2ZlQ{`fC#%VcUBi9&k8rqKSksQXZ^O|W+mYUAzoM7 zN|h8Omzgu7)m5@ew}nzj*H+NS7f1X!Sr{Dt@sqY&c_A-?#LHO~_omJ#2OAQ~yIp89 zB1bqYx`kra;`l%pOogSn=en%qb3yXykH`(quIAy!${f|A{$3Q38?sP4Tw80b&Sh46 zx*!=*kZ5*9WCrKDwh+x3WL_$0iX=Gea%Zb#`~~qg6p=TwdOciF>q%CnF35C1a#M!$ zlZnU=&O2=(tJSRUJDitdL|(`${&3kWb@LKzJTy$CU7lZ8OXhd#E z7K3n^EU^bPAQ;pNK}_5ikqMGOA)JXtuBnPaEW9=%3nX(xI17tmhe}w@-bIpX2J!HY zh&&nbB%V)3WQwHE2v^Zs>^VmT zVP@ZO5q&8lHzb8eI5*4f9?33P0D{0SNGjin$OlOv63#~-T`kyUWo5=tZKq|1$b?C3 zgBbf|M8-%ylW@kC;2eoAI}2$L6Mu`y1TKMZVaW5gZ`(3-?fz|KPvM5P=$x6+@GY*m zZ}IWjTb*RYZYa4t;+ILbm~h#z+DcR5C81Lwm)z2jY1+-ohKQ_SYJnC)SPHDTa_c4c z(~Qe*F3yg~1xb|?E|8uEBsm+r4o@Bk`XDKm!2K4XfL_d zmD}Gfj7mfXNFt_i24-AIwgGT|_4yIMN|HW>fAwV6=7m~m?Q;;)=rtpoE|$2t*k(1r8!E^fA~J!APg*c>@ovC1HCP6$Ws^H$(_^i2Bng`k z(CV@k_K~P2`*!cVe(OeZ_iEgNAh{cxc_m1&;kKmrMC6sE1q-*N?maYhJ1|fjg>+Ny z&p#IN^CTBp_~(1<&tGF_8Fw@AnTQNv>X{b0>fS?BwkP|p*tUOYV?+7B8u9Za?^<~I zyZ4a%ph=61hR^>X;^#@SxA4!e*o&KWB)5_N4~Xb&vktc!ejAYy%0VWPs#%3};}$5F~s`UcvS{atq+*h~Fn!CBwhJ5C?W~4JX!Jx;cxR11%y4B%5V8 z2TL6e4!Dx^Hq_Dah+L3Nn&Dh57=j84{?pks$SsB2BYvOc?+pL`!XfC?0jG_9I)Hj| zuoJ4AgX0l7z?^F>ocB`FMjnD~)%%AqsYh}@P7i9};#Cp3Ah~eE<**Lt7mzy9uvKEx z-jdoal($4=2NzDZ5X!urIO`2Ja0DOGAdB}${5a;eYw___G}TuZ-4um%OdCP{NB4-H#*eJ zA-A7IVbo!z~!W>11G2tP3KDkr}h1VONsyIGmB$ z*Fpvs*scpECAodfqKIE636{gZyxN))*F|==0?UP_Z(u!NACVW5;yIj`g}{rI?j}eN zXGY|Jq?QinV3jjXFWk9Y7?Bl{+d7<;)98dh>hTO5_kn(V=w)!aaf3v(JsMv%b56bl zT?x1qFPp$erqSU!no1t$ z*U(h*IKPFalE=v=G?hF~@}Q~Yae@U+C6ALEXexP}SwK_C<2XJ|C66QMG?hG#U(;0b zIEGA9$>aDfO(l>JPu*eRPs28L{rJ*s0~de zk3%Okl{}7P&{Xm`u0T`CW4As{C68U}G?hH|ann@t*wIW=$z!iCO(l3?qOjF4t zilwRK5lzxm@`&i@76k~V=oSTtY-oCU1Qs;CJce?bULJ!cO)rmOil&#xI6>3Pqobzj z<H{Xwx+0#qD09o*BnYz zW|r%)L*iM4gnk4337To!r{B`#iJootKyCJb$gOuvaWN3w~HFPt5huUXLxJ4!p>4>j&?U?QTopDRnks|H1UIm`8+KN>J- z6_X&rxS%mdf&}A&!VL)$jEfs(ts1$oR~9wHJ52+sv{w&XrF3nZEF2e0!CI_Pthis+ z3YnL_nvm$Amu`hds&UEBPak5$nu3 z?P*N-pq9D0_Yh;Qze0HWL+uRvl*xNfU?8PJ*156o#eKw(IE?+Bn zX2IrTlkk#Wl4PKt?C}YmbM)Ij8`h$WbwpOIvJhc8m@pgWYtj{A#wJqYTl~U?M?+ zagikjY1%C)8+F!g$&KUwK{*KI6uOX>X<%62FgGsfy1qAKu>mpN#YXc8e-iK#5v8t^ zCE-!Z51M!CYpfh{SXK9p%XZ} zEvII69XEuNeqjMy{^$(&A)Rm0CoH$%d7wTWnd@zjXeS;W@RY>o8&47EWw9})l_3=p zSq_DXvWAsP{isEmxy+LZ<)*4_>p<$6@U5UZsx%wyhDIR_1nmFQ*SO~MdY~sZm(i!> zA#uS5PWJUHc~c7|2bIqs6t5BIk5ln`g(+LYW1e{zA`YRURKQLK3FJp7$QRcvp10c)PH4 zcrJn7bOs>d2&Vp4hpQyHYou$ZJYLYBvREaMx|E#qs# zlH#?Db6Z(PUbII1;+%3?%~WB^lWsMqczg?6j7z)!jZ(EH6&om`*Q@F+iryI>2qf zTPnY|I#rx2PH)vKOxfqHl7vL(dTo2CykN}NfHl)z8@Lg;iP%GXov=)JZQwK;+%&NP zyG(uyI3Ugwrv>a2rab8uFrQigZm!@}|DDm*f4i_ic-6n5h5AW>{JMXEI76JezfG8O z6WvRMc!m;afRP}>kvWIMyop@ddjBSLA!d|0prVyRjIgpbNfjsb*^5E3T> zK$yq2ob*709|()o2MxX}EGbT{uc2AY~d)>}ZoRs2m@cP6J* z{8^atq+7)rw2E3$gROxfOR!csq!~Der!ZXdHZ9JIZW{funZ|`29wNAue)~9GoJ&so zI8B&x6Z?>W1PoQsP$WTuwKX1;HFT@3@ec^PO=DqGmngloWZuXKY=Rk-$-X3P)WI>a)z$LFAk?Pzm!bM#7lMpm56TYQR;XzDFG*ydPFrf5}5=qfVRbf!}A_={f) zOV;NvejzNdV1MCLj+tWq0^J^%3RsGJSQ}~j`XLZWGXYJ1dJQh`lUU>N{Rh=VHr$ zDHKG^kb|ud3)CuB{76=4ELMD+paS`Q!z^)zIDNwmVah(=FjbZW^9|I%BKd~z$eOw38RH(>YYGIU?V1)4T#uO0?f98+YaAS@7rtI znVyVP;{t*Do%Oxuq7jmMLNQWo;s@SetP63)PL_#kg|J3l5K zoZMUG+=J~qVOI_p@8tOs=XpiRU{=DhDJi6uxTqlRY?Tk~beg@oF0vy3@1)78u< zWrRr&XL+X!Fw&fboYwdwCL7Z24)+vuo>t7}YdHloAQSV@??o%S4-YTL!vlDD1s-07 zhgaj_HF$U(9$t@!H{#*Vcz6&GZ^Oeo@bE4?yax`7IjfL4oKwnGwZ3bLnaF0yMuWi9 z^idFM{g^pZ)p9wd2xs#xj+`5_XbvbPSKkHRk?vYtD&~*CyK^d;L(H^ci`P7iuGe?X zQ=!2ijg|3sI}CfVvJQw<&$FsW6+4eB1@ktt?>ebk6!cK$rOC#g4VH z`NgE-u5%u^GJ&%BH{_jVHP~C;Na0rZFn>T98PT#DR1NZsxy^w7bMgjrIYBc!$SW*r zjAtqu#`3gQgnnf5@HB@*%sK-1!BH9DxLwpB{EsT0k6{{ca9v|i4c+ch(I28R(f|aNO0UKT0k> z498ml#y^HPPf?fY{{bhoTK@#jB35f^Mki#oUU#6ZWX6;VfG~89p&)Dxh&8U74OxQ; z8`ule5`wJ+Mx<22YW6ZhqAB3jMT3;kjG8}~q@FZtUf+w+( z)^{l_K*bj}sD2JxTK}toDzKL03q&mWK@((mMy!Mz&P( z=Is2ruxNcAL=TC; z&5Ys7=*F;3SSGy2FwlrE{NAClXnsSuLYy^DL%2+s@}wKW0+xyrIy^j1p%&c^D#9Y+ zwFB4eiQp*FP%^(6l*BpXG=sb_3*fUS__yJW3_AKz*A8W&KNr%GdHltfgvIIu z5nm9N7N=&+Gg;j5jsk*}kY*_>nBQG|PMk4Lckvlv%074TDMF%icya-el-+~qv4Uw! zBSXn9Akhve>8qda*_T09&`>VF5&TV9Rou%&g(){N0ttuDVg_|I5+qp6cu=+=R?OJY z+3tul$j~_SY?86@F8AO#3nM`x0mGlePpyvYrO zMCU@vD%Ppv5-rRR^4P~cz?WF3pwB*DDl8pd`xq3lk7fn-8_M0{409UFQDMrHZYVvW z=JDa^=J6q6nedv2YiPt(h~ODn1Fko4mYgN`QD|AwX#o$5v&m@`4+&GAbfZ`V^Rdz{ ziFvy>e-hm+ekd#zUbDDF#A|p9>NkwBptnES(t^^6zcDYd2zOA;)?>pPywVupr z?y@H}hqqU*7q;|Z_l0F_)m|BrH3-&TxrUH95!x#YviXc*Xd_3`dx!S#^q|or!cw(N zpJm-27Zw($VocXaN$~9Vfrg^_U4|jf8mG%B3sd&Fi~=FixdzI5?D{NMN-$ZU%>TDG zKdh9B&=cxyrMv-{i`Yteov?^_?c!2~H=5W*Xi@!k@^9j-a@xtOgegzDopht{$U29i zq5U3r@rCGS@i}3M@S25dKrO^9?2`Gd;4|W!aazHrgef<%0ts}$00s?75+oSF*ehEQ z3t%kmZ0G1|w$>*cTr65H>h6M#63f>LTr7ZZiQ#R_7#O&iM@TdU7oCeKtBIp!%f<{q z@l|Ei-|MwmSin}H8O}IcSZFy4R?iD9K+!^D!cavo(_=`rU~AS6xz=dsx1 zJjT!QppE;41?zJf|0FCgPTjb-1Y;&*55zaz@w$LWvwd?8hCvgO4bf{fhBC^E}oK=B6Al{5)w__MF(ev&$-50 zy6$lkzZVv$&rSSBSWdxi!lx6{wQC$R5wH-;KnCnG`JKcs#d+d%5~j)7CL}rs zGq4q?iZZUghOc_jl& z+#!32#{zDPZUMIn%Y)YfTzkj{S^z7RU;l^1x#HA+RhaUm>mPOyEkG1V=Q7od#{k|E z-2mPwED&A;I6bhNfk6RRvHTYB@8WE6TEJ_BDNniuEQ8eBx&lcvAsdFFKw6AUwdBPF zUyg1HPYX+i*AzCjGzEY8{5J8FIDecr@uV>2Nw`Q`MAo1uJ-W`az87&B|KADAiN=>60FCT`v4^bX#~xSTMY{&?+)C*a9t{-y+^E&K{>lyhE7sq+7&7*tZ9=YG=kFwP-+F z@_W&(;oHJO;k5?W)VM&L;3=Bl622+U8mA?EU6}HuTS7Mx7i@Qw)3V+^rA4bEHysuL ziFle0t$G#R`J1-7j6no;$lgv+8E!6m{X;q?WrP(nk&{8n(G zIAfevaGo&bNwP2pj``?Dpb1Na*9cm90(ZImHZUU27pDzmg(*+E z4a~>HE4ZC>Iqyw7_CRzKxL;Txye819#po)Q-vaIxXN%JUjtf(sbPJeAM0H3l`3&Ik z=mzjHVR`TxK&ufZRw}>#9~0+_Q~!?&Q=WAFFE7`M*=mhsYHvEg@SEtS@JnIQ@S1{a zTlv8DL0|#>R`D}&205+b$HJ5+-731B4VcOq@7#mr>d38xwLoHWS_$rQ`E6j8IA5GL zuw0n(q}xD`BdZ{UxF@<5TqP_MUYF2n9#Uh;{C2QIoHI^47!;;F>2@&Rl9uM*vhmjF zMsP@2AiPG<3M0CT<+p&UI9r?+a8Q`?lGHS5rwwFmWTywwO*kIz9oi% zEh}K_73LEXP1h@QZp!*PSAHx=?qkatviv{_b5GaexxzBG%FUKXo+B(ePBodX$!e?+ zwSp^)J?8XbkFb1x*O3zEkJELWDNNbtIyTCZV6KDOT_o2rCkhv^=IO_sbsdXbJ39tB zjw%$V9SfbXSgjn#L0Qo;$5A9CnmUdSE_7Pyq&2}g?l3l;hy8Lh`Mk$z+%GI&pVPQk zSZu*g!>1zC)!KBK2}{`0STeu6I4;f^r@MHGFlC>+m>?uN7fP1XS&cajcOa}m@=?TS z-Z9FL0aIet&1Vje35$l;99+Xw4dy_mwtC9tH-<;W`QkK&4+>MBbYoa(O>sSv&u4~V zgISMP_+@l6_?fU!c+KDxHt*eU28LZCzXAMMoFh&H_<=CxNjHGS7!cAVB3P?PJtnYr zZDdcd3P^|nab6Q}Er@lSfUit`BUmoZ6Q>a@5vJV42qfSiLy#1JNRVKS&oNnRwi=&* z?<|5`Tv2eN?Jly@b`XTTS=f?;%@E7g3PRo}YXl5JUPnlr2oSP|1_=O-Y1kLs8zY`4 zELI;>c#g2NI5lH#aK{K|ANGO90{OkeVR42yy+ciyvd=qI2#L-CMr#?&a4nz5q<F1|@vFuXS4>Z7DCf_Mna1{zA`H-y)VbH!;0uN9^|>4sqW0VSW;%7zas zekHmMd{I~?yfzT(2kZj*)&F^MhB(##Sz*ePuKsT7HI+h1*StYs#=6K3U@DMk2TJsX zXY=H+AV7=bSN%VP6~wy|@~^^_CtdY+%`cSIjNw!MInkA$icR_9HQy?bU;Sr_GsIc* zHwsgpboDQ$H9xNvmGm$)w8p&EKONlyZWa~`ukUYYBziHRt4w|)xKW%ZP9wNZnDV3> z0c6U6P3|CRQqiY=GrIbZ2@8Z*{U?Qae^MI1;_npahEwsk3satS#an%ZFfKQ&RQ&s* zejvK?-zO{-UgbCR5qj&sQzE|syhofPP6K$SFy%=%0L%TCAzN0l3i&X6(Et0gNbko^;i(rIEj)80Ati2N56*t6PmyL4jrOp3#EKqg%o=gayRw3C<2f0)eIT8^%TA z+;JMl`NEVZ-7u`7G`uF!FqG`Y2cB~IjbT)rFHU2~ z2~%!j3=$(iY!HbKK}e8bgGdKtJ3FjFq*K1xV*Zjg!ORjO(Q1=41WjCic!FThO1;iW$c zi-gx2T*FI#YrsT0PO1DR@H=s?I8ET!!jvc71XeT%D^1oyD89tZeaXnSa0-xUM_a?^ zy-inMr53i}6whxICyTSkX%y>)DK{|+2}rEV<-zU>3)%``+hgsVul`UrC7pN;pNw| zQe@%f7lg!#5MEZ&u27V;CFrzP%qfRG4VL96iOSa(W0nAkc7Rl$ip=v|F~(I6%mG}3 zUQladoUe#}7qU>CMNSveElk6YENm<1(GA}c1JIUbFy}FskZ9^WI=G6z2jg%N zHmVzk4h-M+RGWmw>hm0D2}_GpGwu!1sm)j>5~YHt-g)0dkA5gm~>^8*7gGi$gt%%RcPi{qZ?@^j!$tkU_+;wQo~;x&tNUC{-+ zhi%`%X5p03Zy!Gt=aADrz9&q1((Pj|>@HibRh6Ob9#dG|8`%_A00}YJ&T9(ECZ^yN z#;^6I;>>VreUUKbN!L0o10h;Zk5m*$&{xbJ@o4|b=-S^VEEZnv_l0Yp70Pb~SBNvk zX$6-FQ=W7ySmUz-$7_1bp%&d7D#G&NH3!#PfCjkGymWrMD2a2&X%~56%9CyvD@Jge z3*1E8LSBIo^0m=z;?=^k;k5}@n!yH}2ril59$qQV8K*rwAWV7E?Sb@909qui3KXY- zo!$k-FfyawDOsP5ZWW&vmJqL1xH8r@SOxaKG%KIqHa;oNAE#|RE=+mSZDT#k&Z$)` zjN`A-jpI+kBH}d;*HQqVaWpNU-#UIT&LF3C{6?7aq+7=#v<^Fnz|s(JLi~*zA~!Nl z1rqTzGF;>7K7(+V$!`O_;yiKMKvJ0Uq}u=)EiIJBaj~f-HV?YIF1i&Q5S9zCTX3xj z@moPdsr+`ZPn;`GJJ=&kdD87*K2d&PisIX&8^8;M1;T3pu9Q;^2H+}=U-P$#v%{(R zTZJh%(Y(ZP0~@iR-Q5x-*oejbvYlnth{eWfU0qH4+naW<_UYMKU0oYrSih~_r{6Wb zt4rOiAB8`+)OEGlgS+9mIdA*6EkoDt-mKDv0&4~0<{{c z_y~MUEZSMxXCoDl5E4x#*Vd76BDp13YNKlZZe?7_CwCUBH4U4V4HEoTToN>w_Nw^t zJbt_%vRzsqw}dhZ8mBt^Ms&G;O_l_!5?`UJxuuyQN}BGhty-1rS=k`;>8HeGw&v{K zto=cspr^oBBO37EPgp@O-HCex`d%@y?>Z~-KT;L z(N%DgEQ#1{eT_#2dojmNYHMa3ro=aD;;Ps*vDT}JA~MmRwV3cJWQVLYnNuH>B@w$q zR)EV_DzL?H6&e6Z$T^kVPFE*1REt7v%2?S8Zr@>`9~kJjCdB(un=UIwrif8l60s|y zXTOq%JPkQp{*ATacx(z-*ju3=w&fnM_~0e7Qe%RjkR{<2yacFaxR`<~2@;Hp56Ff$ z3m4DqEH0kC6}ojYP{)omROnB%$)2z@tw8a|WmV6t=c9zg2?dIO5SIkGLGgE^%k^8b zBv^g;231XGK=GVY+XISyW*Z8M6Y$lDpm@40iP#0r0gC%$lR7sjK3!IR%!iyNOCoj^ z@Pp!gv1vjS6z`FhCR4~&vLs?x2p=dmVpE0)C@#xNktw1eOCokfgoEPyV^aVRD85%# zYE1CQWl4AiFM((oD5l^_f&}B@BeFQc0>!I33yN1+vu=~u!)%Gadf%tY zXSenYX7Wn^RuwjePaeQb+YN5@{h$@Gv;e^~T(MBCz}I_aEr1!(y9kLB3VeMjE(vmj zuP;QG>*r)iuxjxcs+!J#uRp~m^spJOzn7H~GvMFIl89Z<9KDlkHpb*EOzz&vmB2zo z{JTt+MC>Zy@149XHcg23PF^A_O;#r^lqC_nLin)paBRvD!NzG>DKbUeEK4GGMTBGH zJ7QA+4>o?0tkjs`pD#?+{L$J=7lgeX3~LROlr zPFyBSB6fxF;bS#6Wr*NoMOKPT5yP@1Vpl{sKE69P1@PeGqq0(Cg1U=g#~JbiyxEKJ~N<435gR5 z7k@i033B7&Z$_8v*JVktD)HY`HJ!o5GtOuaLi3qz=%D>n_-aH@_Ky=*&>Xn9FE*)j z_Zy!QT?Hr0l8D{b`El{C*fb%Ei?5WGCUffBWJ$!X5I$U7j7=FLxOhxficArzEQ#0^ z5sr)RiA@1KxcH^AQe%R@Tb6`Z@DiYw;bID|BuFqWJ}4XBEL{A@&d#Y=z1>Qq+-eor zC);FUSiV*;`EgleVD|JeLgIvi$v=!sg4{6qd(q|kZCMhmhJ2H%rZX^k?wRd@$v(3U zg~_wvs}W)H3|SJf3z`Ea55y*QZkT+Ato)b{>60Z9y9)SW@-?w(LKG(Nm6aw_$SzqD zu`7fRCRbxqh6qePC@V##h@vcs*cA~DlV2X20(f9@T~=yL@b}1)@Csf6<1&~`!IcCF z#>Hc@IKqO--|H+)?%AOgHQ1(185z;C8syGw=tBN%o6HIe)e0MbTGj%X5q*-7IH9od z&*PFHH#YuBbh-XemISL7-=nJO3^rca-yUr2Guu#X+znrih>hpUl89Z<9N2hsY*OdO z#%IgQkNJ=RSrW0UfDejYADb3LpxBVC6qzEfktGqkBEq5At+6S92Z|k%l^PR#RhEQT z@DezRK`|Q3B}gzX9+wSU78G0C*^&GiS1P&D#-(5HZj&uxNm}8rcgU)pSh(Db z{;91?fQ5(vl^PTLt+FJ%f|o$E3=mUrB|(C5@n+fZW&z?wodv`vTYHrl z7eNPQF{_lTHAqi2SjyI%ZFU-ZD<5u?p^fc@28-fJ-f?m;zBc)1#WQ9vBhe1z8Xr1EQ=LfxAu9V893fZ^3G?E_C zDn=Fevo~NLb9huN)rtoB@yS6ywsx~l=au4URVD9j2z&2fEki^`-dq#(CfO{qTCFsv zm4losX(&}bPd8X6Zw89IT!J;H+Bm8RchMy;o*MK~*NeBhh@KMkZdEy49nP1A)8$e= zQ^7T@DB6vouNsh=MuENIkrnd#K+x-8Ud~?O=}bfRYy3ni=r;{pEC>838T6xuZFrG% zux=Z-X~p*fse!TKI)?NJu4BNrRt9}jC4D6LIMA#Q))WJ6klI?HG(kMBY==}-yFoB>vgEk5VBy&GWl^KQyGKmKuUH-&@W5HyjH}j zZDebPfn`WnGo$zeMSqAo5&bXV#Pq-6;U9RIl7hoDJj}pD0uQtCFc%N=@vs073-PcR z4@>c|91kn;uo@3*@vt5bC*h$N52xVaG(2p?!x?Z;^!Ec7yQb(5!=JtS2jF;2{~$Sj zh#Vh*=JOKX2+7a~U#M5U4+_kkQ z9K%{PSVY2FPZBQLzZ2?efI^P_TKjr#r+d0J?kRQ!=&T)SqkL${T+{2WLoI{%Wxz

mgrvCqyCE*pkgzlL7X%kR_1mogSTvG?WYvQNB z(dBxUED2VF`l)K#4O3=q)o9pkfP**2CiJkz{&liaVh;0wEQ#0!9kyTQb7K>C>-{p1 z$V!X}eO#7A>_X>jOujlc@ryJjUnwg^rice*NyM&*aGdth*c8Bn(>@|AH758+WJ!1h zF9EU`PNUIVf&}BDTect;PV4C`PV3$SGvhL&3V<&%U)&8G{@f;`!XmYTUVo4k8#AHb z5)vmA^jf*8J>b(i~JBG$qYwb_Ha zVR48V481OiP3U3J>q1#6F#|qNmPG7=<``#5$0l{|c}O?Q%8#kwMp+WEtAKx;i~!B|(C5@he$~XCdSDokhkyHZs1(ULonm#$B7+gY2+St+4UmWG#Rh z(Vq#46ABxzk4u8w*mwXbxkfO#-<5TYh|_Amg{oN|7nzL0J;9DF8(G9@hxP$y3@#*y4~|C7MV(J`|hOxiNB8R(?zc2W3gbt^$6H{4cR-LKGvvTvnP) zA$3_2u`7fRBR?9OGDI-)2W6$m6!Csp60s{H93%g4YzpAP$p0fNH75A4%98L3UIO4U zj7-6m1PR8)Y}tZX7;UC!_l89X)dH zWl6-Yh;W4b{n!-1gOI-?D>Wwg|CJ@-6}$wzWeAyqD+v;eiv_X;u@LfUokhsWeaUF#_SmG(jg?;@D?g@!+hj?^t^$6n{D#;x zA&Qk>Co4^+kbjdU5xYY8u<|EkQ-%mueq2_HOc5WGB@w$K!m;vCV^aVRR{oK!)R^GE zFH6EJcnP4(urdW#5+oQGOJxgUVdcMecE-h0hLw{C*oMn)fV|@Ys}^mz5$@#Ajtm#IA^Nc>KrM6u<+Ie}|3C6`qvIVi=@q*66<3;;Q25cubu2qjDZ|XmQdvP|*L_X`1_Ml@d zRx5Pe58sN2j!!2fPAGJIbzBnUM#sCO%XOzL305(-Q`K|^9amx#dKfw`$x4a&!MrSq z*aaQ7HQRl$iM#dIZ2u%HF(&kv$&!d&=zQ?&;n>740>2)Tl_FEbyJbnlu845>^|ja( zzyrU&A}ci}_%F(m@Csf6J2Ci0qqhVJ#>Hu}1+n1Q_d7d$-@C6;Dwir%tyD~wMv~jL zicwAOQz`~r!=oZ>qT9GKZ1FSNgU7I(t?*b6d@CXzn@>obPRCSt&8cc(p8v*agkeTX{G(sdM*M)@0?!R8Wy65xWZbdn;cN znT@m4M`CG9mfCnyrLsn`` z@L!W9;T60D)@5*+f-4CUjEgz41+n1rl+N~6_FPj_3<8$>_GYwkrEw&G<)!Vx##pFU z*mxOyDtOh|MZ8=t;g8CUYjoyBSm`h82qhTh%_;*uaYHa<7HT+fju!Ky`ys-`p8 z_?fW@Jq#P)AS)&Gg7;17n$m^;^y9Ecvwp2Ct=J_V)@k{?*yP^2)ABj85@Rvwuq=t# zh0ce+;ern#5KCiE~6cCoCKm;qlPOCokbb97K< zVv{;|2j#P5<;PU;Oj#1KtAM|Q^2M=fLbQYOg|gCQ3VEI^iP#mw2aVqtn=(Y8@xRMT zktyOevLs?xL^w45RBQ_1fyVzOD>Wwg|CA-+6}$wlWzd*{D+v;ei{HpXJPR5pI@>|H za7Z~^9nP1AF^5&A0<$U``q!pj-X3U&rD_F^{~>Dv%!>X>NSsjM_@uZb$PJFy0S6Jm z@oHHTtX`}jBsv6+2V)a@7&zV{DG86x2LEwWN%ig=?eiP#kp4vs$;n*w;i@n>YE z#svQ>a^*;SB82?i@ z>qp_wEp=UO_TX-KZZ37e@qyZ~u4L)5qXvLHYfF0oGM20rK%N2LiU{PU5)w^C*w<8s zvLak^r8cUD_8y-Wmjt;1@`mVgJxP`Xs~hX6YC1E7e^qQk4+F?MWTnJh;h-#u*agi2 zkPER%of{zQvhrgp7?mXvy9)RL^6}U-AqtRRA}dX%kO^55u`7fRAipOzWrzUecgjkU zDdKIiBw|-YI6(eVYzp83$X}3^8Wa5IWJ!1hFM)0uK&IeIf&}B@AF@c_0?2>v^u!8C zR0SJ@jf^N2rI>A8iQj!id!R9vsTDMy3*U+ejb{-OCloa9k4u8w(D?M|ay?C!1gjMr zsA@U`jrYYS^e||=M^;MA30@^jB6dM@Kw~2|sdGc)vaI}=3JS6$Vpjn_G`>GJO^8C{ zdu64`6mndaMC=OTgT^0-O&KE4_s5#B|(C5F+;W>7Bv3N)Qim*}cm{uHx#Y;Kma6`ZGlCA9l$5^UX z;CLZ?D7n{(-!0`cDDKR&=PnJaN zg606nM`DvYH#i=bl^;`qAxk2574U=OSH`9ZQE>c#tTdTI?w2JIyF&QD@ke4)h6p%* zL{^GS5g(8x5xXM7!ST0aQveS*{-&(dnBc!IOTsI731rK_F$Gr=Bp4TSWeZ|~<5Q+} z6dW(TzEsI2hmMq${-M&CQcUj8z|#H(fV^t3JpdU?)(Rjmhi^p$$V&)`6AB<-7?%XO z0rGj#<+@3h1gjfoQPp$?Am1FD(8B=ojj~c=uJAfp60r-K10X*?HmP$1eiQw)#M zSS~?=aj{UgAQm3`QCMeX^I4kGGhNpWsY;S$N!VH{6lz5+i+~LJFH5ETm{x5-W`Apw zm0=lMA+tZr%8}XB9|#EvWF{@l1v``~B$^n7{cSUqs*-Dv-kNRg!L>f=nLWLu^t=6r z_1&8Os_B61M`4mP&3m*GJ{}S1E+Zr)#3?(2c)?JmR2$AKhFU72R2!suNsQ90dcNzE z=7rIvd7dl@=4v)kg|r*qZrWMEJkQDfN)|kVQp^#DU|f{EPODUFnS63vaa@Ch&t#*z zOfi?-r7idO_q@~kJPf>aMhra#dX>s)l71`lBw1z$`v&&pHnIgweRh*iFS2w&Ss%M z(?3F47`9mO$@szOGJcaR31;7~r)p~EBc<(o?arc6#&toUjvY!-sbnDB+iGb{Gxbz# z3R%~yIb8IQ+FaP0G5ntINm+q1yMKZTv~za9*s^sPN*^gz3M3dc82qndlkbvV%gFmR z*SCF^{`2Tk{fR6IX6ZkqifLx)vTkRIE&i>ge63JS?#&dGM*Ci}JuY0k)RBLde7wI% zKJHV%Lf{}Gxb2oD;Z=Y{G-d&vRxSw=j0@`UBuFqWXlRol!MKPGRt#mJL4f;@Y%LY5 zuv2oQDPA3$DK6@*;+OkNBmG(X%RW2YEo(%~z3wC=nl`fZyB0a?S*?Yv*0NU8-n$c? z>i0m)57)ci3x8pu>wWak%jus7=$}{6KO`kC>2bIRetAp1Z?8E+D?;<9erJ8JIdeE; zXjy}tFR(me+K%`5Lbr9(NNHr66W&{C-%Ep>vPv0Yx$E&P<#47@hBh6cI=5EU^6b}& z{t#tDH$V(}4G)L#a0Cy}!NYBMcs?8y{r&LnuBrON@W-5Oo5MwQ{R430nEpX>{17=l z0>@ol`lICH!*IN%ZqBJ>4rMcCl2=-P5fH5DkKt?gs>{s1scQ|`*d}#YQERC|#TcuW z$|=%E0vp|AA&q2mPo`Xk(4VS8dPyi~p^&aZe~FRGm9j?4DAg)ig%)}MGEdfN6MO_e zGMo|6k7Z!2W>V{DL(P;R!MLFPDiS1^fB5Yn%A)OSju*jnI}H?+#AYdR6^;Jk|5W$o zVR9YSy|T4SmbJ^WWLs^^i)4F7wk+>9MwTpF$kt{FJAmEv^xT>0tDf$0FIo%+lf}5n z4cMU_AZGdeLKYrLUigwcc=3xLgoK0y@|*`BJa~^UeDEMZ!oI`??7VYM)xD?cR^8jT z`u5D2`Q!H7s=B|k)TzDd)cYX|nod~|EQ0djHEN}5_t9WM!y9WiDqY{4f>{k+F(OUF zPO2*`{jaC`H36<5-rFxkT={+EADRH<+TxjAGCl(wz&GlnZRl*re84|DpzK6}dd)|E zx?jC>*8M#}B-ZVNA2Kev3+By^n?2_5PM6+-rJE<2q|rY9TYepWvtI}{|F4T|7<5N@ z6;7nf&a!P>zUubD)IEl=2CFyYWQS~b!}i%w{&Jw-SM$RLd`79THFY`V-f7FD49h7;`_&n%{cyh! z)2{ZlvIG@&*UN33-?OCwsK)XS!vRbwD z-f7eN;>|E-8N$(wS;airua;QR@9Y;MuIN5HtzrNs`d@uOFc*K@Z}&rXowv+v*Lg#! z*{qD$<`l~l?b@+9#aer^S(t>rbX8xD`P_gE3&rczk^W4-w!r4}EJ4gnNBZ(Jq6rt> zff)G-TP+kU^h@g9qF?m&oU>+SMRys{6=wTmXNB1Ztw!bqmu{x{mtjK)GsLVGe&Ej5 z>gKV^RI!Q6CiNO>YXsJ=9+d)f_I}qHSwe6*{WpRbI3z(ses z_WTVSxBwvBI`3I+;NnCZ&_puxf0H{)8T0=fXXIJW|Mi-(im*h|geC8|Aso(c2nU>X zlhqKmWiy0GHq#>RbmuLjMeKD(o^^{@-tb_`DxpSrV}3(;y|YTP8bWf7powJW|0#Et zGUoqrXXJ$Z@1yg_^WLJ{(FX*#OP}tyX_NiO^JljIcuBcbEw`)CvSAmp)S6SIX^1&R zIoV|GOg`gm+;+=ES$lORpYGQ%xVP~Uf=KL4CiWrv**cQmiP*RcR7}@xg;Q9&r26an z7N0LWYuM;ee92jH88az(xok%w(;>?dh7;M%aGI!+S>C+*MR#U1RxF=S&-{T-$){)j zjVT%#PSs_sx4C3*?%w7?fEYw?(jHYv%GqTYpy(p}2fGZK{ zHg-)m8=LS($Gxbi#?0&5{N}a8S#w$Io?jZEdFfg(E$d2mDKc8turuk4ENiM> zt-!7w7#+bZK&=HXBx|jheU0X~uadL=vf5X1fc9n6g=uB?yUUW%%3ke^JnL3=wX>BS z-ySos$Mc)lTb&h`)x7SV9`icB-L$J;cNZd~T|MfIJnMFKLpHl=$qUmG>#k?=8`sm$ z+RJKO_YKgvOih>;_7QhUGFsT5J0s7!g=OsBABU;&dZTy(d}I_SE0dLS<5aBv`q%s> z_6=wCWi_!u_U?xJM0v9CBI&$^B6$X1J`7}xq&ZF13oVjMqvUFW#2lrfzlCTGk5dXnvcrXu!0nTihkc zXi+ygBhR`;U72Q4aFD%N26HOGw(C>HX1U(*Vl7}Jzd_ZVm6p|@j^s8divmo0s=5o1 z(Vi;K$g^%wyL;KwXsL?paHVQh7*r89R~F$cZL>KhyEq7GFMUhGQ?H{%oG)#~hl9`Ox1^sqYiwpMNtNETq#wF-pV5-O=Zrk- zmejLn1sga~zjQ+E;##YtpEXWgo{rL}QW^=1W5<-=I6_@HfmbK#x2d*Sl{VtRVvhjX`chWMr}o#xJd zMq7IE7tfYb$8@+3Uj#2bFg+0N$c{}l?Z|IUSGs41)oF^k8#Moz&Y}R*o`&58$Y@WO zIU^_3O?@0H;ByIL6LTLBd@kX$&O5B7Ak2l>N1uy}KhMJjIHq|%&3E=dH}ccr&u!7R zY&adE_-e>>O5%;q1=HT>qs+ZdNxZ&aGv!kfrwHPua7tpc>boP$X^E$tH7#wMkKn%7 zS%DcdD>!I2sEQ>SrzVuRB+(`Fe0t(ZcjhxzfA35;iWxjTu`h#Bs7D7BJ;rn#Yd`-X zzw!K?yZ){1r%}>_Yu#0uM)T9PVp`k}+@;EBao=@Do^^}6#m(Z#Y2`>8 zJX2QiC`PQtyXdamCU*fq3}XCg)_DFjnp{jRrp;|~7b~O9o#Tu=>o#|L7Mr8ZOlDhK z8Xs?X<8Z1tZhMFG+ui|ZRc5X38Uwezp6W4e@J@H}GTPu?XXIZT8yu}P%TV7zBU_AG z+N2qiH|Dp&*E_3nc5N_KJ*Ewwau+Y74IXz!o^>0%HfudNUa3`*Z0-;9+uR47RhQM~ zMy93S)6`+w*zdWElhMY0#~FFnZ7kD>0vi*!6Q)*dm5zaP(Iiv*LVi>GoU;bAn%dw; z6iHe!E$%b!Qf0KbXPuE}-QqHhC{VX;aFj1+P!fA}3-;$8QOpI1Uz8C=qFPLwo8vB4 zMw@$KP&U`cgg&nchzY_zAb4fsiGGLU%!Qb{&c(&?JY2xa#0xXKGNJly!V;QkMdFZi zF|}9gC~L13iT%!oFRMgek=RENFNGC}jd)u~(scZGx|NZtU_bk?wxnpYyGoE4Wb zlPrFll)61!T^>#oRWi#f50mc9W~|=)^vs{Zm4_QsG@?wWTXY$lcY9BM2#fujo#Sf1Tk|f3YVqX7c87zdHQSSur3M`I#ycip zJ*wPHnzy*{K<=vSe1I6lAku6ej}6-9QuJb4-+AtGWwgGH&d9TFeK$E;Uve#XD8I$+ zch+ClTF&%Dr_@;e)N*KXiY`nm+vhGzMk~9+8F|*NEVZi}O#s!r7I>OD7VGH0A-`R{ z&RJtw?aDlX(zjhn=}k*I>CSydOKLkKCsBc)!g)b0OwOa&d7- z9xhup@XBz@jR*INz&YpIxYa%RC!LF*z3iZHy{5T7(XT!7G}p%oB5|5) z24^}}k$M&F#_F|ybyln_d_24L4QG92%$s0K*h51TQDhj73uRVUUvpt}f-wtkd)=k!$V7R9pXrh@0af>@^84cnlXXIHoh;@-c&^cMS*2^@9 zMt*asJ8LGZIb7b;92CJ!W2m|_meCk0&d9TF4BR-N_tsdY@V@+3@NQ?7WVM3cjRQ(# zX8*g~Im(#*zvYblQpo;RqHpX^<dOUpa01mAN;PB4N#W&wC2L5x8AfZ*wj zkM=vzK`vk-;k+51NWjghc&67I0}r7USX{MTntR|= z*iH~Hg^7eEI6;akj`a{;<*ZOCBu^mRh0aCabu-*DlnqJMp$NSY7 zHwPajh(4Nwe(t>_cNzP>^6PS-tPsAEKkxoIJ@5QCuZr%he{|lQIrnvad3F7J;LU#oV*SVAzlXY8{I`qv zC&bS?#Lv6L&y(WkG5GPRj6Dut-q+o-KM-vp`#-T=@!5T(yFa*$E|^ynDr$>)UZ4*Q zWXtj+B=r107rgk34+D2g@v#gZp8sJ8-*=k-5%}5f|2KGc{J)^*)AaoB@Z2}Y|4Vv# z2A=mp4t*2@mrtwr-1I=wGy@~d=-Cpxpt3I{uh*z2{9BkCfa8|l-S7~YrR+hHW zVc~Lpa z)KtT()?tiI*Vj~Gzf_aT%!(*>N?0j{%5TI@qRNAOp{H8TgaJ&y;aLJ4 zD(lL44HC9%$BMP~q@cV`L>g;oSoCF_(L+)T?;W66{}uSS6CeBWaS$Je@o@wmISTZ~ ziFN);#Gwl8M)MMX1$r^X zDd-r%@*cK5ajW=8;L5Gs8CLNR&brBJ6<4HNg(;kA5`X8;Tt<`l8)xKMH;FZ5675>K zRY@?1pXE1)=bZJD)f~e0-h@hGOcTsBg&(^!meCY`;EepzFog%&9&FrCFoi95=dKwp z0tmN`+ki|#7tAz;3)~sYXbPL0krPazk6t2oG)4EM4+!pP9`DztkqhW(o;9;Gdn=(* zkV7b2_j26XnC+H`QuXRyj`nK;+`TLj#7m)jc@9qX!4;v$yi>5KR&7t#nnh4`6BgED zs{kEm6&pQ?N1Qd6F_!|R>5x`3oGh4GU;K(YV;SpoPfc;4BwbN_rUKF}4Y zq1R)m4q)^k`vozJxH-Q?+~BOFtcGxjjj?%>2jQxyhLMZ*@kV^~~R{6dAhV2d>ce8fCcWs5sJY6&qfw1lx?KaH_6Ntw+o{ z{yM*Pe9T#ES*_#Np4L(9C9Y{c&$zRj(R`kEMouuFJ|>cQE=tU0^Z~(hQTO-TRhDy6 zU!B=S&kfPS{hY`pifvMA?oro1v)xcpyk3)1bAVPt=Q^P$D{X-%rCuO&dMQjw(Ktl< z_KDRW7dh)x%E=p%FK|{>#%zhsu}1b0nFpZ8LNnMoRN(x;%tJLx#_3H zIAWVDos4DtVPGTY?9%~fWn|6xuv?Lk@gR+v>36zwlQGlxIwQYCGQCoZW%?WQXZq`% zl`*JHuhh&;KjqF%#!Nr%j6Ca^z7$J(vo-1+k7fHG=Fj#IIIAOTwr`f5#Dua=@|YR_ zd+z*X%=q7NMxOPIrz#%w7t8i9fb9o5dCGTDN*(Hb!JYxRouTRWOA!O=8HMxr`=psWWmyZPCXlpC<~$__7ZO zo+$WfzcU_kqTt6fJ5g|n*uxLUl_yHA<{aF`uU|)On>A=So4LK}LRovw8r1tW44yTp z62wbk*5F)hVC1QZQn^uY!m){JRp>s}!gQT=EDHqBB0TP_x{TQrdHYX2074TA3BsCH z%Uj)<%~-Ykx-+s-wLD4?GdIC-QG%T)OP=v{t&ahVIVT^UaaL4Td$~jQNcyrDRcO<0 zo_1$CquqSO89Bjj`e;wMNfMP;9}wImRr(b~G)e7Xd8=N=V_QYMC;(3``ToBOlne1~f&UYMvQ{MdH}Tz4d|U5-N4$Ltf9Cry;?FXF5ys8)=itv=f4zA7 ze%{5&TDzlJ{x{BuR%D*T!2 zpCR5Z$Dbws#rU(pUm*fFiJwcw&qnd{eF3&ayj>!Gel7yniMQqWv%vql2s}-^eM7u0 z6iEu==cgj@hvMfVk@B1Pw$xuNl5D}B`TqI%v)0F3a)D3uO1^Iq`CNq`bSeU(;IUo! z!Lu^(0d73qx7f#yB_zSNd*9r4a3u@62fBPypXZHj?-hq#I;p0hsyayle!^czj_#J%wEvseu?ZjN<6|>EF2ctp_}Ge%%kVLV zj|qJE_^9He1`p5297Oh-dmyNdj}!Pfg^$`|<*%QwrZm(T|Z~g+Y&zh4CAj8o!~< z@f#W+zo8ZK8(Ja0p;bOc=E!eom;8nX%5P|?{DvmWZ)m&xhDOY9XwCeFX3cMC-~5J# z&TnY({D!8_Z&(KS4GROmVX5FZEFS!Z<%Hj`!0;QE9Dc(h#BW%Z_zepczhUX(H!NoS zhUJalu;B3W!po+WMeOotJDQa|Z z^sk048LdykjtZPA!`dP^txP{l8}&NOou8Tyq-_qDhoh(kcZ)P{ z?{3A*&bH8r>;1tQ&B{m>oF(iWsUP>?M0ogqE1Y6K0q^rGqtG3Jf0mAV;9#RcTRGr$ zAvja0!HivZKY3=@A1tpl4|{5wPOuV&Tu`|+yjpSORFP6cyR}9O4PmfBgJCglGL+wd zD%vB#!up60ULCQ;o49Ju_o+(xQJ4q|i0!zZ!z}`>(-gu$Z)UpmAUdRCH#` zo1B7;)ZRf*8yv<5<%S_U8{_cq-%p52X=_WQ4e|2x5AR>FPVU>WIUSEv?nhA~2W zW2HtWUM2&HGL{9vE)zV4PS!Mv$brO^$}nyinutKN+T>HY+^>p&)X z5VKCignm(?h>0EhTVQbunqVhYuN!QY9$s!09~QQd=aoXG7Khy04bF>E8P>n;3T*!^ zAa`&x&W^+!j%?Xl*pd!WnDkl`^--X;Jv||~5jWst^kEP*o%Bt3js8`FfA9n0B6Sb- z3`d|Ety^&HE6>%ITgCbqm|O{V@MYKbjvm^!63}?KebQ@;!+8T#3)XAJ6P4CPvEHbF zKZ+9gtIp2LO+9!?C8Y86GG$vE*$Xn}!ivm9+yzI)DrWG*HhhhPYn!kv673gpA$@rd zEoi_R&6}V)h2cdNtRTz`7s6NeB5a^*)NiIqaq`L3m)yO|y#-#-_h=-Im81U%RzRC# zRbz8_q|~gGBc`A_)2m1$fm)qiQ?9pbaPQv)RR3l0p9OPCg)LA?3W%_-j6*;@7MAFE z)NmY7)8Y;hI|=8t;9j`Q#4eV3mq09p(@0$@NJ%#X*@W7hPKU6A z(kz3}cz$3M-OV*C$o7SCwynuj3AUrYcJEGL-S#<1abcu*TLKbj_iinVcOsc`9eO}s zv00g{Ku;JLcB2}$49($0ss;s(i9N_fyHPdCmA_+Wxr9e#IZ3PJp^mx*(t)+{2M}<#_Ej|r3PGO3121Xl)ePkH$|*d2<4Uf zdB`Eoe=>*Ct`rWDEG`P|-mTQ`o8$c2QmNeEM9n44;{fN-w=6Xp3G7>dKp5FK^O__^ zj2)=$pDHMQZTVu5Vx!U2V#rX^98 zd0iYJMI;pj6nSZ66>$vGteRR^V#Aw+ac>dYXRL`ZU3Q|n5>*<*CTyrgoQY>8nk8q# z8y$xsmQivxzE6pN>j*>rr54>|0uT0>c(t)115vGt~8$`&dm^P-x0%q8($Sbw6 zdeJ)xy__2K<;BvIr6RW`Q^mO*b52i%eFExfBuJ&F7NkMQ>my^ZB_M;)BO*GX=(sY% zGGA<1I)2`m6lWrp)=Mgf&E1|(mHL))sanR<)?RV%?qaiCZ_wD!(o3{rfwW=YyE$x4 zq1@>m63|KjjRWyZZiZ8|Z3vx#fhb>DQ>q4T%tgG1u1O~>nI`!SJQ9O>4M(B5?Ax`j zVTWdgD{X96W}8Hp*p#YKgH$}e9g1wcO|qp@6?#1?yjnR?hOPmOKN1A9pg>+;78M;! zJe3><)|7c2g@<1|(d4?@MpMHL6^Uz=tjO&~`NXNlQCvoaJ{nB(mFwd*@C6NXiy?zh zY~pI|{f(;RJ8*OlL*}Vc8D=&UTaBKepz|9-riOc_h5?91Rm*}yT$Lz5u#TLN8%iR( zl7P2e4!k9i*O>@ zT`{VHC6BfQaA~{5C~f53S6nEgR9@XcwwqiJTa^$e9 zLb#bq;UfeO^BebmaDJQ3)Kncj>w7r+qSU8GGi6Jq=Jak-I72nT`dZ$2a;0Dage<=% z(zGRBsM$s%lodC)u&i=+PZ=gEpx79n8*erAcvZe@V)7l|o{)JO1W3fQe_Bjj7GQ_S zc|PvWVHwOGx&{M7hAMaowe--f$yAAU9FkrHvj`&TfIK|GXrnM3g6c+J8ihHb5$MKD zf~h5q$!vH)kd5A!U|5IN$X+*6YS4_zBy7-ilahNeR-!7fM)I0+)hpGc`vmJustqsM zOr+kSrVC*;a@V3e{0jOJ7ONVTfkpzot+s-8e0xNXaW#T3hgl3Jh#W8r!^Fv}+y)I=<_@tfft-+sksu;#L~jv9MH4O)xLFhr z>{3W;_!OxK>M9jjBYAxo zL(bjZX!giq4Ot_4-PA+_or*N4px5C>vxl52utxG)9KGW-|5P<;HpZ4+U`#!Vj)JQZ zyoMr9Ow?WJCG-`-N||9bayu2TEd5r>yqIBA#jurv#>92#S(GL%r%HouYgJ&4l$H-^zs=)t#2 zu!YcO3>>Q(gWR$~=io|H$r_5j1`Y9QQNxSErG`QvO+j+U%SgLg#o3fP>_x~%iR%HA zl7^;{lQMbLYGn$psY}d^i1!{cg+LmSZNj!-ozSmjBXNE-QZj`RFdBhSipi-7*ld)I zL|V?krc(mah{(-Bu+tYdrhyqA%SJ~v-AIel0u(Hb6h~(y!h1?geF2eU`oKz-b*N0? zAWZVYjRF-b>v1_EBuxsbuql`jsKKpiSKMnPw|tDsq*^kB4_(UxIT~k2QQ)fwx_VyX9GQU(67x9Qh^47b z6FkgOJX**(dbuS>Pqs$z5C!&!K_jr|vIP5wPeEl06FBiMAog66QmeUqo1DL;jb5oM z^C^fRH_gM~b*RHB>B7lfg_x%Py~s=x_Wk2b+HqXfOxr4uLI@b*RjQP9#E?la%o052 z$ys7fIg{(~R_PelHDTRhnR2!!Q!``*l7wg z(aOF^xYigqTn)$Ti5?%QlG0LE4QBC=L-9^ywc$iUm7@RZ89Kq9=e-hSx$_*Io8Y6fuTFr#(chzw| z2|PxMZ&PbX6$J$3$w@V0*ovsB`&Mfbv@)1|sev~;>$I#&1gM7xX_~`ogq?Z>t+6qL zH=MLv-jO}oC~o2m#f4?5F{q0qiUxkQ3@(l}JeaD z!~;i15@!>QyQ=9_BUp|64bjzdeOM7snP{Z#kQ&*SW2ps$A^XLTn^@t>qZira=GiBW zcp9+A0&Q@QSnZDo?$jDQBqD1}P@@-W9y-)XvxzD^SQZU7kel& zQ8q<$|Jfv_!D-~S5slQTFcl7j;xV2YF|6PS0v`F*fODScR|9^~uLk^}Uk&&{zZ&p^ zel_3+{c6Au`qh9R^s50s=vM=Nglh)!s{wE5R|9^~uLk^}Uk&&{zZ&p^el_3+{c6Au z`qh9R^s50s=vM=N(60vkpkEF6LBAUCgMKyO2mNZm5Bk-BAM~pMKj>Eje$cN5{GeYA z_(8uK@FTo3kY5dWL%$l_enedsy5t(K`ik9v9i7-pN}#qO*BamJHj#h41klS08-*P6-B=J@^VB{a=+w^{LT6L<{IVog^X?V9;K1yi-f^$G2Ugl~gttrX z<*qlBBheXPAxm$`kZd@Gpr-MOREg1~b5i3Y*Z1W_QkF+-nWO5v%u>b4`frLb_Q$#6f7H^O7cJOs~4nCk7`1~myDKnaw! zS(;}>f2~DYO@}3Id704w8_}^r2-TZsP0m-Noa({ZftHtpgOEt&&g4CQW+Nv>HnD;5 zu5zdGP9;PxPKL8E16BP%N=S@BO@h~=58# za<8$basBG}5xIdfp4;-{+-ba*>_<=rDnagc+RmdU$7`m*4TM~U6K9SGD#D?>)?=`z zaeqJd5sTo~2KFnzH0vJ=gF*t2yr}Xp|Eh42$Iuu|y~8?>IG-IK?#t7nLoOew!_Zg3 zlz)WY$M9eII_7E&rU4E(aD@v5y%^E5{$cJYLsv8UG{%M1n3I!d;ey-N_JHM6`qe2S zX_EB(7N~ zst8MF@|uM$vD$fg#Zfqe;@)Yoz}nU9P?wj=F}Ip*?U-!hnl9K+iB6-zsbra*8VuCv`~gdu!nY=G#Uk%?<)pFFq~uCi zccmG3JSR~`g;z~3n!hA`>1}SHxn<0R^esu~3y*4Hk8b|pN9A&q0gD<3O*u$3J4 zy4Ub{Pv~zVAzrQ8uZAP&+SjNMKIUadfLi<#dki?s*5NemgV#-PdW4(b&0RWnJfL); zJqB`J!P3aw7)9}v{nWA80X91-&wN=2+V8T9omx60=xqhM)duExV|xQ$JUYu)(~H?kCajKc|H9$li7SfZ#) z4d*HFC}IUfj+ZDSUM*4NniNymbQJ#*INu~PJ|0808V2g>i6_fQL>AZh*TeCEP(667 z1?-x_%Y|4=(l2MYK?aVA)A@T^nxwP+AdI#v#*#wS6zyMB7NERR^OS9`n^2Gm2Flx> z6i4c_Vr%-m8QVGO&tB~DMro`@XQjU_mA(nA5hvFd`W8o9c3KI`>cWg8!F5oRXmp;~ zP1lQ=t0mi8^`<%;16&* z^5|3qf7Wo858aoHv|Heb65X>G72g;=>FV)N z3M|0Q)~FXd7?MKZf}}Xo1Yv0;L~wg@Knen(HF!EDKw}}9JLL07UfpgEH>^6lDpe#q zxW)uE^^^|q`(Qve^(J$qJQG+D_vkK0EG4qd9%p*yuYba_mNZei`vC9EB~gSF%1 z?Fb#Zfwe;yuy%a(`re_79XsSuz2l>c@ebX++VRnyafjTjc6@Zc+40dWWrrL)cF5&T z$43`29lCS1Lr2^@bmMA=E?n*Sc#gB<;~B^f-L~4HLm?eH6Vjn0Asspq(xC$(9Xb!v zq2nMOIt|jH!yp|x3(}#ZARRgh(xHPO9Usqubm$mJhfaZX=nzPU&VY322uO!cfOO~p zNQcgUbm;g;hfaTV=y0CZ^XyhD>I9U1_3==Q!24Rbnlg=&WyybcxGPMfZdn<%phYzdaj8L9A|Ch)l* zyZCMD6x=IT>jp~?(7Ef|V5;;~_w8Usc%z#CC|($}Kp0ZD)9Svd_g!cHkyp)`BR>!D z^ZB%=P<|br;0hUvUmRuIAFm?5O)x~4p=E`H(h^(#@2Zf$X+nm_pOUx~T7@gjG@vI; zpzzdV5)jrc#{Fa(=sQi&eD{E#kI8K4b%87d%!V8jox2{Fx19 zHEScf0xJ9pZ^80EqH7|&PBH0PD#tTH|NFWaT+gLk86*kP_dl`` zZVvAYlHboqH9oJ?=X)M(Uy>^I2&{R@TT3Vvq5j;)71yQ+VO(w#0$^X=pK~uf zxJe4zT8C?Qq>zL*7toBhsTU^N5y=|u?b0}0V8djmR#p+?7v!isF1F#ZA=>e{69g-m z8hdBh;JD6+?;Xd>ZzMN(Z;rnLK3DY5E;}qAl2s@-)u=eDZESE^wV~;E(5PVR(!tbI zAohD`Bp8kW{SCT=dG3W#Vb8VkxGSpCdh)1jcTv*fJt``df{hB7UFFMcceJS3n{C+a z#wr7L?2Z?W^NVfhF3OKzo1(J5)dtQ@ZNhN_iSQG&`yoJ3?4HZB{abd?iWjJaf)dgd zHePbxRHAZvl?|Wkiv)hLQo|}6uQ$=yy~YN|^@VbDH?-yObDTr*Z_xF|&Xp`5QhlL> z^Iaqw#HtO82YEaSvc*q3a5aQpV zGr@uIIMQL(L!bLRW?v=5fd0h2X^6A6)M_&HZ<;wq@d}yPpFu$ zwPE&9Ar>T9F9bHDriHAoY{TjyE!Ha0wGdi{jM>n7NUNdAOCVHfD>h87sjV8M9T$9W zgvMjlhS#HDgf}SQbr2d@-3Hb}eIc0G45EtKu%Y!}O}l781#8>DdRPf|Fy-A0nwTeT zSUt)=VbQe<8r17-P(1dxW~Z{K%U3FBsBf^L_Rt(|hY0UT(7@hg1M5)}M__dOfd==h zHn<)cA>r^=0}boVePF2<3#bP278_QNOr_2QIjGgx`VAY@+Nkl4_Pl^A-|)NdVB7sT ze5drkxawBFQ2WTHmwzb{!F6qHtcloAJj91w;L4BxPMr(RY2^d%`q2?e+%p9;qt&Vg z^rVeGTcHL=E>Gir_oXnz)q8DVJlAG|v0r@^<|!Kt_fJ$9Wh0op$V>%#zYR!LZsbEc z)CoG<_x}JsQ?i(6JmfKWbhR(%ha4u?;GXp~z>wit-^F z3OkfD8Io@4Rg6EgVWe^r`khx%K5Ro#vo^{RsbJNsybAOeHXxo;HboMi<5h^iv_YuW z8s~*Q!>ceKwZWu`r22hVfj({nO3Nkb+Fix?gbjmzV47-yEo`O}c&#*i(gvy45OFop zY$Q8&*T6ny1KSW)ccza9Dcm9)u{;YOE9H_~VB<3|o&=xiD&A*o%y2n1QL*0_`6UnK zBGx`1XkE@tpwz0-DFe$9jpw{9@ zTt)w?4V_1}Hc!@};?NPf|1Y}4eY*RW91-HTY#eca$i|VZzc4Bqz7W>8ZCG4iSh2|P z07(<`dp00mPL27+mg3;f5dTNIg19j2-%wuZK_LSK^Y1nWctO$h{H*$s4v}z^ivKg6 zA)cH`#~=n3&(~5$f_%}&-0rBR$pCC7k)EqnGN=8LW#XQ@k<|H={$xXm(c`s0AHGxS zG9G`aU)X&cho_@rW>sKlH+ zYe*|?NZh8`c(J&P)*#o|Ah{E*L53R!LT;s#FjZS;+2D9&puu5L2HzA`*UlP`8*HH5 z<{6+7pBSS$jMh-kwV`tDW1z|`qH|puP{9Voji(8uJ4060x7h~89Ul!!^>?gdTx`QQ zOKco8y!eKKpzmP+PWVzOi4LB7C4E9UV56Vtv^G2@ARP0mIEQUGuI_eKz@s+6M8=?l z$i8_sHQj5&*(?;yZbecyrJ+w=|22T3C_A^CTPZ1F7m-743!QPY+rnO&7hPo-Z}~D* z4-p?h;tM9#-FDOGI#!k1GYK2#ZY|7b6kD0w!ucJ#O-GY^!X!U!{#aG9kC}9**Kw*! zyk-&~psCp$oT}6xFsbMEbH*iDt!=fOZkc4K$APFS>j{(SKpYxIyUg^~oQm>;Ce4}h z$f=6{kjaK|4BfS0W9P%RiHqcZc$x^R>+zaJ{fbF&Aek#?Il{iaM)MJq<}`ViRP(Z9 zQZ@W_xaKA8{0SXaYBB~UwcM5y-v^@+e49xyca3D<9-xu^O_S_2cuQ3C@d=Y+Zi}VK zdEEh{CgnR#nxRVpdA|VMrJx*hN!Y;uJdU&94OmL|YvAq$rLKt9`;c#~J2p$+{#2&^ zlc~&syS3uB)V?{7wDY?rBLjCi#f&6u<|a=5z~p3FoVQtQlzn-H7Ec^~aE3Ut?fs7Y z#c3Sr$}xHz7K}9EXtp(S zUZzp|Ym?gayYZ66gLM73CId6+VM}G@?@d;W0eL@~SH8ic%BmwQmHeko@ZV3INq zcWS6EpES9?X+x5hV|Xu;ES!gy^KJN0v7DZ6meg;*XCo@vj}tY0D5*$4v>~k*h7bG5 z;trJLr|5Ude@+*mA6G{z+|O*BIQuVB5nr?+vX`BhY}793s}EsDlenkBxlN;#rlUoB zsc<$bT0SMTc{a2ak=~^nnvel>Qsgg!PZWb;(iz+ZNwpBpQXAF#~h&)3*Kzap+b)vb)yaSvVgsE}vbAWhj=%%bAhN6V=VHl*G@cT{H1 zwLuKPZH`K#V51?+zUf9Jl<=!q_Ai7_6B!orF}qv>lzhe z$Oe(cIgJW(g$*QK6wt25$5l3nzC6mPj9p_xb#@b@B3^Gpl%thYzb2uyKStxZ8Bi4C z$?d#Fa!A-Ow{dv8s25T>r0QR$P+ig}Q&Le4PLy_8D7F1NAQb&^96}inW0IwJ)koV^ z&*EoeV#mY|@&w>NjHzFDAG*+%8 zdO7wB92;#eW1#17F0_kUX{E&1&d&OR;i78(1QLW(3{v1ER$}5s&$xO^}4~z;*mzF)T@$~NnC@;SUXWmn99P>sCw}}*(dUd_sngY*< zW0k50=dr;3A*fk=D5HijYAB2fHoy`Ed{Ec}p@sdWNjOAa*e$;UJi}=d`C^KKheq0! z>L{E?3BpsEp(`Be?+|&4{FZ==#_~iBuj1{JYc7r%;+Ww4J@R(v8wy9l^o8B^a(fc? zN01GWT5!iNm;|^z+DdAP-h(st+_v+`(ZjbD_V2vwHcY!XT8tK#wyOcb;$7kGnV58g zx^t{pD&r}`I`|a=%M&-fM=6GI-ae*4C=FHl?>`_C{nl&mMuV-J5e5!FnQCzS_1-tDem{LuMJP%znbjdwk zApQ?-yc6n-HeKZa73c%)O5;=ku5T4tvI~zi6}H^D_nuu_DfB>V!fO=n^iEblF;u~w zDP2IpvTAJ{oC1>9yC4i5lA*zwcY!ZpsA=I_N(R}pBK#8E2Ex`UFhuf|7ljW+;lYaV z>qB8uv{`-c<)vh^GHi$@F@b7jvQh?#w%mH#;UinoYR{aEZM58o-^tJ+`8g!Ji;@*2 z0Die%-Ke3ur|6PLKN&xS+rV0zs&6EJQl?KQ{(IMED^ zP6NO%LAjN5$T6oI3eyFJgY{|!w&TLb+kkUUQn*V(0ll>fJ=Gh)&#@LzB8Qa7U@apT z?gp+c!xQA&uVkj{~ z4~F&Ys)NxTm4#OgMK$bZ=>JUB8<>a1`dH{*Pq<5ms2Y?GP~_K9MkVP`eGFP@=vWO+ zQPQC(X|NgkKN7G|AA?pKQWXwTsscm_K#+fNIKc<-ry~A1j6b#Kg(5YY!f@+U=rOCpr90KH4Mh8+L8%qr;iVKl!6fqP<1S^logEeRv zA~7031fd>Y>5{)njvUe=gS8RV-EHz2SvfA-qvg>tBCml5db{NE62yVLhLSKgCWAp7 z2!Rq1g^)PP)nBr6`a{&lN<2IQh36Plc|)>$x$+2vLAk-Os0SG=!tOz_)q>XjB2)yu z58->TmO2MVPEC13N9xDCTH!GEFVJe25G0f^oDBLV5)>g&mLMcJ4||5B{aw&4X=6`{ za`8yLUOiT6A;SC$-Y?W8Kc3-BaK>H?gnh@D8dI&dY=!EQzfTbbmF{t`8l9&H$I-mg z!Sbon*INy>y6NE($3uV&Q3mqm3bNAAiS4mbDOlFly5yfUSdCEz1%-FZrwa0Xnv3a@ zXVXBw1dEThDo}fgYNZ`4Db=8|jYcmtWRc^RN4oy!p~LV0Z|e2K8x9=g=mFkvFd#<+ z@b)!)!+yX2b@&egzKH?Y!S}x<0=^vud`AR)9|On}>JLP~k1=2ke)1C$@H_@!Z`l8- z2zUVl7GS`OBH*<9;r|U7a60@4Wanc5c0c_EB49BFd=D90A_A6Sz-ml!rU+Px0ocFu zSBZeN7=XPsf1L<88w0+E0UJcXxfp<*DE~YWa6SfLN6EiH1YCpxXJEj^B48^9U>C)| zR0IrR0J_EXheg1Z7_b5Zwu^wPF<=u0Tq6Rm#{g{A{ToEU%@}~qwf`~^uoDBmkDT5r z0&c^AC75E52-u4O*wXp05CL~#0Jcj0ei3j81F&`R4~u}K7=TTM|4I??OBjHay#Fc@ za32O>wd~(70!kQw^{qc50z3@B8q^;X0Tm1=V1O?ICNbcr_(@F!Jb(dMOZg2E(8d6) zeEj1g;1mX6wc80Gdh&=C{1YB+dzd`{)IgN$Bc9W3yDw1z^#H4j+zE zu@iN)R(W7I`rV+3fGz&Yd2{Bx4dynH)5n4pO&T%NroH;`6u3nLK38c;!c%<3aEBDs zj51{#fj*5aJ`0b>MuLT-RU9)zOZs;Z5G>nWKT*RKI%K9PI0#nN8xp^8T(jp1ihjL)_efIPXD+*;^c=asM!n|L+g*R{y`4(6 zv^VtVt=%oJ>%OKt<}WNXo81Hc@=~MNZaGe=((3w`s5(0BN_8UNEVRqj%4FAHnm^QT zJ%+pPTk+w=xvszXanEUaU4PL@r`+lKBYPb0Si8~e`fJ)wp_VT;YPEd3(Wp`pG=M*g zC#ff>OSR{9+ueg*e~H&BQq$#SW98-L73G!XRpr&?HF)0Ww2F=@RBY6zD$`wmmFl0q zUvi(kFoRm`IqeP)%Q@M0>RzQ$_qtD^(*`;x+Y^OOyMbPG{S6vqcvvqq8&#)K?>hd{ zYN0;eDNH+Ee}Pl)`YY=IkC&Ii0NF^h)o`66z&j5c#0M%$@ZiiI|s%N)kAk5%w; z3EC+)0M*?`Ds@zu*;}hrXEG0VGKG36(=I!i^sh4q9nUGWisj4$tp*0f|w-1af~w?!9io-;BxYw4A(#YksOyb?Sv0D!ug8twy8$nu%BI zcdvOhX6`jzKQryL+qldZs@2Ac{8ZH!3t<>WW7i6=5!^)B~Rp?aP`4&(O zAlqChl`yh;kq`%!v_P|EOuW}U<*%i8wMMA}kP@iq+4^>)m~TuH?&VRmRpF=C#GmH9 zGGHbZg7%h_8nr?Nn0yt!spY2t@p_}}GGH50AV1lv zlt6h0{8h&srdQK>(`@n#n}?`pJ@;5W$+u^kJoA?Vay;M6iU_zED`uM- z#$@N6W~JJgMk{;=)RDXO3?Jf9K!yBNwSb0C0SJIvp)~_M5-=`k&S3I|D}?wA2D-9V zs5ikmynLrsMfFSTm3FgIJT^nHRM+{+biL7Xs4th;k1!$AKvBF{Qt#A=@tzKi`;>iJZoRV%caqmQ5rfgEEzBv+XmX!eErFiZDWrYHE(;&x#Yv*|BA zOn>>&av-=fJ_({dhVS=Ryf(m2Z#w=}wZh3t4UGfo>jff@e6>=?k5ivUXAbyl(1UUw z9hwBOfnI5{_>uE8zz%%lE`mkqax}D4{_=L!%Y)Tare<)rg6@hy!&cj)iRnPXE zF?{J^0@_b^fVE5rq1${x4SM0zdoZL+!mkv45)O{}%QTB&_O!q)0PmKvR3cGELSi9i z5A1+x-@&*AgY!Vma>1*3pz|vFS8h~G^aZHJX?7-Q1k5ZSc*#5*@%?6=0m@hwDU2fN^`65`Rc_h8mY|T7g#TA0jDD+#X`bJM6 zolg0tfCqu(bjvUGr9seK9<&330JtvUT7XRQD1V|-B3!;m^_K}5WJ4$mfe8!)=@yg}_o8K;4ymGgUZVLH}^SitpVJ(AV-4 zuMN3YG!2b_OCOBWC2JDo+L#fP5_8T zy--CRG#_}gfh!TNMgXo9nYyICrUR{7n4#{J!AuMJM z0Tj>mLluT>g|GxiB}mF_2sbBosnigE!9+&asCuK>6>vr-N<9yuoiw3)UxZWv=HH|N zO6pii(V7CajA0V`9LXmXy;5}&=t8WY8GF5<#eMm`Y81@4p(=p!p$Uc5JM%#L&GA~TI$orn zpfJ`Dy0XwnSLWevmFuKtXGKu2fq?{0NNI^c}Um`E#Y(<`j*!+Te1JoUQOq>ZC18bi07>f_q zKZ)Khl}8~?W(3qadBtjtQdJ29mQFSr$M6tHg_TmZ(P}kLct8i$CbRyqG*+;X=ZwmL z#af~r2w_l1pt)TUJk-(>YGX(G$^bMU@d5^fh*d?U1we^L9DGmOHtBqq1&>4d-wQvkKS|?OI3bbcTNB*kj(xfSQ)T_-N27&eQ3l8OBP+1Qp7FEviu}e9cYB@ zHi@@2#eAid$D)bfX4EBafGqkLlEEJEyzTuTo(Y4JPn2+jt;=!Hz)8O2+K!9?JC9bjvoc6C*h2|Q- zs4Az#Bhe0M3ksXlfIzk{YFs>zyM$7|&#EA?EtLT1jcA8LZuz_iF!W!IUq`UUJ#LB#+jEuV=#VEiFC zf&h4-L#hme(N<1bVdUq;=CtYurS)k@8~~l|JZy=9hNYgV<;mhYRQKbM^x?;0(Y21W z4>o;~LIc|;C~Gm_<0EO_7OGg-PC5|mq!w(_rKA?K*hf9J%1N;2 zpoF$#g%q?a^w(&I&>Bmwpa$sv`gM)8%u0=TJF^|`H}#E>5C&{K^_K--`q%3Z&3h1{ zS^VWirRu_(4YNbg3KIz^28u3=+s*M>lvToC%(MXQLKjiCB&_$LF0{ZcFV}A>^)jp# zZL%lI5Q*(xrr(ln%4r>k1yrnjgb9~vvvPjA(U=CVm{0NLX7dsp8w;iIyQ|GRZBDGf zR)i%p3@s=}{2^8XW~$>Pd}l4>HJxGwxEd;Sy{UCTKCC z92pd;(2HiPEF}A2BC<-N>$H$qZ#@LVhI$Lbr}eZ&vx}#fSWlIFq8TyIF(t6=VO8rH z9=FlFv~UE*So5OT@!AboyF`;9V^mNh$;^DAj?pSBG|Yo+XRypDt6k`CFc=b?yjBI{ zS{kC&vGR+`H~I_VsOi3`TOKQKao-9b4lc7;kS!wKLC?3A$K4;0=M&|dbdg+no4&j` zc)I<7et2E^dVRU0yi;G^TE0zR-hSF2QL6}Q<&M+(#jf(5>e63IHhD%f^Q?SV`EFhE zCFR}v^4{`&`f^WsufBZ1bmzfS`q@L~>S1%Wue@Kse#G?SfVq0~fCj*0<(KM$2g`@_ z<>B(2jI>R?05_J!V>~?z>o5QY+W>4NmFvhJbT7;;nn8qyUg3yn5*wLZ@;Jf zT3z+)%CFa#XLQ}lI7f?q@wsd!zmw&((mpHh{+o>vqXX&ptZdTeb zAeV3CM`EZ1A0&5Ic?&-ii=eS#l&|Nf$}-uRggFGfR2NnxWL#V2aVlLtTYd}w{eRTo zx0c_cN7vn=uij>^exUq=`r&^rzg=Cr-wzscpT!SX_0ICUbeSLCw@_cc+raWY0jB+k z24ML|_g$n*{+IH5LjxiDR)$Hg{e7yVKd%11zx)&Y{3pvlrLpd(%Ri$pf42N{>Qb8` z8L0lmEPg@u!DS!;c&RBS30;XXTJf@p=4a5V%0F-D=@-n^FPf_#D!)UI;g`z4tS>)M z{-D16Q2E39@>k7QzgGTr{qQ%+zo{>O>y*Cwh`IV``M34MA2Sa>c3MCCxOw(p&DHOe zKcQd$H}FNpIDgkP{(I)?_sutdV6OhqT>Vk`kM+lYQvOqY`QOd^|55%k{qTR9D*wFv z7y98}mTzJr`YZFr{|dVE$?|)3x&PPD@n4&9{Z08(`t|=;{@?oY)8)U_m!BzrR$u;u zZrqr@wi`p1F7pLlru@ZI?t4U({G+-0(rNwd%Le=Zsr(g<=wB^=O~3!=^4Ha+zfxIc z>R8tSy_PmhaFSu&2~#3i!y0+3v6GjIs}Kr!%9$s!GPcXn-u=`DZcyn@_*1@m!d8By?Zh7l?B9C z==nmrTcqz6)7=tvSN@msH@M6)db(VfSwVLz)t$fEfKGJw*DyrgRa9uT{$vf^t<`ty z=x)8f+dy}h=(~+{cd5SHgo}L_b00R-<<)$78C@>s%gb@e<8-gUm3t+A`1#ei*uq!W z;L4bB_(=v&k!@+eh-$V<9ycmxH09yrr=3Vl{j2D4G$_U#G7S z!GVPamaNd3u-s5S55s5JyuyZ`C`zXH3nFccTUmgBnrj}dJ7oKEGNA=WrZJUKp%}1a zJW}zBP8C89mNyTvDvW0C_2`~^1AZ7zFQU5}_1zdQ1ZrF8c~(Ea2^TWBt)|2{m6)I( z(GT4mU2h9LxEa@)c-`&vVn^uh&hXn?=*6v}x3|&t?V$&E(Dkm+gZpr;*_6A7UhECM zy`Qch2t9a^t{)0Lco^5_`+c~P0q!?fkAw>xpvQWokA`m^3m1E7=#9TISd1&v!(1AU zzs!6B_18VfRiD9hwFG7iAVmqWBVGS$!s{gM zYFy%Hbmd1vb-6DO-@F1hr**MchTixg0}YlaO|i#8U7-*J!syx1eGj#n-=)tRTZCd!Q@Xc#*W9aw0!*9MPeDm6HvDbxfULU@B zL-^)Jk(;pczUPfFZ6Qd5BA3K- zu5E|qdpMv{0>qw$Vg80Gha+?lO4C4KSF;VfF}YaVaPNXiHL3*|uwakBF1Z|HHzzx2 zhWrgM#9g9G<;X%`n5@8JjE^^&$1vJdV3DO&P=3#zu79O@0~-T{0^w<1KkKIS4qgG+ z@s5$nP!>}@V)fcB_y#wVh1Sc7Umh-^P*rPGt>SPcb7oezlOu4HC_)asg}J)enAQd@ z1)Q#by)GPv6Qb-qcp&pIwhMFfZ`8$dWG}-Y5dz`CG6vIc5pb%&+J}%tiWD8wCBqel zij`0nAEd(`?mJXFr6Tg+Ptq0Uh|T9~@Te8ZlcHb((^jWvNp0YlgkYEIXN z=tO;)BS(=&3H=c6Y{3TAjm`Q+xQo@w3B>gVaG07x@MzZ`O)9HrTZOTO0M5==8Vc;P zU4LuR$7v`QZoKSJBx5k@a7TICU`tE^wfgiX88OWB#SSeHs0KnKUiZV3czgFa!M+gsezH4-mTm$|Z z8p}!Ysf6Yxu@ZC!&IUwoF_Ol>LPLvz#SlrjHzBZ3=&o4r#UmulA~Lzjw9zNk5*<4tZBnlkFBf`^goY=Gg@^bSn1q3(9IjNs?{lrcf+2(aP zFq&%%@scnYG+m>UiFJjk3oXNWP@r8A2IM(jOKQZ)3kHS=JQtmJ=A}l|1acUbSc;9P zLqx)FID^}k&>W)M1g~wQ^%KZ>$oriCP#__GXR8# zf%zc%IB{;mq#Kf@SL^0^ZZvI&3cN@cu!m>x?itM%!@3TIY)OyL`fJ%44Bsv}M0k1m z8t7TeWgxtBz`bE1%mpj;oXE3l=$R%3t)$4S&y#gw8N*K=Tt{W`06LF6_$-yULiapp zPni_Cmc9wis?ply^(FK=5buUT$lJyA_F7Yal5!vgze*hm*gK0;dGk$rW4Id6Vnp4O za(_?d0t$-GwiJ31^(SbCrJua{ce?{2pnZkj1Y<}dO{wB?s@!n7WIU0QV^lI2Qvx+h zxhtrgVYG9roAT8^P=^g0Opz2)bd}wa5H;#KlXCw;RR%mWRPOk8De*NMN>&LazopP`OM!o*nvBvFUJ%Ipzm2{(L?rLC)IdP4G5#*4E~QdNm!6GdO8G0Pe1HW> zilY?#26ZnWDSP1}MgES87=AW~#xI|Ikv<8a#>$ftno{7)RKTEAmFl9aJxnWt6-{-mnPQHm*Xj48m-dEJ^AP|`pC>jxVfleDdiVX`9zI5oyq(o!N^F- za2sI-N$Ous_3ua;#4H-De7Z1oC{b}K?aISE-Lj38X)IuRv_0KfGM93#fHEI4v zsyPvo;g7U3BHt{hZxYp6S{O;0f2GbON=17?B&EMar4#30m)47ADgTAkxeRN}Qg$Wv zHn}I3`YEN?Q|WCOYx0V+?YL5iYo<2zSu%v+?hD4xfk$K#n%a*hU11C)iT4Af}2wZ zLx$Lpok@y+n(9qd{fvqa$g%lKKKS4CK_Z0B2jMk=e6%UOQ?>y{ihn7+Qy~*Yh}1tr zA0+a7z2cXO|AWe1A^Lr6i7Z8ya97n5Ag}<$7ll%M4HeJDil-Y4E zyXcBkT=!1;Ar;oWi+)H+b?>GhQas&z=!*18_r>%>nxp#?x*`qH-Az}d0=oCo59xaD zeRM@yox6vwNPlzp(huoq?)~&b+L!wP{g8U)K1f%jMY#{r6)8vV!*oSjkh_nrNY8Qi z(+?>!?j!U=iivxGen{JJAEh7CBizU6hqMFtrF2EI-#th_B+A`G^g}}0Jxo6&iQUKP zhs3S>GP)ue>OMg~BpKZ!^h5H`eK}o`Y;#{hS0uIESJD;9B=<@BA$j9IML#4#+*i>R z2?aM#Kg8bMqx3^O+bz%!v150Veu&MwMfxFb>6Yk<*rDst4{tlM8@Wy=s%>gzSy*CW_sC3;oT?n_(WZSq+I8 z$Stxd`m!Q{lk`sKWH28hA;rFBCJBXp%q)V+Ulyq=h_t6}=wuH1GuklL-M7Hs82L&f z;k)}5#oCA8gFc9M%WIeD@e--0yYKFfe~F54CmR`zMzXV#qF1fwHQH~0rz5IMw1;Ua z;6nRRDJppkvGKHJ3|le4?`V6vzW@RE{wm%vi=74qNjb2HqQzk#VhfP$ZbI-J;CtHN zSVXB~*rAN=CWzcE(e`-Q;7<7~o7g-LyMe^f(_Tl}kcY?Kgn(cIo5YaHV>Oiw1?D33 zyfsw}efuK)EzH3M*!hYu08Lb!_7qnD)|ew_E7e5bSv9S$)UCad<=y^je83Lq{7JIK z63{5n7LwY2x=wH8@to=uZA(0cqRU~&Rwhx}(R3+?*H^G5R6GxeZ$vyk?IYR{-UTkc zaE>^8PF?#zg@dNUW%rXw$GMLjd}m0RR>U@S4~!|s`p54>OA znpI0KY1M^-%YIi1Mm;5GMwWbD-k4QHl4%Dud}hUE+|OX~8#V2qP;QG93Yrne#+i}B zcSPR^nV%UsyI0->V@NXXpz?#Sl!AdxA-pgOOn_%besBD8?rSin1k(;`{OrS0&ZyLL zn|AQkou9jkYoF5zaAxFnBUeW{5?TystsGVU_NCWyxxj!IDhL1EnUVWGcpaArpk$TM zu9-6<|GjuU7Yy8qT1{u~)|rv5*S&}fgzcY!ulLNzUp^9lZ%jMr$@X{2`@jqpGwq<% z=8sD$v&^5(w1e{R`wuA}j4#QwgM#n6?ndr@KvK482SvVlvlKB4t2s6Pfg--C~Vq6{r_;8lucZy&tlrar$=v+ zPZNg{U4fwdOK+3%hI567uKCj+zhss|npJ)DK`E37`7~zqhC}jEA|%5fY10n6JX4i# zjQKU(W%hZW8TsIMNf~454wuo!8s+OgGm?L!luiViF0D;F=)t|uO8LaO44ZaPcEyj( z))ULLgVI|*Af*#cU1_EreD{q%k?)MbHay-G(+)nX{f&G!nA_{jNcSJ)`@}g9@!-I; zgGPUL?G~m4WBm{JHDcO9@o!%%#S?8~q2k(ib!OyiIr-u?Ekvva<~Hr1(cisQsz~Hi zT4s0z!TV+zOvJQ<;_o>i#e0lQIy3U<6Y@bKgcD6WXytcaHCv}_(+-M{PR-V-sA&fu zeB>GVAd%l|(+yt zD1#fN$w0Cf4s}?8q!LxVP0(MVHhvretTg z_3%kd?UPo2QngA$#ecJm)(gUi=u`jJ9QGII5FtTJ>;kgI)Q@|)Hgf4ucD5WcQ|4qL zyJOx8fJ+zsmym0f6_tQM$37m0k-9ARSm2%!OHYFJ_ zr14)=wcOGVuR#_}#0oLs5B2k%&766zqZI+w?6BIYU2wLUa>t;pBtRchjf znr{zPU6i>GLEzO=fv@IUt5>WvXL3k*+C~}#vX8YXfSqeSF!;C`nn*TV<7jP!vT=n^ z4ql-aA&Lvih62vA#g-GU{>~ndKD?qdHZlJC<%4(5o|$3;F|U+H*38dY_m?zX_R~m6 zhWov6_yj8+jqI%Z%c}JUdH_(`64Qi8GO+IJXB;7|&?c<$^!~(rnk4h*L5P&m7ii8o z0R<=@P(bNLKajLp78$b|*f-4Vg{S4<5GrG=%>hu& z4!K6UJ)vG`rLRZN-_C;}o6$*!kf;Uu%vxM)V+g|xdVI(PYv+<4a*IcY&?2qXXM<=+;*{jFLIehg941 ztL4M0mU&>)EaH884{*^2ACCXzk^QRb(}3*b<{laiZ8D>&IP3nJYO}YGjaNcG{&n^7 zJl3wip{m&3L+1m_R4llk@oFA?Pgk9zO?)!A-&8&81<#T^CsNCA^-)XeI=L5wNLa$n zgZ#B_l)SwDh#J(8R%pFII1M&u-H#3f!b2L#IfD2FwDj+V^MxIKLM4Bz=I|PolG|A4 z3ez}oVw$&;O*H9nh|Ri$$4S%32!Fi6uge^$&{a!&`<7Q-};~U-f&NXGS>s1+T$>ndxKl-{lV1cewVhr;6s|-%pZn6Hk=jx z-oe*N?Waq%9D)m(4bFqG&0>hyKUX%7WrL|Kz6c$X7BY{{&9bKHMU1351m>X^MZje( zM0;W&QEj6qffP7}=4X_dO`d71MuI2NKkuwA&%J$Q9yl}G>ZPX{i7%$kx}WJ)J51Oa zLBeh@t#me7AO^ds@l zxvOq~SdIt#ST)VEdyKfo&>d#;5#zJ4u-Sy!`NhfobL%oZ>wb2gf?`No;GFBTVCkL^ zj>b}?m-*&zi!jKx8kLfGcLt3V@Sg`nnZ+P9o5VKg9@i9la&Dz5%Du4PH0gNO{hY$Q zVJ(^FGao7jfR94RVW-tJ)FS6(lksZ09|mtbDES;O+SY^|T{&Jsc{$qRrQ<9l^AtVd zmS$OL%goEEQ$gk*{%UIQ{!!i`a@5N~y1Ju>)YHRsx~@Frh6atl^NWM`FcpFfP1ww$c2pLM^aDwvat&S~X3 z%X?6t?eeBn{GmOk_(L0F@rU-_;ty>}#UI*lj6bx!7Jq1GEB?@?Qv9J^wfI9@YVn75 z%;FDiTg4yRnTtQPr5Ar_?=Jq(hFtui{lNG`+ivlPcKG5CZ4JgB+82yJv=JA7XrC?q z&?Z~_q5ZP>Lz`;xhxQHQPe%UG-dx;WCx2+qF79rSKR3#sE&K<2_|)ktrLOx`JaWH| z9}3d-SK*vPI+UtVJyDqPy3ZmRSDp^?r4tot2O|!9qQh#-4sGh(EC(Udi`dIC_kE}n z2T9B6?AW7Or$dGi9gNbP#2<0N>PYrwt-=Y(?@5_Mmln%7F&%+5eBu`En`EXip}t?D zj=s@fyI)#_c2-PGWN7auqE2^p-7n)2j`ms}I_ZnHoi2ndq$9sZIM+BjgX_f<2g6rO zainW-Lq}3!Pp6cjU8>lis`ol}{1K$}qOy3VPvW87st#?}UBbt0wY%;Ysbk9sGBRF% zP~Pb8$~}%)053;p$mjOR3G%T>XnciuT0R?8OcAo%AIaXnf@;eRYxqdDFGC*Vw>YYt zQyp7n{N;yn^!mLFA`Kxaz34Ck7ASB#T;h%0*U?s8ciCc~$9no%PCqoJ^2P)1QrsNq zOcvb#g9lXZoA`@_$NwgO{$2iDgi?68fd6#dCHSlRCKa#3lW@iE3VJ}5?^}eSuEd4l z2+wk8nCt8}{&l-E`{{7*@xzTyvAi{d9OmQqs}sgEk4b#88TBT7+}jrx6kdeS!kwK5 z6x>m&i(z|Rq}C7!M$~Nk%jiI$=~kgxHblb!IkE!zd1+b?BaS{}CEw1dvrRG;kMg)9 z7o}6mv>Ta8CsW8|vwV{Ic$_p~p8O3W3U2*9=V(~KEe6s@FZ@~W zZOWYfc~yw+${Rz3xh#ov0nl3j*ATz*Klotd1d`RZwq{N^8JsK#u8*i&&>_6CjMX*b zSwaQsfU*pofr>Lc`9xKw2&O(zlpN26pydz=0l^`gklvPCXiOoCa;8vnagY}ua6gI@ z)hE5tOhstsen|s;ZwK-f1;=*b+g(T1s!8v;Il3iEMnC#IkK)s>eJ79O)31G3+DL4| zc|{uGxSxkyq8t%OT>+K)B*q`1-Aj{UVn~;T?|UtJcc-X1k-tJxu?z?nf>zRcmqONK z{vz%uHd7%Zhd+Yfaq76^&LU;?N%DfIB{bQeu=bar3FshQQR9~J9kOlIyKWnm`6GD1 z$I z-9O2@FGoX39k9i80Zow zj3iM>uHiU8AUU#!h&aSHNt}^LiJMvGlB83TZz8jM3gMsN7o09-D=vuo!6>Mj6NTzA zoG;txOqVsy2xjYStw%Fp8|aT5*$es31`JMG8>RpEobMyEvEi+l!9+F9E#gg>J+Fy? z#87$JF6h3Csti+jkcikq#CNAPokrTOhcEgeYh}H(ZFOSym!6ubVE^~M5;i(%28L}{IHxtE_*#Zi zBW=y7WDro6V9^`h%6b&>Isl>GXgfHu`xpw*{RDPJ)hD-(3OCLWgFUKwBv6$VrMq+{ zsA=%<&g29ZG`S~WTkyvB7basXce0V>NL1!@J@*{V(>mpWO8Y^4tpTqVDYah51T{!h zH5nDOp_Flc+W3yT1ry}5wEN@73%MPcAmUQ@BfJnnd=};PYY7*>@e?G0_ z{a~ZNNK80uqD`^#)4}<*{)^{1^IfIjgdi!DO^^qIe+~L*SR&n?c{EDZr^iD8C!x5KI}c<yEw0n~j(5+tzu-L%Uz@J^bR1 z*Sy;+Bgt!h8q5NVIa=4T+DQGXVM7!+T@mNRGAAP&NTp5vVbe$BL_Nw>R#`)`Y3Gt9 zDV*H>940f2jc+&)U}4aiF=?#V$+3rgW!jJjVHdsk!TndFj>k0*87i76&fYnG${B&NYZXv|_=sbn+^)^$lT>xx!QCj|n)VlxF$q18o|(e=#3a$&n_6nY9? ze`qji7PXVKvfkCstM_3wyF0XmCF2*iLc()`rK@K!h^J((!WQ%&9R@|Kfd{tu{gGNj z>gcAv2EIYL9KwUQN1Ir}8sgDNXN+>z57UYb@u^6yp&?$5A(DLyssc{Gz|PV(oPKn~ znyvkXyf9pP85PM_kOROj=l`c{_AyL&!OQG{Q{aA@^=x)m2BN7YCJyaiV4uWMRhAqG zQ&cwKTTQM7nmoPJ*;hRr#i6v*T%lP(t{G}-!ZbBO*;ye>Czcz)N6oWuIzKw7`#0vk zI3j>AN$Q|3E_(9XD2Q#z_nOFb&j*PP7zQzeT7fJ~wwI;OsNEC#CUF57Q#+2FD^y5^ zoIyCdzt5)iw;%G;OAI|rL0h65+^cni!BIS}2&mbKt}XTsg`f-!BT|2@j9@$%VN?>S z66~pC0*}g}K#ISc@GC`%hjH)Xh#@!?$D)FBkmbacB9l9e`~4t+jKmM|NvWwB!LWc8 z!?W(T@iwH4AE7gIv)RY%73{sj0wg#OG4l|gNjz0?TEt%WB02+FQs_OrKfF#bQ^O8j z*q31!;M(L+W2zuC24^hd7)qJR8F-1q)lj-_C|}v^7Fe{vz}viJ0_#R(wa5zkW*R2v zCYiHqooc&6h8cX*slj?}*R0FsVej@(=fv{m*|Y`&2QiG>qgJ2jl%`R9`Op+Tj?|e! z7IJNYFKs2O_)Lb(^DVN-lZ`xFQzn2xATY*a4!uu)2hV_}?6?>joqN>!W0470&yJ=x zqy3!-84O26{Wg=SbZ7rCslx6&HIppWqOu%O0bztQp@s5EtmLB0T3?#i)Fl;OLdw`)wk+h#a zApn=zU)R4lt34|gN3@*JikyUf_S1}7c?3O;D(Xf*uN_qf2NtI{MsVbffxh9TAn}0fPn|&{%}m`>%bzM-+4|s!?4vYuEI5 z%1WU$(nGOnv1zAvPN=*RqVh+TGOA`_-dJGwpIS;3P%&P(KAY8upjUP_$X460?RLH= zt(^f_Lck5faEj?#sY4rpwqsFV*9lv5WTF=0PiXCJES@oX-w_95&$Jd3o7?-ZOwU+c z4V&Ne{^&WG-X9j|ve_`Ed}(YmTq&k}(dUV{Jq!f6K@i}FxQhcIaUd;zudKE4$S*Cg?=sCb}gWmNl%Z}_~gVP}xb6~}JT&J2O-#6?zWNA7~VfYmDkI+Sm z!{LG^6^IsPun@rjg%~Jh3DOKNutwRIA$^x{0wPn0TCyMnF_I?IV<0X0su^KAU~Mftt=Xu9&5B`YVyBn^Fd0%ZWcD%pUqG z?oWtRl>gyn=LQk&VNipK!-$F1HQB6%tTxbAgx=XLd?u}h0eDd$P{V+V3Dnd<4ZvVx z0`*4Wr+*+bl_pTfViNU55%{GLy8&xNUv(EQ#Z0ByCI+3HrBvzAv3N0R)mVImHBQ(f zG+T>FLHa7OFTvn($oz)_UYHY zeSRViI2H&w3KE5w!!s6ixb0ok*?cUUhMogpQ;ex(1wCIhEcEP$Wad`V6!8el>!<2@ z7#vP#vxl8pv(bVU^JojZx=1m51o4Y>9*?bpWwZLEB1|=xoPe{iRVBAyt8oJUK&Vc< z--L7--YFU&2pneEveqaTJFOO8Px7X-Ocfy_@^PT>#Hi`i`O-yAONoo6C=_*JQFd0_ zuWgh+I7E~WME3zka%p~Z+ML=Qp-&P;LrhD->M)87kpbJU?RH9O?F>NU$phX$Ow_bH zp9-V_C^p8RwhDuKnCET)Xaw>zx=x!tIA8&<)ehslKkWRhHQ`a;MLzMidBD4F910Ck ziUl@Iz=x#V;%c9_EY&E`n3i~%F(8Sqz;gX#H|YuNM-|8Z1U&DNVmdMai$a_OMtj?6 zr&+s0;Q&}Gj-ih&G>uggJdM0Bj@}X^j|AY}|MIXSeSi1tP=b6g5A33D<8 zP%mc=W6I5D<$bq|BlYYoNksJ#28FCzu8NV_`VW*{rYsg6B(0-rA=v?c*i0#z7*T6EW>Z%w9r^vK8Bu6Sr4Js)!VvDcgiZ@ zByR%8{^tjsYPE6gDDuxB=@XL3WYih!q-N_+vF@*DMv;c8+L#!nxML6bY4El>vsJP_ zF(h`v!GnAsB@Y84M^6$YNPS15H<2I=h^@FTRy&l7CDRNB%22gofgD8*h#?OsN3pvY z{iK5!iAn>hb+D=^c+}-KRwAnDyv&=Ir^Hm&6lAkx+c@0nI6RvH*P{WU?_vNEa|aA7 z?HMh+#6CjFd5#yV1XOYp9Vi@7z{L)79XfrKH*cDaycqL@Y#gVotO`lz*h7x3EncpS z%pORmNju4BJv|y-cG_O9UZ|^KPqa_At(`CNK<3~5j-g;J#^Q2sW8xTfd67BmUKZtJ zHV6M^8V4UhM+-Fhe+fywi4fZaSDTA*+TEjy5(P}m;)AV3nwJF}*M`N~XaT#emCI7v z8X73tDizstDgo?4rUG;r5_`Ky?61n~_wEzBsSgQdrZnOh^RvBIV(MV0!^A8f!eOA1 zh9o5U4QzPcG(@C{S=)9BJa0rB{UySQ8QibuDx%KFBfk&3(F^kaJ4W6cypGVuk>7h^ zp1*_iIz7!2Fn;8{-%*nbjw@(8UlI#^w@xhZ{8%62NeO87!0Vz(30@Z@C3t>%dXJf-NJ0aFW;BU`erhFe3=$W- zkw%%4xIjUG*HqEO1*y0_3@(4WaQO<)KtG6;vP|lyPjg32sYRSDiuJRzpfS?C2tUst1!ia_Eei7z_^J(uR0g zB00v34wb3FV2o3zkXxTNgK=d%So96{d@(aqVmyA!AtbOZbGsF!(MEpb4t=~eLuPn9 zZaFaidkxe?I#v}nde~6M$o^h$oY;aAfFbOxlq?#SP4ePN7T)l1B`L9YG~JDN7EMlmc{*D(a~I81{?{~5 zviU*iXG3^i6<4)8^r=3lc5FT=%Rh<6`m@xsYL$Er!RJv~zbVTT;h`8nEPMGb(VN2T zAgZ^ePUirMOw7Ek+W)z}fi|aRGgZ1dZ9`Y))v(!0B z?%Uu%5|Qre1QX>3W@QBG5}m)N9nq92N_oK9v#YYYLVJKCSDi-!S2DB|(kRHS%bm&V zSC%RS4T95Ksh+CSO?E9`jw8V+CFb~KwNX5_YgeW@(=Ipa%a>;|nd>rGv%=4ej8Lr0 zgqlUi)cGJL!7jY&D%0QueH`gb=I+cZ>9PJdI(F~ggNL_d9;wtS#TK%UTQ48Mi4aiF zl3(86Xpt8^bAPpQBJ$myiig;Hk9590_`y|sX7s69Htzp+HhZB@q2_aO)nP-z;B;x> zd}|_ux4GViI)>!{>qI3$1AnhboGAj^c{7-~XO4Y7Ky^fnmO9qlo`uZ2j)k zYDhx=3`wX1lmfU?v=o5dFf?##U_3W_!_;X;S~hbiFEUxEs^}at3hmoHJ>7DqIW`Ts zAf1Wn2?U_gNrPfWAvvs~&q%Osk=VaN6V?+-7R+iu*l?m6rRc(RBZ2>+3w21E;Np@G z%Fyhyq(2ogc;#$`ZC+VCC+s^f+>sa4H|@&wj6rtasFvP@*xD%S+3;8y#!I`6PFfrD z5?|r*7m~>U4v;iLfH$NsQm{vq3bg?^N^EuVfUu}n^85|}qI4Eztxo#sDo&&Vcamf2 zmcUdxSt$}DhW1`LNhb?0@j6p<>0=qEm~brBxs2+mNGi#oOZ%?uOh)_UZ%{|5j&t;= z9M=}h#IFlUh^Z-Lc@osh?GH_+?O8I?Q@ZxvQ}J&SeHgLDV92RC_)|++ndyIWh?Ei} z-~aJQts$5{jG;zicKlaANJpg5o@F-27}Gdy9fXOQqN6EvoEMHbF{w0>fzBgg&dLxH zIWjMD7#v3-%QGd~%n6yHt#r)S9vgO7Y%=~(1TcYLBWg41`9QnhrYggRqTnnyYo(C#evVN^Y0T2`&#!N!{g+0)W=!M>5MwCHkY_9W0qZYo;(1e61 zE_S4*HGiL@;(a78nb-XN9YZArGZN2(o5i~KRaDmR{Ka6=$23MQd#OYhW&VStl2>SC zb37na17asB@7!24GSz=Fn`NitGY%Yt*f*VT7TdG~XE%8waYS&V4u2lm&SY0L5=77z zzs%T?8%WbOy1Tc9Zpn8T_#|i1r(byvTh)46T;)X^f5KRGdC_y%#Y)%|dD)8o2q6(& z6*>hTjE$&O^MU(^1AM#N)IcKr4g(7h2s2y9gXo8B6&wN$Zgr%af#^;+$-qC1oz;|1 zjqvrpMr{)34Paj$ukkhVaT*CQn^38E(Hp*c7wr^boyEXo4 z_83(d4xNK$H4?^=cA05Smk~r=%tNMm7AU79`njB1JbTQ<`LAaT$ zIJs<|%g*E}JZ!qoIU0^4!?(e!sDOLpdC@=Jy*ML)e<=n(U0RsHn#g+_sor%?2<7dJ zMoKs*tmWu^Zwvrwbi#OG4{dqy${y9vrPV(GW(RC7JgR%rnMqD!oDjWDj z*SH@eh=kX;o72d_?%IFt6O!{QyYBbF03b$W-v zxK#(<);H+px!`y#n}zR59aE-L0}!KzMX>0M2k%sT3LjCIagI9(Pvw*og(@;olx8Gn z+HA>X9vyN^nnvQx6iHozeg|XH9|%8NA1`8)%)j5y)l0|mXPBJ*arvgx{L9#W4jxqL`Ids`B+laacA$w z7ZIzL(v3y_W!Rd7q&Qf1s-V|WesU&HDmY@7+#^H{|BUZFe^X+?N{Nb5U!_=lSoRR? zuEIx;`4ujroh)4W!EI?z;#uqH{M;#wp>pBPii7 zMbJ1RnCfjrU~$swdONSGKH#s^PpYszcMteWkwB>pY2|hOb@W}kQuQW~I*Ou}O9&x& zS)tl-JQL36FOjhN?g4i##(BVBrj*M@3zaQHP?DtK#mx$769+cdkKuN?y6v>8xLeh3 z6tT6dc#Phn?ZxPBYo_b3pK3JPNW4hg@VNZ2tDhYj#{{bil@ z)cEb=UIo`z+As4snYYo(Bi&f3>a+lK>S__ww?^$@2x?i(wRHWfB5xv9xTk=t{%WZ= z{`Hmii^#|RS{eh;%EK-|Y*nL>zg0TC4-hZmet}c(`WwhR(<hMzF5)AR?Anx4}s zHS!2eM5(o)$%g0T!(TF%fS`|85H!vxx&~?YJmSF^i0b8trVb&zl^Bl)l3>b1y{lA7 z-j3*XpX&OT^2Wpp@`kW$5tB?6mN4rpu#?x^0!!Bsl>vF`)4;_lqT<`#N7mlxuWmZc zfXUE!R?-vNo|Gs0aNkOh*+|d0DLl(lR&t_r3cqxk<2P*E3G!Usnkq&rq9;K`KR^{N zYZoR#4yAUvyKiavk<HWZoXnf}%&xzv+8``l=^+ZToqxIm67(>j4SX-Rd2A*? z{x`7WcT=rb70U=TDkA7tr~`oK(V~K5ohCv;SA(Cx;s;O*)t<&&H;R?|6lP45@p>X` z*j^*$Dm6rsqP+ssj{7XNx7L9^vgK_AMF(?$~;izss}?;ulLHD4%|h(~h2*HOL1 zIX$O3B`oN)`&Q_Mkj?&5p?r`Uu!h`gl!p-x4LBmeNif0d&?BHg8{808U`0TT*I#cv zC8@xVQQMTcSwaz4C3?Bsa>XGmuShVvX_=*Q{9gTzs@keyU zgZMYP;z5j4UwIH5<;8<|$_(N?bj5>s6ODuh;gY)5@mCq~05~)BR~3;rlBdZ$AvUAS z$#jOF5V`PE5J7FSQO#RLFNr)frI%U7mg!cxruA0+oVuMv)W&FC>J8*JA3NBgw3S_d z1+vLk1zRBqNA7FL^S1(r-q<||8i$evzMy@>grDmTFAP6+ISzldHv>mpO}{Xb+x-$W zm*6riY!H0 zN)?|Yr0p*{eX$ba7yFAO26E9u2kw8ABxzWsT15N_Go$pRD5TJ)zrsM4xx)&{(n+jn zngGANL=sO)hCq!Zp5jPuQEStGeU}2x`z{tpFI$BNtdrAKd82<9Z`Sv6C!KO9 zx5x30wHwV`8|n=!TKRUPQT1|Q;$BVwo70`2Kp;*R>+jy9GFLy*XdQ!BXs^J{44&~X z`qEmJW+J^#h#3&bx$999Ecg=nbE*8<%zqR}NQo6#T!qJBSh!cx1BTY3z6Q2_4-8A0 zT;>qxnnjog^d-xtpH#pa;LVY)3}=87ky=9o9Kir14B^NF5SF{Az@cCOLk8RvWYHq8 z-sl4kFBme1=qL-PG>Vfh9AxmFbWn&7)yNzM!ccfit%DOSnOLwPtWiCN48|%pwL<6i zP`CiXRjE>-8AoGbSK?#5RS`)X=uAS+5y2+{V+DkK3-kq!TcqR)ut*DlNkhVh3W-!j zxa&j{8xMJPT7X>+Q$fp#$wuQC3eo*Ur8!fdMAF(0jxL0IveU{O)o4s(rH3Yitz@sA zBV{cX0FET9)%73+Et&lusI(vKOh#j7|2YY)a6v}^OAhGs0<`E_7`W(H3V2a41Yqia z0Akyu{o)8N8VrvmG&+1P=EkPSHG0<6?Au*^Ag!x`$!czHqw^HSnlkxw{1@xAMFXOo z&O7v3!_f%HAnd5nxp)59ZQvJ?RAzYNLPxM!SuEH$1vID&uEmuNINT%Dc}XY4Vrv<6 zLM^t`z*thO2-BIxMN@Gsurc(d`+ecL*(cxd;_y@y}i@tSvgSgL`6gDt@~LWyc<-#9blTHzSB62NQGgmtf8 z%CtK0{NcDWwX?i&q8?>mtE?f}#L`S7mKa^X;XHtaL1V_Gv0f*~9`ebwArHbIdhdh# z1lsi<*GyxmXcA{7G_MJ)03DFQ+YOHu%0MA|V3jajTKm5heLx>oeay1wgv*uXfwm2x;vJF+$PM4@_& z`3JIuH9FH}Vjp}ALAz5zGAv_MVvP}s9p$p10ysth3DqCDb8^-%6FT46v> zG(1N<>CbOhtf_g=FvvYks;o+$n&_KieRM4(x@sdN*64sSf84Izc z6XnL7%O6@D^uDfJ6H#LgDKl-v-de!@@DPC;tn5A*sWl|V*CvSUPa$~)p)3h$LPvAV zh9gI;bC3avPhOX(<;p#GXLd~7ybYm^F!I2hLm5_Rt#Sg3T%rR`TLPhqV92A*N;BY_ z&6#FpqS2bpVS(eq3Y5d!oRZUYJPOP$(gae=sjZf#krst6ICVNpMDoC}ffjL=$18B) zkQW5|{2}8nnC8#%aBXS%iO5`}EB-I)4Nf+CEd=!J2LCv%!9m0`S1*$H zDlK^vConESY2XPGG&2__nDIpK?0{4odjz?2-a&-qsnK`O$<;XIbH%YdIDGiym1n6&u~ zfI4gioqM4%SAvc5b^ZdcoSsv|y&I#lmME8`3_oJ%@egwN6FE|eWpSEJvS$amF*Rt2 zA!;OG?uL{YD&bX0rH&FGU_^SKiv}z#TCv(T-5I9R4~?f`(dHB|_8}1uLrsE%5NC5W z$klG+)SBp9YiL&vacF@=yev{{NFrVlmxxDlFao#|-i%ah?2^1*r+?>eCtav?~s!nUQQtzc(1~{50VOm#oT^OP=8|1T}-pPgnmZwb6SZtcNuPU zdZ@T4yC!8o5m9#J05Pg5W;7J^!j4q%hpA4BxCNMn*C8@i%kc_Fbz%i)MCinT3djv@RO={7pkR4?-ZtA16zshv)6WdCWW{tUDZOVCd6 zx#bkxi~p!|v}iV5OcZ#-h*}+vZ{UbuFfmR<4RbqHT7lY6pVdUj@Y}LSuR@G#5t2mqi37aHgn_ z;-)^Z)IcG!LgJ2&3)08zBi1NVoe*v6UCN3{^_+!MG=oO!*119GOdV;$X8s2f2yBoUiPIm!GlBjdPNcs< znv5SZB5Pq^A17iv2=&tx6UKXIAxJfpM1o93n_&>-4ao!gCw)Ms(X5^h)KWtA2VV6JBN1_nhoYd!`eo24fXRD-1t ze_|M zmNElFCDaC2Wht4!MtRi8wqg&fXJp9Dc-Ul6nL;8_vt*=}aJ(|Mq*3VlMCMVfP9;XB zfaNw8tfCUi`5~0}O-1pei=6HVy=-FEU}TW3ZwQr#KliT8cI;c*2A#E7AdB`|FYc@ugoZ}qj1yz?$n9lJh>}>NU%I#Y9I>i3gryY;tTxtcRK}T47orXl+ zRqvpxqQBHxiWiLbu)!L+0RW{1P!dT4F0-4oU_^8WV4_k~VW&wO4PXqw_B&prdz~f) z6d{=i1uQ9JJJ%><(&!rB@rKkmL!WTnnh1(Vhg`oc5dSKI;zrNxN9HKPxyOW#{7>Su zYUO?Uyun|4>ht1t;hY$mDa;k8WfFumsS}1C+WD3ppYS| zqu)I*#$lir(b{ELuYqEyJ>*^eY%Y#H>Y*S4+Z-Y00bO8XRTBRWgSX z4rAlE#DIpS2>Qv^8FKqt=4&n=ZZB>|WhoU>BuI8q&!|pK1#!8AbPA9g!vm&nNo3N# zA=Yj4xJ_$PxN<){E+&sQpjIu9K5#+eg$*SdPqOUV0Y(+J4$aRlza_1m0cInx%ZF#< z%30Cd;!~-E9tNMkT5hAP<%qwK1^F>-3!yU^tkqgd8EdZg4-s*K_1Hs^T0`rxTwJF3 zEeVt-rmG-MV^X}DSEAZA9p>`lXrzq>C{3|tK`0Nc)KFVXFV|#~0d}>k@R-1FCv5Wh z=zuj1uZRF_KH7aOhWTb88GBMN4bk|BEL-a%ff0H}?su?1y5*>&r))&)=R+B`^r(zc z&)cn}Pa&DZwX`Dz2oc+W|KWDtItHD&3k}6&D$|zqBcBs}fypao^U|o!= zZiFee?!ZF>s{wCX#%5YkKnTs#H_?Q&28l|UrE9j>Ihlq|ZZv~gzsb2@Pc?^Khp~jz z7G8gET1Qgk(wM*KBzCoR{e@l|JKIL^3l2Wjb!OSyRerBb?Q79icspSau{gAg7xs^? zd(A@HKFxPDfnE1mRMvaCGX7LHP+~KGB$vKkXiY}<7ThNNrpeMe&yy7C7dQqJkO|(k zfzipDnp7N#iqb(=6KZHNmJ^}2BRA1%;sEw-QG(f-#~y-e4?Y7`f2IkZE`h|nx5%TY z5ibMdnW*$wdyGQbf}S`IGaAk{%2Fd%0x`6;8kQi~-G~w}Fp)9tIQF{Nu>VsqIn6HA-T2=)o3LX*p-<~zMMtY}opn*56+e%_~_bG)!8y7ru6r46Nz zr$H%&-_M3oft50hQBfCc>bwktjop!~G(@ZRHwuwM8;2j7vObA69`*YK#aNvPiVe16 zfGQp9$r@NK$m%f8IS8CmY)zvJz;wggdQo7O)@Ru)O(FHYuUB?Hfz2dpAIYxF!A_l0 z>M#^+#gaCpy__`nJvjEv#_PeVuw>qshlrlRYUhiQT0^UyyAoDAZ#&?eMC8s1hxEc} z(kx|n4Jm`_*d8*O!M`*Mj6mbqS_l{+1c;7JmB7f*(e;7zsUhbuVW)bK#f$c1OBEFl z$#e=;BU(gQ{Gjfms2k@`FRkhPb_DQ4T{Wrm3GK=43+J!Ck24Q-Xh&uOs@vE-S7B@5 ztJkIoqXF1#fX6E$wTAF`cN~w8JOkbBFmN_Pz_es)LWQG~haZEe#-f{O`TiDi)6fc> z(45m^ZAD};ue4|h&k<`_IT1?J>iq=PPNa=t!QMiII+r7@NshRpI+~pprGaASA4f#d zb~Qyynz|6g*Wrj^j$w8?Ejp9AT0ypQw&X}_yy`vrU?)T2%GHU?*!FGPZ{89(JxbMy zLa`?9(nclMEKTKZMwZZp z-hHJL%>%{V^l#Vr23Eu`t+mq9k>uK zm;t^N^;f>@ye3^U=MjJCs&Z%CX^$7G8QxIf8>DH17W2Zksv1AK2u*8Rhv zG6nsZA$D&H5Tb_IXVuu7B0eEBo2BKDUI>f9i5xf?yIDe}2!!(&z2jq}6FIf>CQm@g zO?9eOB+6@6kXjO_bkj2=UG#D!{jm2YbU2S>&P0MqSVfSUyU?0IeMqUJ^GM!(BPXG} zaf`uO#+&o5cQSzj+gD)zo-32GIv#dToPGz{ZBIb?fklF*4QGBKeK_n`2}&WYf3#|k zqjXUQA8O-q3HD~*8G`0oXBakW@i4Mc|Cwpqo z>z-P4>YhtFeWW)!Weu3gDq`^kh1yE-*z%0}CkbJhhz&t+HE$8NfHW;F%AJZF6{u!Z zKS6@6W0VDMG$^bR1?rOOHdLTp!Lv3J1Lz{=L8y>E$19Jt&mLNQB@zI(i{(55iogm+ zu{5oh_~xmg<>Npz)>owvsna}8KW1;&LAgN6Zyi) z&|nN{tW6^Li^2&|QugFQ_@1Cp=TN-2&Dlv_lRhfUTnq~A_r;e=U%fW{IJ38&hrQKE zp?2~tqAuDi(O-y6mO+8od4Vg#GodRMMSZEBBD?Mnr`0_GdIb&y>M_uW)z>$i2N+?G zITfD6Sa=nMLH-OwU;rR`l%tvbdOsPNnt(!Mf~JUa zNUI@xH(f*N0sE!YQEhnP$!uDHQ?>Fm?dC1PNsFBaViJ^d1y#*r*=|>g6)c$AMATAO z!1LhTMG^tdpF^)`O(Ypib>pOROXIvLmy~nFYs9oK9Kx$~wJh!71@Ax%DsOvWb^?

x zPexELo#U*J!$wyxF`KV0k@R(kajKNvZ6W`@DL z9AP|vA@KVOvReBquno0%OwKKcWVU$Kb3>D<%1HbG`{#m1#5lw&&ta=JDdp#CDFK5h zG6TG>CpKu)=F)Y;^LfQAbJK!pi_k`YA!JIE4W#77eOG}ajbO6FF&FMrP;*s<3vg*| z^;A9lHq*iY?C4wgFsVWzt^ueu7;=A#!Cs>ngbWycY6XNo=1^fTrz#?}Qm#U+w2S$G zl7*9EuMKOq>=$)kG!LNWsH&|mS+Bn7L&O_B;tBGKdPw3Sy(hDv84sEHkhcW73-W0q zOrYMt`2=LvtbgbfuL!-fxyqes zEet?nfyAeNYl;7ZeM$UtiP>Ps3J!5Oo(ky!I75uPR)o9e1S>OHXbS_v$k!G<_ zDJ2+8dE*RR(#1Ast$<#m{ZMS{;EEJKM+g{v7LvPc)D-JW^DPk9%+S=NF%QA~V+O5eleZ6> zz`IPlLwz8d+6msGjZSzt%7wK|-i3r%tn3&MiM;)#Em;YxGZ{Q9Q{;B$t=6c)7{;*I z0<*^(L6LM%ZF-=-1xcs1eGCU)Q7-avUas%jm1**6Kl-iqhFar*=Wi@P0y>bh)g~8Y zPzYTe-D0fiapTx8AEv2^L8l*k<8zPent7*d!S6}q#4#;+U2O2WcF}`Z1+c`V+M4kD z(^?rodIp*>^<8Vi|D`WY__>)0C^7~najiHN@&oYjn2Mqj^1o9c6w!*0EClQBK`}O+ z?}z#jJkXb$%hO&H<=7*e**w)f&<= zv%s)h?tL_id1YdcWg+xtyS{Iq^N~E$@8SrXM256HvWJ=uy6C>$`6$n8)(_7)6)4YP z)YvIGqWW9p^$Ln8O{}(8hc-H`46hvR7Oov47?LUEp`oo*?VhKi$uKm1PelKxn9>Je z7E#gPPoL(tb}7Z=Bf^KGdl7aHqPE%yGguYjh|;~ltLG}Jzax_+;OGa^%2pRM{wes% zI&XjqgW2!T`1diyOJuVg&lugL$tIkzZ-lm5&QRP{5GIPm60zv388T-f=O6ya(ZFoR zB9|pufs`doj)<;LQ&|<`h12OMxXY>?32Esgeia0FaXLU8mBv0!?&b;0(j>Mh7Dd>8w8L#+hKK49mPG7q8>nDXEjuE9=8Ry%l+ zDNCBT785WViRhk+^sJ3;09X0_?;!qsgAfoovIvL%c z3~vrln|DXU!$p?k0IZ`bdyU;$X+`YE63Z8AiqwSAjswAK0ERml;0BDE1(Om#4r|OwlaAj-Dj031g#87Q@hMq&Ob;EznZ zvZ*))31PCdIzT%qdX9MsHO)5I6VxoGiqgxtz#zsxD_Rl&!hCW3Vu-$iNdZBS*|wA! zA0HP3yqu?wAPAm*o)}J}Q^)y7(dh{BfbgJVlnLm0Gl<$exl4~=E^~<3fWwuBw!H*< zP}0r4M{ZsC0)u;j!9n`Gz~DH-r*{UY^|N?7+F!m9H3mH#S-SuHg{Jb@E0M|&*HFPy z(m}1-%5Z(=@Z1`f-6{IKx9nG&Qlz3iM;j9OzTM)h(^?#0{ge!b-@LH3MH^hbPY}!; zTCL+fpV_QEHLI+*b}Qd^t|#Tl4j5I>Pqh~=hA`4viZ5IagQ>o#)Tlb-w@|6=%&uF0 z)`JRcPg6QFL=8R51Kruif~8ugwrhU(5D_3S@PwJuV%Fj9R@285wc!nm`~1QX$C=E1 zR%a}6J?MbvL(LyM=Yw2H>mI$T>T!qzSV&^Nwi&VE6fi&ty{K#51CM!LmUisVr{((v zxTu?JITz-Qb1me0cV)Mp`vth+gAsq9|MYX-7u^-*3%hF84%p=NnKast#S9ILWqv8G z#d#@gG!Ct|?%qmiUoAv~ZDnwGe=3ZI!Gc~bEa=nR{{cV{SbaYwAc(m8{SPB1;=<%5 z8m(gi&>y-`hh#>?(JH?_^kIDZwcVafcQJLcfAgKqM%HdfS@#Wq(J?9g8X=LDXk(t6 z?u118A=|m#Vv2x2DbyEri(PB6p&(z6(dI{Ooamu^*x{80Or9%;*Z0UY$UysnVVc8B zK~A)<0V)hw->eR=erle3x>cS8I}u4jg5^!&iASbqlS?If_#1QE|$ntVHQfrVwV&C^-aA|5`bYu0A z4l=GEW>1gKIi&{)pBYvhVb33Vk92CJiarsZ$eVwE!9Y&D9A=I8wg zl6Mx)un7*9&8S3F9%7jJ08f*jxl(7}6nrO~NcO?bG+Cyyal&v>hWthH^aXx!9; zOt8w~NRG;&bJI?pbKJrOd-M?X0B2qX_``Ji9(eQ`@b+S!g4{kgmgIni4n~3f4+ZfwV|1$D zA^+aJln|J+amb$F5UzOaJVp`_jboJ8EW9-(%cm>|1OOhD2t@ZYjDvJ7wS!c+pHV_GNF+@ zRQKQmh`jF@aT1 z`Go$qu#cJ(wV-Z|A2f^zj$%^8E9!NS#u|HdfIDW>69OBsT?ZdY%mU&Jj#o-_ZZbQm zDbF-^-HcL4w~kVC@ELQkseMsb=Cd@KWw81Jo6FunVJ#6LLM>=x=W_dZsF67r$IEL+Zx z++}u}X>!qA_XUALMf&ID2X*b2^K*h1=?y6aJDtjDn8pcHGr0H`sEE&{a zqBE!us?x>toGZME<~hGF(B%eg>mCEyNH+4T!s=!z&^O0fZ;fRqw~I&B+~|rYNLBs= zL=h>e%EQ!>nM=vFXT5jqy`d-V*g%QRJF6_!$8P!k!^F2pLxNxHHGT#9d(RlNF~FGM z>r@jnW>9~)~!8M0PlfTi`muz&zjAnJ~<5Omd2w_36J^<=1~La z*@4yg&xFlI9cFJkFL{-jrs$M+&&TfS-o^t*i_bxKb?dT*%b#P(W8?lehKT#YlJIMS zs!XCgENdSWh#u^Hb|0y>#3;>S=n!XwKEKR8J{R=)(F~J?EO=7;mv=ftMy35b!ZQCxeSzE+2efboR4$CmI=Gb z)X5u$%KZHz^T(Mg2O#X|lD3~d%^mTi7TkX_s6ro0bf78}D`P)>RVIO8xK3mt69fw3 zsF{8MIX4uPY19r)0uPOPTQ(yAJ}+tWcN=c@=pj)Q;yAX6UY*?+p7{mBudnDFSF4@KpMqt z^&XIR`JPNhh9;=9^%6&iVFW7 zeISS)Q~g2pk5d?00l_?|^pI8keWAo2Dk;`xT;3ooj$_y;FfN!dnQ`3{j#V<^zX0iOB`Vjck4GHzV9RhyscRrW`%jY)nH}7J0iLm@m_` z2l_i{1MNrs(UB`d=$u3!T$ak$wdV3!C@rG0&{QQTQdiC<91KitWy-%xF%L329LfVH@i9{-vOeAnBA4 z-4u;@xVZQaPl_MmGw- z7LtlW9EPG(TnO3(5`&+wdPMJvw}1a|X3S7X#DeSZ9ZLPC`UttYt2Tmzei;iu#9A?N z?j02WV9!xnEi5`VRjr{$mNT!$TC}{;$kBepON^pdpw|8t=&FhsVg8^H=E$HG2DXGn zTtzHA<44YW-QFNb6#w3HzIR>sT#D|bMbc{`{j)LcU>c^yD0u!`HC~a{)&Lk3sHQXmtX)|A76R2& z3@3^fiTsS2HOY8_a^&gYaRv|(qk?fw0AKli>gpoEdBIVvE5*}zYxotVHX|?EY;*uz7Ow|RazUfw~+NVyyE3bNTvprXcIS8@i^YZt02*vPz{OVpqd2R zxaq}2kcE2EDHhPa*@#Ovx<+fdP{+~5Y$hh7E}4ESQlIs-Nt7u}B4eAf zO7j_ZrnK6TOxw<7UMh9?VaWK%rec8u!;N&=}yCqq-Z+zR>wATTRf@R59kgoN-B zLLeN82@paE9|>2;_kXXdx~saoW~OJlM+d9lPd&5K-F3Y8>fQAUz!qiEoqUbl@!TLy z(eYyw5|jumA;ShMkDFv@Q@dKvJuL{HAs0sXLmUJ;T4++duh57^gdrLI}8O6MsZVi=j079P#xk>;w(#vR19ewW01Bk*z(I6L6eB!p6Vz#m>$S49W z{$ZB8sjR$KdY$lv;iEb-uR9#%xIe$dlqQxMGgGQ(FXFO{BH}w#-vaR+unVvQIx|u% zTMB2<9(<9!lCaFT=tBg~sUwYJXpZ1*wh;_q zCeYg0hC|GxQz0^ZRGGJ1oY5P$eMHv>GikYI_t9p|9)@xLja!^i8?e1f zns?E%5*V#LTj|?e&D2m$6&MjCGO6vJ#4PPQBfI_iql(Y^%0S32Z~w*7G)*;2Y3H5W zb#A6uUwOJE$0cHZtyeB&)tj)hR+FpBY;%LH&7lk`8mTg<-Z!ut8}UZNk&VEka7p;C zY&@YkvvGe&cQ)FaLMx#?RaUsCp-#O{s8j#V>eK*058_`x7aCc(OvuwmuDtj}7hcG< zQ4hr*2?xHLX>|`W5kiha;XPs$=5o6*#pM>!%-JSPIk2lQQW~ zbvIZx*EKc_Mwswp*wh|GOIITlT>G;9GJcsTd}Y$z4%?^)Ad|pvMzBaHSL#iIbRU-) z>Hf{p7sB(YB)n|?`ly?$KUL=AUmD5$So_dznYe%~1VCCLS#!abQe3bRLGc!`+T6@m z+j3^2s60N%PD4fOePt#-+eRi4X*7Ih;z3(qL&*@Dfie|FotfA_^pa#IzAAG#*)tQZ zGfKl$`F+7Q?q-Y)fb^cGN_E5@Gquzr2X|FQI}m>yEZ#=lxlx1QV<{4EMD9Ew2G`&@7HB$dNuQ2J3{Uj}wZb=2281VKrZ z*&L_g+~4+7vP+Qi@e@|cpPX5rewWNWGVI4-6#tebqxeIC*Y6F_D87@piQbGtjxH5O z5s57H%P4w96ili}#wfBIl+GyDpD{W{@jjhVBoP~OmqBFPf)o}a3O+!CfiBc_+d`6- zdlRnQ9d1?xiaKy|?Xv|Hic(G@3*N8jV7aE!P1r|mBm7Lb>raWMC!N}hXmiK7tFr_`l zL4BsnLahedR(5;@)96>IO@A7v9_&VnbWHV{=;2}HQlxZna$eJ+YgFS$oezfXE{*&= z?RlwJQKk@0@)njF3X!5(j(#>6@rlrW1g=EXbnj>yMVe5+31<@0F?h6_K%FxtD;c3& zZV_pg73_%-JyX(pJzp!~d_g&?YK2m_W%hT&PeZ0!29K{URJLr{=G@>eIXiKFTHYE?_4 zDhgJioD&a*DiH&NRH@4!C}XHz-4C4LkVdy5H_m_tFq&qyx>vp+j!vVK?iO58GAfR; zkfPtfz7dRx62!&+0Gar9b*scD0SXVevEidoU7Rgdv_X|ibUGs?{G%XCmCkxYlD;~9 zE;ytxfIh;ehytQRz)DP*H_}wmDE5i)4jx%n#mQ~Mv5VXGuu#LXjA(cUH0a*3XS3KA zlrM9J{5+kFN7U}uf*QMMj8H|t6=?q!pE5_Frx{CNTpkeupQuNQW-E$;vVtkJHf zX`9~Bogtp-S9^%Ky^=U?o@8rv0AEKCB%!e?2iM;RTWO9uq#2^pil8J4jcsH7$AmI> zqX29;1My?n#bI!MT`(9oG%mXl=~{s-iLl%dzYT=JvKW9^2Ui=l7~mAsqg()3Rli)s zp>cXZyP6{5i;{>WIW6}2fbWJ%__UEvB=juxh|DLVA5G4DS0+644vmK%Z|Hhv@AO=( zhMor7`GjCQO&-etA|WvOo-U>n&eSgN2vn}TVR$stPKCN++v29U9Ii$6j9EM)bjKln?;4q&Q0}N}ZPhbrdR?V{i zU}TEpufsC$UtyeH6g8`t32;;dsJLiY6`w9IV*({#MrT7RM9B22pQp-(ku#{-U&$T0 zluw?4D;L8e?`LC@+V|bLrab(@vyb#^X#N>=ijYvmWKg^ouD&$l*u#a%CBhs!)h}bR|^a9IJhse%BV{=MsN@(RB1WiLb z1Fg_WgYir3o}8EQD4r9_i89@R`>W9n8$eWq65=|g#uVHmFa!!f=a~%Jz3TAfTB-?B# z9VQH@_9>{WS}II%2~ZrBQf@6GlP7OxC&`Dv^60#_;Gr&~IMzOjr-9Y>pIda^RYlZY zEFiH26@unU^DUGRrDMsikwZ14V6TUb5bLW`PfkbNi(q=Af>GN0YnD5<)uK{>~2jlhC*8(*78R!sPqu2S9MGN+TiV!@Gw zLp2Bk9d8c-&QD3OXeiwTStN1(FT~m~kppztlEWeq!s$KmIZ__QmMwKxRU(}cXR0;2 z=aRsSx(PLGMS@NQt4P+VyMAp`kt>5rsFZgkHH^55qT>#7VJcK)cE2q7rQ}|4>)+(u9&8a_mr1r?N#awKZa*A;L zoh+zZSJg?mM?}r3FEL%}n)0WpE~z;mi6(jMq8Q|sEdT?}oKmJ5l}&hw^RH-@a;1qZ zr6{^l>qR6j5r(RDUW-+yfa4Q+bliJ^(7@#%!`Qv0diAxp?9TJOC(>6rqeizQ@}4A| zT+7tQnQ|#opJIg4n-!BP^$8naiuiR9O^y=FmMy9a5%PaX^bylw_^hqJ0r+5`(9x-$+hHlxn_rpJ=^uQGis~csNwfFUGl$AeDXY`w_^r@OL%w}M$hV&|jt9`w0#D;l5;xJ?^(II6qr^>1 zPg%s%C>s>wd;s_b)BO;}WOcnoJSn@eB?(yNZzug3m*MVYP|}PiakxCmcYYqlLw*D{jnTb+MBV#ZLw6SFO7}s_jUq; zz-R2e>#B9cmWs}GK!y3%_EMwJsyArU({^0&t+_OI`$pQ@u*G>Yya!Kq}`f_A~kkyPNIKs9XMR%fQh5$91gqz3T|!dbCv_>l@Y(w-w3_@I>A~(ey8?N zNHge1y9jYZL$|PN7GqYuV$7mdj9GPxOf-rxJYL)j7B)D+c>E>wy{n2Z@{L?X{4j6C^Z% zFtE|25C#J@7)&>r*Wy0kYmrBO#?qZG%J|e9&6!%E*~L^FDVW2h44`jG9!Hkg=QnU$aSwh}n;t1umO#AWQ$~k(c!8ZM^lu~i=8;^GGh#Ux_vQ56W3PC z8bEeNbdP@&y2n=p=EIiAgS{+~2$`Bpc|`2kOj;O*5r^%YbGuH^T(do%)oqHEXOGUN z_@=<{e+vxTOn^wDWxF^EN$Nu|lr+#TjG%YFb75GHqDRB1I1^NmnNji20_~@wk7T=m zB5C<2a}(hpVEalvhhgwF7cmU47^+%V17IQaxGIPOU zG#1LOB1W30LYif?k7Vw=QTY-zabc-8$fQFQ)$B>+sl!&45aXvP+Klt1G5qs4vkhEx z*(Rids>t~k@OL=noe}{MD$gTG9oVR}^NMFfmTpxRX)$uF;*@$n`QTgYQ5o(ZJu;^uSuyw zy^278eir%r5|kQk(jZ~YBf$Y0HVk>OJ(cG_!&qIKk@F>&!JfdP3^Uc~uPzgQWts4g zTEbUSUz+D95=+z8k!epo#U{ujmOA2j5#gY^k^%bAeY2-oTTeq-=`?;7pkKqX%IvlO z`C+HCF67LqZ47Ri?KiWY)%2^utq!%sg^MGB%q2GnZPbdBy0RtZDZ!sg_R>#BzVy|$ zsfp^WZxXXfkGRt<)PZwQIJ+?i&+v6p@;7AgD$(|}WYvD2Bu zTZkkro`gJmt$hM;SHxUg(ylo%bWwaGlIDx>) ztM$@+31J{a`U-Tg1k66(NsEgAwS0wkzEd`-!$X9LfO96CYZq%JB;MwodDse0uHm}d zoIQ_SXf|t&ZBtY8Flt(}lX!pXR>aU66Hmy`PKnnEvJx!Ah7dOPVNba zJc@_3;Mt9c3$_r0L;n&7OXD=45KRDAWPFRmAGi@7l}1gdzl))b!y3j8X&M8%)A}I^ zJ4R28i7{w|$diYK)ie&d0A=!&HzD3CEO^kYA~m_SnsI;!kyXJ zk06C$$h9gYJJuao4A==->DRZYFh!+Vua?K1?O44F&dn|sa}yLs1aj4EwN558U`>C< zj~s3r7por2Ty+eOhB!(Fz7;w}1|AIJnCNi3yI3uNos2uTxV6?SN+RVeSj8Z5UR1;( z6*Ts<*9b%hx(~>Uw<0j;WJvxJBIgOFceOmob(9NFR!#x@O^^*RCEt?kFc{pFKDGeC z*nQ95D76TkVig@>n*lL&8s?I}q_J}VCx-CTK|k6gKyJVSAVy0l7=Q3Yh^}mM#}`es zfdSqR_?c*e)G7-b_(FL91ap1CM1U-~YbX#&qC$|oLFwb{Iimy#RXl-PCKne-3~Sx5 zkzl+=Tz`yMCN^J)0u9)0fK37Bxj(1pkANP5LYJJ5|T!d zAiZM{w0LWhcRJAILb75(h%Wg$i7m0<^?ny=lL}s}fdY6?Pz1obBkx4|7GniDaNdam zE1ZYbdacUBm0t1T%1l8VJ|n_vwA+K8K+a1Q%TR|q?fSv$agi2Nz^bCBVpJ4iu%M(~#N73vfar;!$pcDhAxONTmTf8t zixeFMx}T4^$9`&RAz!Px6%fI!3(9t}yGSiak;o!aSz3_eG&1rITGk4SOuqK~dBLPkhr}@jHwzER_I$usy1ZdfZC`za-sr0r#o7DnAb8l`He$;F zK9ff*2K?=uVMGuy`MFL8=>e&Vfswu=&Mjl!uag}yo>@A1idG3R0VYl`5QtJgbxL7G zeGZFBh55@(g0O?9SI5?dE;rd&U-;6PR`7iC9wJ?ja(Z1lzuebLg4uOhP}xHxZb15P zQMhe!u5#vDb@#O3N zLc14}lGT+6eq;g#MlOw#Co!h;BSZ>Kbrz~1AGwDz1iW#V9Rxl*bc9TTb;Jkc=`8_K z0+X6qA!aMyp%Ha|4@j2gh_6s8MzjTntrDB@GSeSo0*-xHGTadI6;*a&8J0J?@T4w{ z1=6#Ro}&+sYuqka0jj?(&UM230$B;&6gt`>R7!+qK{@1QUUU~{$-RKpDa)d2`k|v- zSTG!2m|47rA!$|WG;B6<>mbV-mWlKSksZj6A-O1d0q9gqwb0n|(SPK4^&FM$1{(wS zfz3tnWAap?2dIHqRR}#p+&2)D-m*n$_m~i^>O8Br7$1@gVCCRgQQ`^Qiy4s*Lc5V8 zP^RyUi|qz{bJ?EQWY&g*Y8pV##%dHT(9_Yawu9iAZqlK@`= z)_s^oF-&+rm^q!?LZJl6vlN-EIR!h({EJzQzkS(2(H0Y_D*|} zK{p`+U8rHbII*7tUFH1jL`~dV-cLYI~54xg61BKVcA5Cgb1m%PdFq7LT@w9<2@K zl*}xa*MICM{AASqro5?+gJ%uu>=v4cKHH<^s8>+=|BL|ykHxijq(tb#P`7(cZBJT5 zU9nJ0DL#~C+ld^{iJ=l{T|qo@BOoh1yrmvLL=cD@ivC+L=#3kf<8Cr!wH$XFdE8AG zZka~hYz!cU^%>j55OPnkjxL-gw#z`$sTTTt%oa^sj-w$$-m1G-QzngD58`P3A34>Y z$=Gw@`_sZj5T2H8$9});3d_1PV>A60cqlU~eeeU}jCurlL1zbu^8~xgFW@F3r4Rn* z=yNprv=FAjzdq{b>Q9x){>wB!Y!0Ih0<<4bWLyUs%iXsKVDH;ux=Fxv{$8Esdi$YR zZ&zlv-fm+W%*F@mQ$v{WpORgtexHKzN(#jMVhM0aFRw`mPsx%Hek2Itx3VIH>A#b8 z@wCJ--5(m+6 zG5L$wV!yookv3K@Z-4xC-2SM0lQRmH_UlIuKc@#=g7_qT!;^hFi=$6=ZMC;Q7!3vw zMcX$b+nnFF=lTweCT<|&z)x*x)|MkTqF7bbm)>-`bgIW359#dV2BQC_!AWT< z(cLm99kVQZmrD=axm(g^LAU00|az}jXN|Cb;7~1 zRAq4Vsy2rV{F)g0WA;uc~H z-oGP8oko=w(7mkFLZq)Ri^Hr^i%BOR&5%u{u`%PngfHW@g71YlX8aV&P^Jc#O+gK^ zTEb6gN}PW-G@j{cUPYg=v=mrNQDqj51h@6~4|g*v48_=~B})jkqewMwwYnn4gnA>3 zHY1(scsq;?B^!#8L$S+@b#q7oUH?skjnBsWJ`!g7bPmvDl*n#_kD{6IeQhd|QQ(Ol zY$EzZY%2i|P%zX65!}??Rltnco9+LVdgg!77i;S$m>rnn>8m#Jl$qZCZCj5+>FqQR zwc&m|T(_lL$+JGek%p-KnGm&Kjuo}-*M;dfAg%BnjjlFEDb{!|MDL+D15!0!3Vzm} zS5)Oyu~k;vAiQv)EIb`OA?oy4fwIwWDIBaiE%tf;ai(U=Ge+=d?L#w69{h#C;wtnp zWb)wu2tsI@@NA!HKp_qTVYr=PdBcR9^(g~(=Vb}I{}!-2J3H8g=-nr49~2STS>Etp zV5&RA_LKp;M`j7T{}HgeI5XIt9hzf5ly{c(9TR?Co--i0D?W#nI+8DNSNK37R-{U z9qsjQrL{<>V0GGSQM!J%RKOQF66Z>HbQUgbuWhvE=&SddjSyX;`bPz_NAQ(jurL}x z2a6ovEd``dbCOITa%{oh#tO*k&%iHxIM-Yat7|?h2+R;eV5|F9Lr*gE*pE$E~os?g16O#>lgDD_pXKuDTUD#UUS0W2PSmNom73oA>jfQzhce--;64Lc&PPpJpL1IAfuts2N&cW!nL zww=dIWFCV~hV-ymmQx`mP)D#F#~j0Wp3S~mk}m5d7-WQ}iKA z*{{w^n=6p3g@1nXM#xT?uEE*2%r2JM#VFZ@QuaiIVfyDF(R4`=N#sEof%3?gkBp<( zMM&Y#+m1s{;mA0`fObOrBq0Gi1hi9-)vhUXRLiqxI-*o4A)!-dfW#T)}YqX+|b@1}d8k_G*H* z`#o`Ehq~6Z1$TX@WL>cmd$R{lqQU75bqMd-_|E^(%_nBNUr(bSgzUrwrx#pOdgfyS1hZb+r6$UB$oWSwd9=Y z@Q*2fGetU$2+*@6DSVAdVF1bxV#44fk|@RQ6iaHehjDOMc`-&@nr zm3&W-tbX!&F#b34>2GjqE}XWD{hGT5a^6PB_go3Q^ubic8AW_Lm%flw_KrFSRk`h>d>D zmMy43ZutpC++j{#eMlo!7bv9>&jedzE#gROVtYgDz_FZ4V+5-5SU!I zcf3>iBY2)xY4AM$QqLQwSPKv=RK;kH#o5Wa9T&`h$LHe4rn*3Zy9um;i8;XuXT|wP z(XnaI^O}h~-(_t7dZKk~S7CV`2kSGwlEBI49jLp-Vu@gwFFWQUb*`ya8aRzbfVg3@ zs{UUyR{Db}@}!g4!lui&L#+mg+L>DkXoRG6d(RDS-F5Q#->8B|{Rf^k8SY_Xx0ptG{f<~(Dhb@wunji;^ z!-1%$12J3RWWTA^BqCCvth-NdmFjL$tw1LSD%9T78}iasnCQV-;%G@+)A;r#i_Xa{pLUgB>GB~TC3@hB7k`7q;sq5Eam|KmXbbw z6-o`PInW<|2Q}5*21>9M761r7^$6lKZc6zI0j^SPLCR`Wo5$i^YPbz2=T6R#qp^9k zN9}KRiU2kb8J*GKP}dowyBvG!>W+H{U{?k(6)i91_Zh39RKa750yDWqtO=UbIJHrr zb+a#DFXd;;Zeug%Tqw7SK&t|200f~8`D;d%4&*W4iSEkP$~;pD4G)tGh+$6f&j!Pg zv014?yQsDbSaA#P;-m^YIgUVAwF2A}FbT>%AjsnUo_ebcl;ET&Rz#cy#vI)hla!ORiL^R2{H^c8WQKJpgLr=;uCS~C`A+dU1#2{5YKccMf4r*7C;FMWl|PN@CfB_ z77b#y`|G7<)2&Q8HaulEf8R3 z(k-^8Zm90Rv3YB?zPEAZo*71L-YJ(FOd0;Qvk4~vLkkFg*r0S}e@(Gd_D zfG(}yTd5v=qqVpQWOM0Ozp1%;b&(ryVfb~D%JKv+xeg2{5#=`Ig64C+c%!F4m=rS( z_Sm~vVE$mmDkR)BoSIt)>QJT=iZh6|G`B*8BoZy;ucmn{^=9sX%K`9U63Qtc<*~JzsVwu2~>Jmh-c2nV`CV!3DhP=*bD@ zjzNxHn{Onq z3MFvH^3u3q87`D<%$FVpm|04@#X(M3oc;*aAzbFtw=Q#OaP&;M^fHgmfJZA$Gm`5t z{WN5mE-&n5^^2WRnJnyp_8u29DnESW5}ulr@W_4e$TVL}N8rg1Gkpca7=(c%@OZSU z9D(O{wU*4$(0jU9#UG9Lhwy1=PK)*i-^?I+8w~%`5yAFY#`TyHp}T} z!nwa}@EuBn&&0Tul9Ko)rPnj!HXfIbjtzp$!|shIffkk(nhX`1{u64S2vqDQ*T%B- zpQiQi^W2d4bo!QMcxT{kQQ($w(k~u`6m4?v>umDc`lq?tqA zWgBV|)uO$coIjm*;-PrA($?tPNe+q9lHVc4gtZfbA#|`GWB;+PI9-(3ap*(qr)cW# zPR{%6aTG>tPcYmj4FBT<`5!0P|2P5vo153L+t{{^n{lV8p!IYvBxS)k__H z`u~9;dK*w)bB7es5(=CyxFbatXcB>yUenMvCgoJFW`rgot4P%LafzGg8J^v#hIe`5 zw&n05X-ld_ppt16pSp^GctfY2>diJ7VMFv zVKoy=1kYG34IsoKUWctx54ew!HUQqkVll~}dg}qoDY9zN;YIWS)nYiGBs}hRF35KX zC00=?n4YH;&H>ZjRH0>=lI6!vImLn0S3~<0x{JyNvu9k1B%}UQuFk!&f>3y&Nipi{ zWwJm~<(h=@ta?0aB>wy#8)XhaM?rGcXG5)O$yJw7a#jEHK1HU}ATPqtD>0dI>=VWu zzZx2i?>!!Bj(-rn>m0`f&DIiP~NAw$8*7cdC%yle<*Mj&V85CS5Yx+vJ)@YCR=Pvh$0L1wbz?}pIk6GKGlI4KNk zlkSdF0HJx9ef-GQ#{dKu2xS_%3Z4{3fOm6F{lo1{8^M_HJ2j4~%s!8CEMhY?IQ~{f zL~QUME9k-k%S=R$6D(dt`aeoaf0G@7POikcBD#a;{5W_|8boaDTkYd{F-zfAItRFF z%qBsMx8?+(cP(Ak;c{@{0-TS6G^}c+<88nXcXy;C;0nw{ulBd|F}68}ZNT%ubIB>X z*Ikl{x!_qk-{Jf(IxPSxi)AJ0nWHt-J_X8IEVnoxFz-D6i8t+XX3N!CkpXA$+c1Nr zR4%0Ml}TzN*$f;~0vpMRSBc!SN~z$MmnMp(My;G*0*j|aM)|PF{S0^{MxHMt_cOl_ zX~vX7iQom&D(lXk{qAg|)O4N19=ts>lWI*$cKgkv9$F@cxzNU8A`a!p4g+QdWnn(9 zlL#}1a*1syN!FBd82eqYBRIMLSgyRlYfONO@fu&8oalU5gxtpdki)vTcEeD$14r*Q zG&tesjyQVdz}eBeGE{WQiv2Vg^A&wEsrHMvY}tj3aAZO6o7_5i(d4CDwrq2DW1$O` zDM$n*Wh;(T2{kPr)+;&tStS++npg|Tq0~~K-EitI^f{$(YC2drN#`NavHJLA5T9U9 z#U$~WG)P<`I?#)56Qs%A7e@g(b5hiOtZg4rC{K=n+=SinN*FUj%wC>u>m>R>|XRt0b(x?C+|+FvOe-w5;jag`!(L0@$THM~Pbn6Sv^ha&|0ef*^V(9RUWCd*}n7-7N|s@O*(_SGV0$ed480FfUL z^AohfH|9#fyVBBVfRP2Ou}0=Mr^U|NT)MBYE!|WZ#2akA48*HI-bHV(8AsscX8Im zzGUo;oUAQvqUU(q96gBLXlNV1G_a!;a4*cv*Q>1>o~66jE>_7$!4F`&X`x=?4RUmg z90J(?MreXG7S3kiu8GZxj5}akO<){}&SK=)?}=?}E{__16nHMMwRFA$2gmG^b4|Wp zEX~bT%C)H`vVgD;aH3wNx#uTlvFQ=1LXs{f%IKs4e>9DuS#82Y(x>EMYe8 z?DD(ZCHmV;Tj6M|7ftef0v|X{CwD_@exCG#>+%Kcue^Bc#g}a6$M%=@mS)PO%3gX( zWq#?~5%XmkLqZXb`Xp`EgQ8Ka78;YK>XciV5`&#mKAsu8TX1X5R=zwX0aR)(F$yOa znu}%bbgorl=MegQtorUy;uPLqT$~YGHyOi|hyfH@)W=K#sGMQMDxZ8~lF<7Ecb{9n zPVRrbMm}DxPtri}20_?=A=hxrbDN!sE1g}~qk1I~M$x71$p{u;lOe`)8`BxiD~44_ zu6zHdeeh?^(57DeaveNUF1^f+`-oGwch_6)-3B*YCjVvf|1~3jU26X#4XM4l34Ywm zMZVJ_v%?xy`xMErCNy7mBqvin1jV22Y7!RRBi~&jz#JXzKLUKJWN9cZ!rS0?(MEHF zskGxCF@*o==Ucoq1DHoaocoket6B{B_LvxOd*4m8U3tHG^ol7tne}$B(gUnm#|4>(a7HPlUIVa zV?y+ktSKmk#PE)FCm$+>0rH{Oot$5-V6!OIura5qTRQ4NLsJc^A# zQ*?`)mG18ovFckd>cPrRKmF38(w%_xx14|P4#vUVs3HkzhyDmnPO}VZMNKnVfLa%o z+p(HQW#Hy*D=lo`zF;@k))2`yRJ{)6Sm5fMYoTIFm6^9F8MCPfM!lC9FldVNwxs2x zz{egmEHUKdsKP&@<_#Cg@vEd|6J|ViaRDxa95>*?q+D zp10vH?B3bNd`kdav!UXBItJ$qIdq0;NT=}G5mI=`0;RB=YM&}8R945E5TU4WNLD>1 znW{*b7+4`BRVgx%bLGMTH=a;I%%aNTjP4rJ9@q3BwcNT7txJ|BWh+L8cFF#Hd2e$8 z{*(EI2~^#p`d~4|`z9dipwHDO$XJf3)R$_FY@^bbTxCp?%PQX#Ssv617YFM;k8^3y zmsUeQ&_;JWHad-5`vls6g|dj!QP=U#K?AO-s`yW-%3q!Kdii{#Y=B)}lfSq4 zx{t5>`FaPg?KRNX>q{N)PW%D);4{R>UHrh^e0?TgpG7xTdH2xA8t>WSj(3p$TGMLIO+32ey#RlBZz7Pk^`Bozf1EU%FYEmTBZ4&Tdv zybo9JMfAw~`R@zMJsPm)Z9{i%F}$(kwoMT`x)ypIU`J#?9+%M4v!LYEiO<-1fo;z7E6m;QW^ zE}x>zxR2B2nRIyuUEW2PchKcJdiWZ;tf9*)x_px^U#H9SsLSWjgY>!IT^)iy%Xs2Y08HE6kX=&Ql!hXXlQrQ{(f2%HBQlm{7%2N;A07<>mAbO#u02N`4_4nXPvgX$oI=>UW1AcN;1gXSQE!pEeq-XejHrf*gKPFOajYi_VdCK3984TfBMM>SU@sCA2gg;IIJOgo z5OH{97`MDXXA1E?Cq6!p53J6=5+8ppKE5bEz9c@rEIz)153q>8r;iohSMlL}9hbY| zs<@@&eG6aF&Oh--&if8NwPafGNEzY_SqQ-mj{QyEu!IbLiYg%2p+4_6oiQam$0+ld zYVrB;iK5C*6A87S#_W+?-P8$* z*VUMki-%;74+1*ip#uWxF;O51Eq#KbTobacZcljq-Y~}c>^?mp9I$Tp^e1RT`sbJ|J2DzM>$|-r0y8lh$`3e=OQruOY!k5 z@v#B~gCVREAFJ`vK2ezgvL%&@y^d&$Ph6J<#eZSCLg%D!3#YZOnR-$KNz7AsxC^bR z?QUalvx+#M8Pb}fu-TMQ*i^twjd>C&I2}yCe+Tgya;#5PO(3_rhzhQzJ5oKhBK(wL zs%{uFr{jA+1J7h{5K26c5v;i6!rD-)-WvLW!MGYz{Vve3aQXe6I7EB>W3Ii96i!6% zI=4g5U0utU>Yer(0v2!`2v>rdeW!i8xT8!e|Hi_FyP6#+Gi!+s)}S)Adk2CIG?(x+ zeBgLzU_Pmier*Fb6;RmTe4XI}adHLdu(Z)BJfY2<_IaT>PMYs_^qF~^2n9W+MTlvy zrhs@S9y>Y4UHb%jWQHQ#c{=jLe0cift8f;IF^e2mI-V)cZF8PkLk=8D^HN-Ul3hTP z+hHzVM-}+Su^ph$tk$vBiwZJV>r305$tm?4o|@vi%5Wgf5T|6X>lK>>??fJfban8p zTE4lUIX$kRsBg>@@MYCSXxa7zg(8e63av)7x~Mo$W1EOjTtV?;Y(Ybf={sGF4vTuG zR%ixyFPhwn2LP=KUYW(lGaUOXqRH?n1ofO}N=1ai%iEA}P{$Lj#a?n^;7P=ds1Uf(p!^MYDHnw+g9rET!T?e1`Zjcqewy{$X$byvct_<>%+Lmt zU~-sQaIUqVXmN#{pLW)<`U%CKXJCzTrSYC*fk6oL(OZR9vpNSlDj_y>g|l@M$7{f~ zE;oqI2wI7O@FIxDRkvrz-v}#Nh5B7&QR^u2b6_R8pUC9SWrx|oHtD^6@okU2fI^hW zqu|B5>B@2Ev1*0PG-@zDk?x=#aW-9fC4`Sqr(}R?4Zml`jJDHyW%(!sO~8D3mHJCi zbPyWSN=Nk|yruZtVEemlja%4$d*yz(V&cT7qiVX>V=4C4)f63(l(OT5G)9b1bdj2xCrxDsT@eD);>;G!N! zv0_;o-nJ|aaqz|7BTO3Vx}Q(uA^Lt7=zCe&TPE)#hrA65G`&o}(5jc&^UM)MzlM_3 zNvI_Crv(b_KH&L6BYGkF(!H$%X!mgnQ$Olf5TcfyUWT#cJ>lldwU2?~*J*Dg^-mO= zLF6{hcxkVdo-^P7r_}sTTiRp`7q-_U-KEUBqjxvDX>UZHdSM38Xd+qaeFSj&`QA=@ z1K$Xq4BJN1TY}OKn#L@q`xt7*xAv44Ewpd=0BAdcDQSJjd*o1y_E}dW8x1z_HkdN3 z@Ne5Aps+{rI%#&UlMkA<;U|otXeYCK1vtetuUGpa_8z=T5Pi{}_5Pe%)wc<)m6$Qe z_j9(sZAOmQAg|r3+7iO_wWSGRN5>;uVq;yoL?Kc3 zQLNIbX&vuNXso>sKZsC*B%$`P6!N$O2Qn2(&CWr7U_Ul_;_C*WNI7qbl4ueFXB{Rg z?_Qdo0+pD7cL2Y^@qCCaUO~4+EXgcGju+bWkK9Vyx5DmI$}}N&-zNGC-XJPI#m8;&)>`)Kh@X@*sj*Raz6I4% zP|XCnXW`-l4VTzs6V**P)mc=2VsfPIJJflXEi2<2uhIN`mVGUvJ_`jKEDvm^^gA_r z!>gzb-pMyN(rzRwlZEVR+CtOti=wcz$gf>KD1?!6w+!Pbj15NjBZJH}CTn4IvEs{E zN{0tOh%Db9QAlAU4y!B|vD+-{57DF;Ke&b;v`RX?F&48%l%l=yX61P?vzUz=1{#jL zK<73?p+QYjh<^^WtV8RDum`L3^f}B{i%XWtT90i9~ zOD3Myt8poPL^!E~pA8(1r--8yLgNxb>=EbznBfeDRZh-Shv;S?kTenrt3v@E*g=1i z>dIZLq10ii5dy+-I!a7Hn70gIY`2XjIp1hUM<~GYI0i?O26ZJ!C}S}y59>tU`@#75 zagiU=@vcK}tRbl?7o7t=)gnz1iehl(=6(^#2w&rT>z?~V;SoE|`IVc}UOWbht(`}V zo-SDpnrILZx*#!9WfLF6Ap)Wahnwi1{a{D88O?QaUZ_5r?1pZ}c4=of*WeX>&c^`C<}~>iV`eY4bu+-sZlSh# zW-r0FgvOL^K0O7m#~Di&&hc{U_i4Bs@Mh>Mo8o)u8`ejxAKS{uRL)` z5=TvMlgLrs+vIE30Sv__mH@wGC>)wkyh=~p5S!){pCAW?sJE+%X^3YXO7cL(N>QGH zs~w4*NhlhOLUPCv@b^&gqokBk$z7c14R%6dU1B!a(%{PTm|@fz3`TS_*^RS=M{O>- zlOnf`_4gM9@^zkBk|uPW#7oFo zzD;xJpR?#-4|5hf)UBMQ$1Bf0REq*ENiK^BFR~7KC|>lL#7G~S7s(ll{IXCIS)jh$ zY$`3`eZv#%R#AH$3ypougV;sIDvk2dK|K@+}bT@-Gk1MllN_MDj%GeqKFlUiC* zSj{;{=Qg2Xn|!J3lLm`A^EWK~BFQR@C_ks7RjaK86Kk`DGTOR_`V%947#(h9Mp5iJjce62$qiXq*e7|BC3q~D7$BytvuG0G)Pa61qPl}5+U`Kzz__VMix;X-N^ch<>Nq9+w9sLQUDBgBqIvN#OlwGMD7X7oT}6c5dez8cz*ZrYufw)V)S129974&adLW za-~Uk5+y?6k3x-7D$JmV;b+~YD)JA=4JEs42;-01ukv=4;$|(Z7Pk0K49(i)VUfEA z>VKKy>JIqUPZ{+VzC|~O$s&&HUyWisYRjTFC+9SFZH zYQmDqzOJm2smCjSbd_IoF^+E?zO2$96YC_0l5Rg4xpbS(Bi${styGA(++4YuZ*C4t zI(Dy*A@acC}xe85z(zT_fS}no*aR_ z$)#fM8+7>e6xmfEY8RPZSwt<}9EqsC*VfTcqV{)qZb_OLM${glIrJ}TCE&v%Y-P@* z3jA$Q!D};tlpIXof_4q_3v;CMH)FK#&SbQIFjBn!VLEvALoQ;ig{ALjGl7(a$a?E@ zU&?YgeUn+BxEZ>7@UuZ|4`wpvZ===G>FfVOb4biYV)Z#Y^S0`9-Cvo$6bi&u%Q``F zoxmVdE0BlMC%wdEI<&W>%_T^j9M!uBX^uA{D+UKxpq2*?an0AThsaq(#$5>&L7Xv) zaW}@MWciQ=oohmBS_6S;Rgr{>)a0Ey4jn^r4tPBrQPaj5qb?`M484m>gLKim*6=Vx zvP%4B;N{#$Sd^V43WNk|pkJMZR;@v5x;dMk98N}}@3u_FJUvqU-aZh1V@02RU0Fq6k5}&O#?g?? z#5@hTOapN>yw7|M@5gaAVpk!LiRV#%)k+jmb2ouAD;86v1 zb7K32b(lkmnHMBR^w47FC90UAVAYvP7}-r!xTyYBF~x4ePMwRJPV%mUNpES_1CCWa9y=g}Pc7bz0#$wkVgnZQa8CnJ$^ zZ6;&BdZhThejxnDiWK{*vWk=*uQXE;DK`EFX`+~x;&4%EVjba7(qu(q91kr`en&d3 zsLpL>qD1x)GE(HP-NeVS+UQK1#JFP!j=NG^et|7=2cyPfi_pyx2#y!qx=F(IBeuv3 zd1gtP7)Eg1Pjl#Ba7eHx7aR{{0xLP3j0DGrGa2(AjTFBh9SFa%g2TS5tb(J*D+{Rz zj#zF6sUd%l3JdF~h7uO7#CRQASUk@!cYX-Oh2M8KfpNV56phdn8KHZI(D+e`OD_-_ zKVTGDga+LlfzVi+vviY$<41(XF=%ykG350$hyI0z1bcF!ab6~{lEcYJXiQ}?=JAo@ z_o9LD8!I&ItI8@gdc5LgDl~k46%`xSaSbIlzBh8QF})gD7RKQiJ$51Zfpu&Rcb5=M*WG`U4kBB0urzNsKp70mZa|77kAOn+bXaj!6uF?2 zIw&&F8JV;Pg32DMEKhy`5f?n9qAsmU>FF&B_-pP)Y+MM&IXPzE^w1>+bG!kbkk~Ts z8DeWL#l;_ptyy0D7O_P)hZI}=ZB}@Ot)rm?*Bv~!Buxxs?c7as=wEP2z$X`6_h$kt zIh>3H*PAmL^BYEr-?t8g-&nzAUsqPa)#H^1gUt$uJx2|Na7>;G(b$cv8XVCIlc9v> zOk%1U*4CPSVAYBhG3Q2gPfmmALU}mtyeVft&ZUR2Q!>Qiv<@dnXH9xItjj4^t9vQ^ zK%7Gr?T0bm5sY@+I{V|@TLh8qP$H3 z(z?2zTE_unPEHt7!92>RJY}Ojvrl#hxp`kU4Q_~iwZp}BFjfp4ZXQ!CtC#Y0CDFXcN=E;pWVn&Td z3#PhIC@@TH(4busIEu5-gjR8hQ^Cn!7!h=h)?x+VY&zk3wc9Yb8%pyF!#9Sz%Gc4KDm~& zezOHBNhTVBl^jk+TFzOSjQMo5Iy(2uIW&jF_>I+a?CZ*^<@9*vt$rTkVJ-a3Jx}&I z{b)7He4f}WHF1Qee;9PAI`YYTLZZ|^yFzfY6GOMnz8{w!MMeiIa&7F>V=P}iyy!Ql zWbf}^)|lmAwcdg)bVx`7vQ6Lyp@Yi zrmN=EzaC_u+e(&0*&=_NShf#qi?rV>8479B-3<^{SfSOopnl`n5aFk*IE@wx%jVe_ zVLu*xa=e+DtPfJKYxNSeRAHO&1Ei5lA06+a8KbVpoLrm^yV=Yu=%tY!t4+pS-NqdQ zlXs-Ca3vZ74YWz?*H&7eZjM9)z0cOsP+HaVd2UIX7)Aqq5zV204MhSzxd!@{OkgF4 zlaU7c!A!>dzLDbhLj&PARs*%KE2{?Dsd@j?NusnIex?7ss|x*>l=&Q^dho(7KnfDW_1K zuW(5!RpZK(FXFg$@^Nuki9BhlX0h249{@w4tI`~~f{Il*o#<)z4n&%|1cOct&CnE5 zk-G+(e~{v04+PbB8O;_~3Edo0P?=}C7(3(5TgF^hZLxHmMCwR-4DzV|CoxG6Be+)6 z9QqerIwHdL7VLPiGPWMCyyeJPNCr_@r!*9wdoVFk49(|S#03gCtYL1>!J+6)uGFUx zLf&w@;CKg}*_n)O>*Ql5J1ISCdGvsFr~}Ts#SZYn?o|CV*qq>g8Yjyvt71shGIcGcxFkO7={Ji zOmpa;1?gZ9vmiUvtt_a=EBWjx-ax2zI76|IixVSsX!fyGca>H$qt1=$TGxV=ncyXP z*pyI`a1driYBBjT9U8hMl$g-LFug4AhXl>5F_{Z2?g0Zm&rNZ?1)SvBj2?@6LpO)y zB%*wUq1MDyw0Nbhqa=(VqRzaW=a!_2VR*@_X%7AK5()U^cKCZUft4IiMt1n0W-{ha zjugM283@0zcDQ|AS!G3!S8nm`@bq|@!F{a#4<#I)nHYn^3Ww?2q2kFp%8C)s%+;%l zGf)_7^=iRwG++>S6&LdLhJPrbC@5((z?mF4-Wd*F%4i_JE6PLHO3i$^bSEDw&H0wK zR;AEviNEXaA`bXLac7ZJLKz~Y)~ce@v+hEEAGwN2-`zL4b@HOgOSlbLkyGTXz`I;Q zI)-`)<(9-~DHCPUMeU6OB}Q<=txC*@#ldMe?z-j)PuhO%6MGCfq4)Xxo^UrsVjs^N zH2U)txlAA-|C4FdA|dJKNF?Nm7g{<>BHkhr@;J0Qx>)+jG>85rqy&6&3Arf~SjpjJ zBq1N2$(S!2DSo#Ngx^>RXPNkESh;wim6e;#R!1_|Q)7^=stkykpHf z?RB@fF%=R0Ukyw?D@7i2HpU@_d>2}c9A^JebC~`F!bj0hufek14K3$7q{6o9?$xbQ zxrpN66fmf4Y9b;*vxAzm)LeiHb2)Nlk)WDK;whpE`|G79C$qYK6r!l&7SNrl;xJg1 zUW>v81=>$ja8<& z7530mLA2t5|)!UC_!~@Y=K(Zehw26RZ32CX2>;RH)Be-$7I3tel z;RWwHsL(QBLH*CX&8~cQ@9#@T9Fln(@bKboK zis#|tdU4qEc5cM|UARcly?~x)(ETd3_S?^&dJ+yfZA{(aF0`h$yN$igYHbQ?!y*bJ zEH2J8QDnI>)u}sJj-rv#Ilwx60h9qXe=O;vYEShx|++I~%>a^D( z6`X}z`%5s2>YvjRvlqmp@DDS)D zlv|k$JtwS>hN*>T(t*Jxcc!sqB!EdRSUBx)VoQxL=rfvjNRyqgm^N-_Mn>doFG+7joZUfUQUo>i;#^$;fZh1 z`2~eizPu4bsAGpD<+D+!fZGvUBsuFXAe)@fyxoz^#M}q+R0F&Vr|n|KzYB1_5(zvy zoKFgaz}LE2xjw-Jkl9Po){8}~$MSedusbPvjs-Z49Rua=uT2Lb#xk?QCc=ZesE@`n z^KK(RuxLHTLf$JaE|6SC-ksl05jBBP_bjw(ux&zAzuujYMq#tv?oV;#fpPS^Xf>Ho zmlzI=Bbxk>#?f8eL;{o>R=c5e8+Q!)eou-33{d}0w3-&`6DyOSNn=V;Ws)>S_l{b* zR46r}Df+r4>rFALr5>awU>e$QAX@>94y5WNK?`|&}W2uPNYmI}!Zz#9LRR5@no zrmWY5QSw%$X3fPBC@GQKH~uo1aR7Gh4tQv*Q?uWi`7Mx59o-8*TLiv zp0%ITyX(n%(*LehC*bFG?;u*LRMpoL)Xx*-aah95)Jvk8_N~ykK>VM4yH4PpX^JF`|*30MZ!-sX*)Q-!U?4b&OyjuwpsitPcl?_H@Vs z4>?Lk(V?O777gHNGB3$GGAz2ok^c!o$QyG7A%q<#FSfWF?C28?l#S#Mxkh`+LK33N zlg*QY_h-VM6eakiKV;vb8K5a#8wMCPlCe5S{F$lg2oHsHkf^(6FVC>`G5}!)4iXx> za*!OWIY`XDtuu^p)V|#ub()Uu=7x3Ns>L!UXP=-5hUEapZx` z`1@!znP85%IcV}$tErm@FGyRspPR_o&GFe30T`hE(`Yp<)F*ax{6iX3()B?RGaJUu zLHbS?H^<-M_CWL&knEQRZ6a`U5Ykd1*#TH%;N~!yp(auWX!SpR?buZO4ASi8-1r_q z(!;so{fauF2fhEHZzoOSvV#8PZ!7Wbptp*z$MAJEU)S(;EnnBsRdSH^_#T+6qjW)B zA_8`$JKZGN8a>iFCjCaUbT@<}vVN!iI2kthPn#-<_Pe1bZzcqf$f5A?P+#qP4pA0{ z1|#2$&)kg=p1t=d0*Bv!%5H?~La;t!+z3}=;K`&%7dJw8m`8Z9gTB*tBb<4ik+-a| z5RaV)bLcbbJkXY_av7X$YbfF<&v$Tp`9?0){cFz1otUTk5vBOUorm);#DOl(91 z!gmpcoj%TWl;vJt8aLC~sbF0LDeY9rT4Y&lM0lb!U*YQ3$f>U(t$walc7sF-VM+hm zLcv%L&oqc7jpg9oO-<@%dxRiIZMMH8#YqOX+l$aD6y$&(Od5 zK^QUHY4StbKy7X!W3&B}DFQG+{m0O1TBuKKwtp#&DWz++lcv$dZ2xQA9*EuolKsm; zn+VKyLRu;$8&U3hdo%;H-DHLu!yTa2z-%|wFoQI^neE>ONcu9{=|N$(ZaLhBs3j&zmWr z>CRAPxlpD0xVJb1Qoms!?D7y0ds+4Em6cAui+{cy8lSLDE<-QLBtgUke=yPr&SAp2N5*-MYSRMCOlSJxWYgEH`@?qhKrI-o=efr4HI-;^m&{=)0R*ys z+n8;Pd!}W&XJl<_N|zvoMHB|aX_|XeQ);Nm5Q?w#}n&^>PJKvq5?roY2Kg*^^l+GSXjKvLDko>I8M+y(l6zJcM7aFb8it-ZMfsaS1^;C0YJlY#R0#hj&n`(5x)PKy zIl+67=AcznAOYXS$DxBhT%Oksd1f_hoNwK8ztbxc&ANJ6yzSz-i5 z{ED>Fhjh}spPNYFSM&=O87$8K)d1XiTP=$y30cZn2mI|Ev^qF{GtNM*$fq$SoymGX!{XzT z2!n2P>%nGkXJQ#(u>~ailtG&aT*-vAR7iFJb{n{oO_fhmw+Co7a3!0@q(Pe9T*-|1 z?%Uf$1{ggkT*)1xK6WMZwEPcmh*x{Ud)t@j# zypIrw{QgsRjQ*bx{CoMR4;#nm|Hi3_{+c6rh_0@wO*+Kd} zj3eqG?XlFAqcl_mZL({Jk*qb1D21W&R)dgWG55c{?XI1~`wd5_%v9oBC$6OBgnS5d9qf1Aq4Sn71P5A9G4F8pHypqeT& zpr(eby2F~c3Nre4W7Z&}@aDMhQ_*K~+-iAk`LaU?MK!4$Y#k@FHUj)QaO+lEb*Hg} zIwbpqs{F)ZC|s zRnb@sP`HihDWBe)8@Eq7H{qxH{!+u`vbTOy;XZu_vT%I;TFu;83ac(krjW!6DQP52 zXYWdCQg`l69^(MQ(yGrDYmHY3DruY5R&w*(~%S6oQX|by<(G3*L;Lp1FOU*D;bx# zd$5V2JaBkwR3(_WYm&*CKDv`^n2v-yj@6)Is=6C|aG7nNX={4`h8hGoXvE4td}9Li zeCwXyV+5i4a~z5c`nN(QqM7s^>;_y)V@kRkFk!4km1@(XEo3cpiMF&D(*w|3K(h5gn+Qmjkd_L`4!{}%H=wBu zXu9_Rtp;vD(?l{zvzr_6c>qaY8Kv}~a09-RzOfsSza2Slz$*iFnsZ56>q+AMlRHUW zTS94E`&l~uCPGfXxc>X`^_?2`qN(@9KVmT2|4no;BG2BRg!*c~;1GHC;vwfd)G~MI zg#qFHEkVZbKV^sBw?kk*VjOz^h=Hf((CZHK2p9ht`cB)ScR?R3zaw^)9&>S=A1{7A zEBD>Q`)EGmwbLk1X#Jlss3not?g|v)E<5x;SYUiAAy;Z|I2G3|3NK5c?84Ck6IW#0 z(NT)N4JtFkhHJ~_^L#mbvV#uRE}-^a&QstT4J@~D zw2Daw+^Vb5ehiL((@HvO2MjdV#@~rJm3J`##-0*;>jDmkfma#c;()ACCLUYt1=)_P z!&&)=GCnt4>1ENZ#x>%c4gXr2JkJ_dc8D}sM90R2fK zqy!dsH*GXv@6vzsYOSE|e)7QDBY zn!uq!4(m}Y880+UqUxa{9IJI@QkQYZfb(~4_#OaA0hRr;Mr9Fofo{f=Sl?o$KXu_( zwvGmvTc9rdg6Ec`iDAUaic0{j{>6y|d{_+kRu@jEep2E#0j%V3`o?RZ7Z`eO@Uua? zn=%>mZ=luDsSBG2!f&j)U|&~OZr|gTt(v;fA8#`7V{LsX9{#Pw>(9c&2N*?gUicM* zjv@$Hk*zvpz-lu$ks!wE2hff6<^O7+ubkrY3M}*zTJ7IL59e_87goPJ#gPXw$~)0& zGR7bYFF-j>e$*&8g69U>jXMVFUzs8R1Ju79t)_)~t4Lv97qjE)-Dyl|2uU6jR_|f@ zzk`V-iJ~FtEg;#q4cbINvV^o$NOk~r8-&$Or={i?9iY`9tZv3I4ASftR%eeuKf7z_ zK@nE}7EvFE)%n|z6IOo|m2({EMC|c7QKQlpPd6IQGLRmw>tS@N>T2b0J&}D2)aUj&@ZV zRIh0%*jaK|@hO4AD~(z94viDZ0YS)8*h58uM85sFvxn*_t3Sw5tmU0+nB6D}CF^*- z=83;0sw4-|b*h0vJw#AW0r7pBo8F(ZDH=EUz%bjMwzWNgsvBg}(}?{DWjGj?WI6%XLeueYnA7nxpUzs5 z1YvfYWJ>h;plCMk=f13G@Rx#Z`;?a6bc|*iIQXIKv2BXzvI#0xN^Kx!t03r!a#_Dhr37mC? zf5t$&amPUYpQQ-E0QH|it7)M=vFGM%X-r91wTIsjK?-G;q>ZoO_CWL&knH~*w28oT zLr5Fab0bK00ICl>HzqUGG>HLP4LmodmTiz`H_y%Y0g}EpM9_o6b93@#_{N?a{&wVe zZXS!h$1@GLjMCa_6KIm{5Eu1w-$Yu^(uZ?l*eHwi-j5^aAyJT+3Q^nx27BE?)R4gJ zAI7Egh)`ecgNMqc69IN7@T+9**9n8cdo;l%E5FY5A)p^In;@>iz>~?GE`FWvFpqHV z^U-(Oex37su6VfxVji7GojY+WS$TNE`zxYcA>!uIXioSDE->gMk(+07JM!d}$6yxu z@5q-AGR&N^yU#@>64Zm3qeAGu0WT7;lD=$kubMGvO%@Med6TLF_s!wQlLUSijj6`? za6a%vw`m-C?QEyxvGVn5OSx*)`RJmaa}_%ov_x)^8Ms(0qf~uka^tNoZ(E^cZ^&Hu z=Y$`RPPlM(-+GhW5`la!Y?(mvA8n7g$SDc0k*c>qJ|cPVV!F3UrwbayCZ8CjH|N~0 zlQ50?XBiODkRNgB3|kNSdA6PgAhW>1L*rKto)ix^43m8VI>I;m zb}>AYAga3zY!M$O@2sw z?RDHl#x900rU<|Q^p&?Y7x(Zn#5A9!lObG4F{b-|ybPzryl1)@VxKTH^~;DPM&xI>DAZT``G?5Q5DPco z(9hh_5Qc+y4FSgQKjj3HTS8DjVjK;-Fz{rOr;DSZJIo{edmMeI?PwSaIT~WAkkd%& z=soIbh+WLe)et_kDyH#>uR$X_VarY$q>{+jaLbLAMl+B4mQ?JItQib|Ez>6qKIU^ z+@Pa*M8Qa||9~>8NcO1b3pln9hm+T{(J+#8ZkwD zASdk!!N8Q@CzyB5US4ABWdM>5{2w%S<^Q-g9gG+Y%?g_c7w+3_agYF^yDcIFK5Dnc zds0MAV7tB(t-?SE7&jp*Ww*trQXF|;1AZK>CKKinw*^gpNE`6&+(gE1i?62$zyS4M zMXPC{KC#>4$7xI{UAG14NL}0(Kg8{U=q(`Ge;u@mz->WDONC?yV2y#>!eoY;FdCrM zz-?hFiw0?Sb6c!@RG)4OdQiA6HqkeBTky9G+!jLt;xTkIv1UShF8!d)IZM+y?ISC00>Qo8JKie(kR1Q>_(Q0v|8;%{vTJhGG7 zK9jG{q8qEcd+1}0_iXX;+kESH`1%}N4|vbT)w`E2&!fu$x*Vj-^Xc*e|F<@MyN@m} zq|1xw^1F0-F&xiQ z+wpD3`h}eby?4-We?XUa;&Q-y7kzylJ@amSJLtWKuYZUuI(jev@jhI=7ttf{=f6LI z>jCeB{Qdrw7y=ZkKf+(Tybs|D()=(!KxQ8mA0HPVpA;WNX?TRFFW>O~lz+?#iew_Z zf@pIaE-mjf+RXzV-N1R{pOruI!?YCnVUNGj!t;K-+9#-g!&kp2WPh+Vtb`Mj=WQ@i?`F{5T%@ep=q23!HsU ze0&}s0Nh`RkG~clUlbo-5+7d{A78--$mj3rV}#(ST!2+gF z2Sqhz2eA7BeWyZ%ny88P8g|KdcC2i#Zej`@Z^iK>-E}_NUX6LVctld(F?fP{S&h$K z-Wps1zIFVEP7-gUCHj3E`5y=Jje~Q}JK4O`J{@^4rNUGFsDTnjMwYX9Xhq~9!)$#K zz$3)`L44DM<^Vt+!zcyb+M!n4JNj9Y#cH83C7?W|{AE)-Q-2PVNC=V3ZWUScSY2@t z3v&`fmYd?ay$&aH)KPY`b2~WC1!%DSFd^D6chn#z%|Ue9=ZPmKY!574xU1R8OWN2( zEMNn{CJYweX`TK=E}@A$vVd%yCe`znz9q_F#ZD+OdfW6iciK72#3sWH+Tuy}nLgTr zvYdB?d8d7PxU(EpG~KK`NjYym^un38QL9%(4w(HhV`Y3QM8iI^EGr}DH838piHk+? z-MJC>ci|!l;|_YB3FBj-zS;-+Suc%xVXEoo7m=a7xH!|SR?7|Rx~VN~qvZuk#~!!p zoDKI;1p6w#cV`IPIM&{zE)&er+Xi^Q5Snst@ZL+{dS3tFeSsCc-d|DY%9ioMp|RCO zXZ~dF4^7*=yA8ry<3NxY`n#f<2LEJC{=tNk_pU=X`B)uD($eEeiC|j#7TQiG@FD@G zH~NtK`VftIw_;4t2iFqod%$lpOzS2xB8KIMFao6n=Dc@OGw;I1vc%qtTkSI}e4yjK zAGe{Ue1KZ{8^Qqxrq(`M{&{c5`w%tokT7LOf=n6#38;UVT4Pa9aulMe|5NxTuAy}# zav71OIE$LMSfByZroF3q9PPwq68#iL!OIf9YY^daG;M##!-;+w8anLQmO#!1W2Qik z&2OH-hpJa*Hq~ zoLsAka8w>j`DSMhVa@#urNV-csZrK9<)MEsVq}OhZww$|&Od-yxQ^dhJ>end*yTB6(hsCJX-}vE z+LYG`M*LQuauRkWNVu)TM>Hj%mwZjO(#NUU1K%$sEE~kiN0~nioXpWt05&>44*s&IwwiprNf?(ONB-+ zb(==Nevn64ED32QtLC!wf}9!}IVo%-^MU*u;X45{9L5Loy-;86dk?J-#7A!6CgW>*nXtG&)Kf-|Zeo37lLhr{Zk4Z*VNxUB?qV3eYAIA>Sn8o|i9T^cp z@XtV1Cf<+#AsS%s$0dXf`crv7q~lJ}f5i8pk&j^E-=VgAE|JLh@li94k#=-qb1&*| zT~6o62a3_S~W^FK`YaQ8BF}TxXk}l9+iGXcf-h=cE z9cIj25bh(5d3Ny&ha3O7H?2DN;P<&wf%@}PT~T3YGUj}TtKv*2Qn1{7tjsdL;_ys z*T*wF-2Sfy;ND9l;cEff>PbSAa@GMCdpBAgoQrL}$jL!TFmwm0VBjoFC<@Jd31?Sb zq!bI^uo5CY`RfKm{xn611m46?G7<*>YT!*IppKf9jGB7}IT?2h0DdDy00t!WHMBZ7 zNgV^%n{ViKPdVpDjS2lEjS1;|+q(}f_J6!yTa3Ox#{DBSoy?Syt2dz4e;c%kfK~}x zsnF^G{5$Y`o0_7=+y-bhaNU`PlR=Z+Tz8D~{#&3qPb{BN_+i_c2I_*x@$2?Mx-BpC<1X6eykKGlazS_TYXgziUt$}AN?5;aj!-~(s zSXXL)P>>c-9()qLPyyC^F+kZ4h zkcp%27Qz8L>h7g)^rv#v9k0=I#7n2qj&OEtqt|`TkjP87nIfolI^-4kA%TmG*IT#j zqy+C7i>_@9Rg<;@XuZ<^bU3jlfscd6BoCSM=?%s(hJ$sWW4{)yLZ1nU5No~vtfcGu zaz1s*N@B_!+6DE&6hRZXpx%pCtu83K87xu_8|k{BK4-AjqKm^sw`mgA7xz9-lhI5X=9BThC>{1;Uz8p6R$o+)R~~KgMfE0JgBx0Vi3p)C z0FIbu?~XxMcN|4LQnbj2G|gVcO=RSeT64K&F_|RV*Q^89whFBd&e~24iBD4xjodW| z;q(;e6WHjdpw(oGScDJ=B%>w-!)w&1Kk1Sb0T>X(RActb1{UNn z{-iFwo;+h0l07APcoH1P0kO{YT!>YReXacyZMtC=l%JU z=uzQMdIpgm`;+)v2L7ZlD01H0kt^0djW^@@Tkq7a{m_Pe`Ix_PQ0{x5p-eTl!Li{m3GoISM!AXQjrZ6XJM6}LhU8JZ@m_4T_nt#5>)E(8BE+Z{BDqHfAV1G4~C<@k2x}%+ubBZ{Ybc?0AIX}=I-Nk)s+-OZRDgF_I z=D!!BP9G%}nja<(@?fa1_MQE#gzmey14P+(ZU@fgYVG}1JU~_b#4uQ9H�qK=#w-mJZ$tJV?ANR1W`#lY35G=QvjLAy8N%a&^x+XUAi6mq1K?WXLEY&y z($zOXy-L~YbKCkUF^tdLvi=KN5*!Pi>RCb+OjMnLQi}5{E5exB6JnJ&O9!esw(yd)%S2$cPHo5vme&}cP8zhWdyV|1c7 zw%=7Y%D48HnhQ?3is~1&JQ7xsJdSeCi}}iu%KhT^>-k!#=rme|0+g*%wKC}oDv=TP z)A;Fs>z-E!0QlBDuQ{|JP@`F*k)#C%gAwdZ$_RQVh#v+rQ!I|h8*{_r2yec8F1hs! zRd;T#R45TSgZ}sB>!=Y9f*E(N9;d2SqKr{d6m!1CEfvd5aJQmJiwjD=cp~U&7zSH4-uL zr!o2Y|DJQJ>Mm8cx^8v#dv6GQw5MNJ)wy-gJ?GqW&-dJO=THQxetP(0WqR)X@)UNN zqdfFvt$N<()6Y5M)U(bBO?prd`f0_zls*UEps_<)JorDvhHqtmZ|~d!dLy)KAWE8` zR&8%@aRZar#Rs828BT{^^rt~CSP1pkpDA>kuQ+*hu_z{1ULm&Rb)%EphIN)s8LJSFMLP~yZGEz>(_qq|VV=mz5% z8;oGva?BjqYKIJWkI2gk?5cz=UIMC!aY_dPf^3KBSFh6)KH8o>;&%>8z7n&Y-Rg8{ zWWG91hXr0l=QBoSM`{hY6|ye-XlVvV3C?3<3HE`J>!3LYwMNyu1*^%>kLb**`?~Ob z%A?{W<@xz~jcN)8;gWb|lKyLecNNHZnFR0$pbA!tWk+d5H@S3Cx@W4%wdNadLm>{; z79XneIPAV?PQRq-)2D3>yI9LWpJZCVC%CUJBveGoH5=eF)CVOSfIa2pYyfo-%xnPr z81R@S)hX%o$W1gu4^_&wv9!KTY^masHSqh+V;P9Ur(q$)?DiHWk=v> zmR9yP3AVoJKo;g_EWtTM#k4Rv-r`wsaDOWDScJ0cuzT~%KRxkF0M&tTK*LK7TNNr=vI+G^?4FL&Y$9M z`SYg;(-)H#0k#S&h6FyJiAw&HTy|R8=qxDo#sqj{Jb~6Q;pnpx+S739Q7z7Za4TwS z*Q1GNSYY+{NERH{0)v3n|6sIL#HKw7L}vl36UHC~wLU8Gb``!(yhAhe|7P@gm^ik{ zU;n4nxE05KyozHdN?#bgDH_~f{S-H$bJ^VYTlCq@Gm`jg;3LTzr$5Co1Bd}bd?8I^(Qg7z9Y2qE4R-HaXhD{XDFc;52N~0wkAYIF2O??9*TzEFX z{bX1;8{jG$3Hme41~@vwXvWe46vHI^hi?(VXc}@!3%KrNZ1UR5(RPs-AYB6uDMi4Z zYq6-JN?17s>|~v_5!Al#Yzj`~tpX{SCZvGz(^jw%RnIRlZyjGx>&OeDX(>GI0_PCz zA>_Zh7iT(`XFS5osOf1ytN4QYaa7*C-tx*-st&`kK)%5UCdOik>rrH;*@);_x)M1+ zky?_bJ;XaV-f1@I8Ll>{etZX3@xs_sV!rZy zx4qu}(wf@7tiW-XsP;?ps;yKQ5}l=1m^^tH?=FymQgPl1s`(X14+MlhhBZ~0rxpDf zO-4RbL>C8`SbO@rWt?I^$pYju_Xksl6yuNQB_YL_2C@(_&M|?>qBeBR=aLho2$_r8 z(9I#Tn!I^$ZLN)p9*cJb_I4d0x7nk6%_T0;5N5c@Of9+0#cG(gi~GFAoSCx3g`kt@uh2%q?wGY}4l{04^Z$%%8ZYOK{`Kc&{t7lGFa0Jp zZq58#Ls>4NB*n7Z^s8p+8vQD-sKifN=WloHyi11P3qZTDjJD?uK+KY$l|C4z_w8SY zHwfK`jOAJ$5vB7e0({Q~%ulEIAHhF<3p7Q3*4^}t{tWZ8j?lz8mYJmpj_?<*Cj!v~ z2>r-ju;toq<$9%C$L2^RJ_UPekoGj&+*jHVy!ZxOn5pf>-bn8j!X~Kj32Io3;>gSp zqu3Tr-MK+(VR21=XU!z<{O%dEQ-<{&JBGqPXV!k>( zaoVZlr=528*%POpx_R^FGfqEy^XAh|JN=AvPThQdrQ9x0cA9&<#(5oYX7-kgFSv61 zB{N&;zb&X!BlB3`De3A2|qOnktuYFf%5)mO6{gl{+{#db-t|WBj}>Ca)3< zV!hU$6&wANP3gJo3GJElICV2Q)GG*I|mm!5Q^&s}zG)xiJH;hDZ0*(#Qs`3)h9#ai{^v8q&?56#gFl zYK+RIR(fz;bczgp37X+G>DfSQHD>+CFq!qRjLiDnrPJ`Zgc3k$8qE&Q9_co!D4hf0 z#_{T92r-J6)w?K7(k`7ber9PzROUk>JSEE$3z3J?@Vcl!R^K#UB5uW=BVx@4D)dE_ zsGvL|n|_XnMEW;}5D+TTq1YL$o=9nlbcTN}wQFDgKEP}E;8RW+l*j0&M9tEnHQRJeD0++{~s1-ztYE{KN>Z@rPF4MF~zJm%e zrI9G(Qy|`vW|UEnpzV2kcy)v=Eu=tLV3h)E&{>FtHeMwr+tU4%0y!nK#W#W~c*F66 zSk5P1lxs{y4vWqCe5$RP9O5ohug>G1xsXs1V%Oa83#boD>J_i=lXJsWmYb4j-auL*^ z*V5kY1J(TYj<*j)hDrv6Xbz9;U1Yz6t;qO{CNwWCup~;i# z^R5CJD23+_K{dbdgau22@OyfWPg2R1PZ!ZC)pYw;gJSk{{iKpBDc1W>K-?|LtvF)B z_4;UD5>jGm%nFg%9QImf_2>(9#hB%wDzkd@$hIb#X<0oy>e;e-=vI-{^Y8SHvwHYj z{;VECp~dJD!kEH}5&vnpL4mhzNj-4@ykAZazk@Qj_~+3}4VKfxBp%A?DIlkZIr(7E z>G?J3(=YK6<@C@mN=^@5^BIIEHOQRPLpO(DTyl^&Ij3iCNwMn?t(JyBx_Ve-5u)f5 z3c0*_JY**DHt$)DxB1B$%bNI5;9yGi;ApWt;y+x!(mSqNYvWvoHp1OEOd<}B%}6y% zPLFcys`#y%uQ+xA-i~eAMtoE3X%0tE=J%XzQ0-lrMLrVqdt|R=PnIOr=LsU4M@jWb zdX>fANoLkh;%$}$Ad^v1lEjb_fHo8Qy?whS^C#)ekpy&71h*&M!1+Mix7!kd>^;n$ z2*kC+@YWPBnxq{fiPf4$OYM0NG0#^2+F|louEZXN5UE&#^}AWqr%6NdqXD(((;yi{ z&otWVy(Ej4rDhN%vcsB8lz6w0u+T)q0GbI!2ZeX2nMC1_8Z#S42m3QKe+rSwOn;6V zx26z{yUAiGQSnM*heU+Jdtw!%5^murmGZmBw%>JRn@jT1ZJ_P8ERzMDf(4o^FZLWJ z7E8cN+#VZlZZY$*Qg3E9CElSi>`g;t*z1;nVTbF6&nif^`tZRNmVCB!%Mfeo8gwUgp)=;Q9iKYE>Iad{(@1dXv9HrN`ZG*zJ2;%&7XwZElMNhk zQY@M9n6INJBc~50I(tsr?c2gb$g18<%j292c1CA7=b}7^W4_u{(TlL0asx08B@AHe z`~uK>Bn$+S8XN&2Qs4M`u(h7*hXD@7|MWUzC2`(az$ha~x>8FcxZw&C$NpEh-t5!j6BPi2}1?@;> z;<%{dM})I%s(-O&n`%A=W3xm^SAi-R%Pq$cQo1NDmeOQ)gw)tusyd(gB~6PTV{6#r z&nE^=0&^@e(_^@=E+o{zyDMgTEcHRbOnKr+#!S^gFfmj681R@Soy*hbkz2CJ|9!W; z&eQ;8|BaULyQu~IJLv(g#WVpIr7mb=Y<`nkw@ z@xu6WT;D#+FWm>33|1_@shxB8B_-pbQ^=C90d2JD0RA(!H926a3V*TAR&RefW8@Xgqit#J*l92YA2C@(_&N1;w zv{-k>6<;X_Rf!hsYer36)6ilb{A_43-73)HFVQzfi}_oAw3sjru|lCRw8DxZh1a*z z3cS+9-Ystu>9jSZ!~>&oi?*Mh8VnG-Z_O5l8GJuBxlen&N;~Crj($P&&`$A8+3#k} zK;1{e5d|-lF}1kUgGAWBXSCIO{Yr_j$Al~;;LauK6CO~PK$d$n&i~xt#xTS2Cg=Ts zr^c<}_%$Ssk^6Pm1`Sm0=~vANvVN5XQv9TKe%*FAv2zKkuLfC*i zSt6k6gAton?!_AnF#`Gvk_3)`Zlp1xKf?&*zroHR7~9CMY={^j^rzOf7DcCG8n7Ja-x zdyW1RQ(CA@~ub8a~?nl}v z%Ya~w`{qJIU1GTg1RK-`B_POlG&vxsGTjUa+Ih}aEh!+_=aDC7luvC$tTba2lS}w+ zr}K!!!gr*)11<-j%p`^szPp>mAe!|QopF)Fpx4r1y#rM98>~lf@4oh`TxTflf+^y)Q2bDX}zWg-C1;t1M$%C*v&=O;!%7GPb3=|C(f`#kP3V zv&FXPRuS7e?m~Ry*cN}=e_~q~(b}rpsNLN4Cdp0QS8IESb^Yb8)uG5URdT&`NkuHlY$XJk>U;0@4P==!@ zvJBF0)ZB>e26KiP_%a8=-$spF17E8loKdgLxR-X(40~x8*<;i%o6lUABfm|Gm1ADV$ka%8VL@1-Ado+&oJn9oL$~y zqi9xpyxE$Wpkj9IF3z0ga(0`~IeP*LW|eW&!8>jIjLm1C5gMeR#N1H{E$9_{UZK6D zGDxwia_1NHYGMW$n3^VPzh~=(%TloyRbhKQ$OWFftinc|%H@U&+4Wye@5r-BP=zff zAIp=v`Jp0s7mG#wF{r|wmsStF%N{%(!Q86EPPevN1Qr$CacK2 zmq`pMLVCsCBw)87X!>NwZLLTfq zmvSH3)6ad-6q9(UC`|!HX_%7__M$YeAuW3~KBA&D^ovrIhOYTs5Q3B=b5R<)ISj2O zrc?Bii_*Ms1%$A}w9Ft=iMkyrDVArnS=i?d#`jVR8YkLOB+;knh&ax!8Ft@UFpBP`J_6WTk{93Y*S@yi-B*I(>rOh)|t~ zU7T;mg<-r~IzWNxd<#+5-z(#w7_NGOBPytJjJn^yv~j9it5<;`H#YJ`?8@F-Yj#mq z26ZwRN;V(SYRFJAjkMY^uN>gjuxC4ZIohaAFEaS+Y1*@w2Cg6nIDoI0d0H33)Yke1 zVOk#8@uk{p47R?Ian?IP6%iPzL9~#vR*YG_&gP$X4obcf!|?Y;?n6S68LbR~OP!e| zEGct$f#V=C(6@ssIL{MRtfUNGOw_FGJ4TGH>gs+<{gS5ApR_e>@#zyo9x+VxHOVxsmj;4w?uLDJ`usf^N|UWvn@c#QRZVzYaSBN2?I z#17u-JemQCPs3yg3;QM};b*oX+apKV!G_Q?I7aGL6nCS#tP!vn&xBC?>CoFu^|OCL z5?0W}CoRJLf+@)sfi5OCIc$q?@FkXpUDP>d5!QmL+X73q2>#!J8`;q{e?9dfn?+Cu z!L$hWF|b;MK97vpEJ93nH7jkUI*?xfl;tnSu;$n6U8*-7lt$JM-J$|=VUmET7N?gQ zQVEnU-7a@8$F)3hIjHG-;vE|2&o59Lq~@Q?+FCw^nh*G!c z7bSIzuKAo}LE@h|b&GBe5v{~HrX_XDTawfRJvmFyAVJ)i;5eTkyyZ>ABJ+T^d0#<^ zSjPkTyI~SrHgCW|P&Z75_+esZ7Tvpw?p=j@SH+C6CN5@(lsZOUPbIGGx61rxr z$@<)@Y0vWvIgdurqCJBodfjTY)w?T;PNgP#B{9RA_LX#VY#2h@49jO`fjvCoW)*u& zxUTW~Wk&z|^E!VXn8|CuM~z$azz(cVM+-5tnuB`HOw>`Y32+01v`)XnvC}T8TyF(! zH>5#k&IGF~c_`Q$2Owri!$}{6*kY%PHwc}UjA=N>rCBsRDd!b55S*0rIr>I_hDkXb z8#m0VQMyzSAF*87M?|7&7uu3NE9Z)BbTCs3Ni+f8S&EL0;k+6RIGJuW=Sqli(+M?H z2>@v|NZ?`nUxNKFFGyHGM5GF*u8H%Pv~CaPZ3KBSE7=MLOH-}W80+Opn)#mg8iVm( z#<2boR1qwY0!~h^HEG5Sv(8kf9bjwwIZ5Kg5FzJdIMNKYF{+AML^FIG`s#0je^DUc zB(QZqsDe|%>X$}zt4|lDbx?+C=#ci)EDc-ynZ(6m9MT3=w~0oLE4n7RtfxLGQAM`b z$w@BiAec~>eGIHnSD#0&(JV8(q44N1WVNKEuJn~{&B9vWAvRySB)0sNr8S2T$k-_v ziUDJ%-xfM^kY3Y5*%|UM{Yr1$F0a#VHDrl-9=hmPjd2$gDEiVoo)4<|&Etid#O$ke zW>e0Jqx{=YqEaUKOXD>A$e)$2#=olybZ*}{(s@$8yC~|sPxuhuSE;V28%c1{?kFQw}k>QN)*&7b~l=~ z(&c!bLV1{xyJwiah;rcjZJ`?tPazJn;YLfH8r-H%d2SvBZR^Vr{rh_orDzeaNPxvr z8YKGn6{D@*tCm0dXAEUZ?C*%!t!m^ic2%1+{>kY1FynqEm;L`kja%b>mlP$uVf1iG zwuk=Gk)bXz#Rov!ZLUm-DgKO!EyecG!!L8wWEYmK2kqP}dCjU-2dtw1{DaowL&jSz zyh+T{4gEGV{G56-FO?GS(6sZ3L*(3sK{%I@VTXsO5!b3Ti-d|8+i+~VkJ)5i)Hw8% zA#!NT5^(4+ZJM<*$Z{L=$GE1k=b9n1XIJs;aq)AdX|o_4>C;WDslS9h93H}PA59C4 zaO|Zap+7@}NTYXCCZ*vDAf(4CuVdG&gELn&}z zOBDdm2<{S)VeUER4a4K>gP;%aj&2L*KDR5~HV%IVS^|f<(%vF|YVmJTaW6QZIP|mJ zsCXspW|rl@4;@uK*%i1&U= z>EV61y(#SDeYd@NKkucc*w1lQ?EXjFtz4g1Nd1D=%RZkjmB{ZD_&eRUzB2L4<@q0dnt6i|q#xMWaB9Rw2; zvX22vOVZBgK98KKh2xb_d%7TN!f0(G=0Uh%K7Z&uKtbqTZhCw>lh|)JGyj@|CURmF zjdPLOfGJYR|5Gr91twPBfG#FBIcz0A{BldfIr=J<{9&N#w)Rz(-2W!Hkv+QaA4z@4 zrsV1%m`ZLR1FMqvc_im%W-HZ!^!fpozZ}DwU#~Axjah6n^R{NaJJ%4KKxqS=dUL5( zg}Yswu3=7(yy$oqM`D~J414gXCElS~(F+UI0IBU;SpzJ29&~X)ZO^iS`FdM3IfOv! z_O;wI7ZQW$_6^jBY`U$o+|+G5$E~{E=aEg>#a9zIE7^gR`zg+YGVrARWIci=ixilQ z3GU0N(q>Fe(`NIc#@SaDDDF~`U&frZC^B7K0!6;t){Ki51_Le?`5oLd7ZQUg^1G-H z*%Vo2xv9u@j$0ME&m$*gl2=XAtP}^*;g>j%$G|$gMT_y;RXEHzj&4tzl#QsbrohHE zjjP`+P|BtL-pgFI=r3Jd0{wl!){Kkt#q{@n?wJdTLG<@Os1MonS7o`WzjlsW^|#L> zCz|@3B&?dCSqToLzTb2n4vYHccneuKBabD9b5m)OENb6#tP%B>L`A+U!4kDzTCLCp{)bQ!I6guyC~tfl~$ z6v#oD>~k>@XaeruS|DwDkB5)mjZ?Kk#$k22-u_>{}DycI{th~T~6 zUr@!7$H4a8FxhQ;ts5pAUT0skwI?)Z+ESkGTgCUSGVjxz%^#Eeu#NjZzA4jCj#*k( z8u@`iwfFQaa$~JDLfs8}u_R?i9xrAHqs)l<8jHPv?a>Ux`TE)|mI5OtbE4GgAr%-o zhw{YK7facrpx%b!A}5DaW~_6uA8gwb?7huiSmY_O9`Jisr$;qdD%yge$G%hcAUxLI zKRx3l?M6+Xj@#j;PlN0}c(l=0ua`y3`qmy%WnetD@Q8M&IYyzOhVe6tj_}!1>ccv- z~hJXKM%Csf(kPGHV7}sxPj$|BN9r?CK?8m5)Nl7n$Ge)Dpso}4pZ}exF z8qOzDsRlNd8?M+f;YlA&G$Kb3Mmu}$n@{g9@4>2?QnYbyMVJIm&5P5bL^Ae_*YH~9 z4sI+XgPc6NI!fhkpzQ1t-%DTAER*pPXJo7Q;xcWf7e`+;k!s#5&6iu9TBSCR+)`B2 z;X|*GrLNIgA7yrnhSH9(`n+>rC|5k}4JC{B>yLT=Q2L~)>+fkpJD878k+|8TSEi>S z1bI>GEd+Ua3j4fQdyT=EE`!j21gePYN$sVzrM0k60qNd8%XVTxAUY#}6u#|s7%mY9 z(Czb3!pbWJ+D7C{3p_)Wc2> z{f@0+izl2I=?VNWnR#+A_tk}j3M9DZfPatrpdi;gmnG+btAk)7*Y+{sF-yt;@AJs+ z?DB1zbo&&bSCq28LClSCNfG}u=kW_fK&Fy@nn`3&5x-8IZ)2&X#K?rhM1qNrOoaM) z#!R%-WdVcr%)fVSq7Emre&~m+-e#6JaXcBb#Pj76Ox{cb+U2OM^63nBVi?~~0u2D7bz`UsO{iXudLn{6a%y)~EKo^%l@w>KW zT(mak612EyE+hs~{C(7iY>Kb4+*Eu!$E}Lr=aKDB(u`A#6XjWxL~Dx!S%7CakC(*) zYhj)=_Fp!Lpxxf*v1UuHP<2|rPwy2(}E$3QjvD$mSz+jR9jmSsq53zu$O zqOe@r7=iN=n5;3&b0|a@JxM2X2hVC^{8t6?K_>hBWnM9s0z|A_Y5~fV zv-ZOR87KwmUqCg#AQham_CG~*ae#RxC1)*V(fMl@AeX5xFr`wAf0>tr6k{65Lc}? z7!ruTrRB{v_j;4%N(W_A7|zcQ*_a2pBja(h!vyl57;g?ogqSr1mlUwSlq4d; zJ(Pj8sQe&+{e?zby_YX1U>_fg6v+M&Nq4K|0+VjgT!ib4&JPo|HyQ0;OO0D$`$xoO zFm#RL;JjL!-h`jkYrM#yA2cpB9J%0v#`~aM7#cs##A0Z?xvUP?+$JY%_c2$@iyDV+ zA0mfdP&|iRroO)5a=P5cntCd_GbC{NdKv`=m+z);^k)bzKQe9#V(_w}Z(^3bfT%=f z7U9wC@bb=GJoO3CSImC`$K_*G5I(B4O3i%@ZG8hAm{0s|HTQ+5v2O=dbx{k)vqupn zvFzEMk-WJKN^e3F>Gx`#??1<+;WPmNyFzCUG1z~k^%sM^JP_<>wbvMo?Q%`^r=SWa zRZ2K)?oc7vOB2!8ZDA_J#xV5Ss8#k5%(9Vd-^Ew^X}f~^Ph8(AkeM=M`fX6PVkLA@ z+6-mBmP=|KfOm`ciI>k@38>*u+Kh zSA-A^RxE%?JX9>8fMNm6$p?F}fCG1toQlp=Gn0J=F0Gbe^R zEX4wzy^QEq2xUo(R{EJ(WYV@QpSN;R4Be-=`|_3vAoGFu`s0Gi1ROf+RcCOzMzh+j zdm)x3;@$cs&5b;Z1c+_esraT$FgfO5Sq$KGgKF=BEOL=p41jyJBozRTiB$mLwikOx ziwknwzxds<*Wc`W1bPlBP2jXzdy-$MI@v~vW*oZhO`c{+6yW=?$^XP?zajrJoBL>fM?} z4^p@5ivhFl(N7sq35J`S^BvZ_yaL&**G_#@>$OH2oLj!%LiFBz79C_g_l) zA42D^nT+-KQsY*%{|H00qQ2b)ikqIlNN0im3}=D%tT&oqxAjJjl*O)UjCz?Pqg)aK z?gZ_^5&~W{05Qv6>hys#U3q^JZxH$+8TV2juG#4^!|CQ!`h*-`GRwl(MGyJCCvRIO2NE#UC0I<`VIr%U^0J;2;8?4%5hI_;Pe zJE6-Z*76ct$x;Z3muPRb5r7&>3z{r{SnK{^{zHIsuK*hz+0qIGwECt$L*m?PjZkp&Z>%+OVevfD2zs8!j!)biH;PKYE>tFQp6znpCyuPZ&znz)<rbWV+rgcQ%#A#!&pilQRI! zeW>7f}XqT=&ier7si5dN$3~tS@3*@$h zi2oB*!C!7awhf;y%E?zTY}wOA)-wAehfn~W;x|og4!_FMlx5kF=+Op#tb~al2C8oE zni`IGO%OSf`k=tX>;okyh^TBgVPZSi1@|yH-Br@lHu^j=yJV8Djj8pmVt%MgGRXrh zu{p#-f)8Y31_U3zC-i1GAnqjvDuXnv7lLYj!@BvjQf->1aySr}`{7E|y)wKF@)M-d zJhyaeiK__htF?_NSsntKI6b34u1GBF8c=mJ5rLJF;zW#HYH`W~$?h$Xfl{p6pqgK- zR@WMxXm&_1-p;pb67kX^I;2{B|3pyCo*2{qk`}gT^bKVd^CP2(DSEdsG726XiiQ**WA>C_m)?l~aQ#Z}@fQVWVr(hx4*Oo( z-mD-(hWIjt<$eaxTODn$NRtx8B2kFi@iK2keuG@*0DxznXqv&aOfC%_z&SFYxNv z2S)1v5pzUHodPQ1NR@E-Qw#mAFO;UbwK~F%2+#t5W+ou+NU5KQJvO_oQm5Ih@2Pdh zOV?7ov0Z7^rYMw%KWfv{SZp+Cp|RJiwad9RCD*S9SmMGln*t zI+Gr6W0EDt0K^)v-oxgH>SAvlKF1(@i^&*kplAztKp3dw(U{vRpmz|+Lw6S05NoTI zQ$Vb@4wpL%^WI`_HNA(vdbxuy?<=<&i+A|9(`&C~Ne&I@9ry`;pVan)#A}k^K=0W? z9boJcvItI?p^=eHS_y4M`6ikelIqt zDhxR!!TkPKc2RUKGKB>1V6v@r>s+tsO>rHpn0fD?GYo+{-=3C0~sqg9xF zY3%{R!ZZWt3s15f*$}n0VH3T4S$k8{2#;iChpzY68BCYP@q2qvQ!SPAaS4x*J1Il#U!WC{}J7_uG6e^TApXSDZ887I|z6!9G$?zufx|?&1)~- zxHz(-_oz@ICs?T>&wBCp#U0W$o~U>&%3kO!@bAY(4<+DJe8&mV9UQKmH1Fe^j*o64 zU7z%BsmzueGv4H_?Mk!d@hwM3x1h*mo7~$;AaKS@%s1;bWX=I|)?Yu$C7Iv|GCvia z3p3Gy{5M+)w#L^V88t`%b9t%;(xTHRMOQlBEuE=)bBZ(eYUFrNhMptShz{YIpxxco zN!$P;lP#~(oN3g!6Co|W|CsQv38g1{H}f^gBkdY8?dm969DC(zwbq&JlxNy}MRJdl zO(y4RbG1rK^hWY#8gSV@-0t-b4U!+GYjq(WevjoCZ!5c+C9E{PQg4o zLOq|2x3M})y(0nz9NX6_&l9i9sn#@7>Lk@yTi+3nkM@p_Y}XicpfkoZV3e_nmNf*c zSCY4vM(BY}Vi6OqS^A!os5?OF>s>}3LH70Nu?ef0i-IMpKA)xDshQ@lkf}ck6 zpXGeH2K}-@RdIqg#GRn)K7YWfRaap7rtn($C84r%t_zJiJdo;W37ILuADS~EhB6wM zbCLUkTo$pOg+~(+YkBiH=o0daC1R;OGt=^B*!7`XGbvn{8N~y|6(W;@%FevfDM}K`rppa~|5450uyx%fpqUSJ^aPx&p44egKHk z*?>chcBh2}vyvfH^`>hLcxj}$;prpDA(E?Nes$ytbt|*vOp?zR^=88qPJYJOAu#tr zcRF5q4wZ<({y9`5t_Z&2d=V_b8%7S$b$`3R4l5j-l!2wpv6v&f-wiGLC2dDS`306^$mka=&A{kllUr@1!1al=LO|#$MY|q1~8} z{Nfq^anS{3`7~L@DhsEj2ae1!-A=9Eo|vgMYLk_wH$9Ehcwl(=dFk2FwmLe7cl&nT zsge$fJcQk7K>Cz>%dHy4z$R-A5aJd#MsFyhbd#7`F@=Lfc%=Iz!e%qV{gaL19N-2V z8)Qw+sPE(X?-xAre@R^W6@B~{ef&3l{6G3wbu~T?q>nZD@ca+p$IA}zKZt*J_#eXO zo&JaU^B(^E2tF@EmNEbFF?`+_1~dKye`qu16NEJU2)|q12>;W#n&vt9pT!MHVx=~f zrm|?is{cpqVqfv+%eu5Lz0!8e2QlBPacC*0laHG`@wq496H$6_;Ui zg3B<8xrO>=PJ`lTojT^av{^pXi*Q1WrrNP!?u$?L;e;TZVsaHkQh9s6xyNgiPM*T- z8l1ObY4>txK_h^B}%8=ApAco3A@JBKw?H7x9}cOi4WyMbO#oc|S65DMJ^r1~~spK8@^xsI z*@@;M-wgj8lRQqk_x#ADvD90fu(g=OZEi$HiTVLq=V0b%msED(4Fu9du0TQZqgf5> z7!?r%I$aob-G;=iMsLqEnq7oT$v7||g(U}RjsQ#ogBjS%AclHTu)ZqoBsc%b&^sK> zM>tY6Gd|@ecG>4hvlU0cRG(v#o7TnZVw+gSK%VmleCJ5wP3-1MdIc4`+0dUadMB>3 zb;6<>1A#DCu*z5{Ck7ExK$sgr%oT(=DnTSdFD3@boGIj#hB?&pV=U66DUVeyicp^5 zrDDpnq>lEEUUahOgjr<*zHB-0J^kCkx^jVjwwu zGjaaL#2FG};v7UF;y&4@rAbBm0bVaLPGe*sMG08K?>*-dBtW$4wZ@)Or`*C+P}&gM z6KRJKjBJ-0&5rcrs$ph>uoYiGH``M#Zb4vfWQO+Vh*M4^dTZGt6VkGV(>VN9hryxH z3`uVdy5`}QpuN?&gIZaGe|Pw6@d*)H$A3giY`6*^T#d2&39!mUj%JSv98VtV4H5iz zLxBG!)<{7S0z5!l|QSvI`=- zb!ErsjL!OA6faKhYP2Hb<$u4MHSIg*8aM45q)^KvjJA4j&7za3g<29v-deXM@$QuI z3KO(pMa^n1$EH4}E`n3<)W+fo27e+|v{=FsKYwi(b1eLmsPTj0F=Kw2@?T~M;PG^l zi&b(%`78QRmvbE%;!?xqY|wU_qhpnF-VP=SpW$>S7CY4CP?cjLlYFzvP4Zo=%K9Zu zSgsl(Z?0GZ-aITw^CQb=WliEu%o**9#+W@rWXw$Qj4>C_X$wm!ftJEQ=~^9Y>M(RC zOj^lU_$Pw;5@#a44$wv#39bY5Qu;=JhIN3BPcfgdazKh{66$sYk&9eLn5*pNfF^g( z(#8RI2uz|{Bt-T(0P~m@su~G#Z zz^hG+_w{2Ut7}9_Fz?Ue)qw57(Gz^h% zc4ua>wkfx}M02{dfn4ukn?Tg$_=afWr#bz)qxU2BK-@G2G4?qSi$F1vNuaEQWbYrQ zC+7isml##6M>OA|hjc5K3VJMYAZttl@y|C~T z1}CSD{a0=MutYTMsC&0nTlBvUazXI>Hxaf+ymG_mlz2T*RymCyZt)_Qr>@?=6~Vip ztFlhdk3kikmP;z|&R$n<^*T-3q7d*%_9NIXOFU(fy&!fK=HcIAvLGuvO{a*Goh9qb z)?A0FBcFD}H%sdEKWFjaYt=R5U=E-xoVNy4!9dpaSm8XnD3_^9lV(az#8-dYi5kPr zvt87C`PKx+bNZFnF<@CN5$vlxOLZz0cR z{SCVwF2WPMg{*5ytD9VF!DpWWQDO(^2f_gwPD$V26sUD_P4_EM&Az5HF_Ejc!lWiy z*0A&zb~+%+EU__)RHGOS;b0+@ck9BfE!XsU7Obr!>!L!x9V-yxvtmL?DrN*bP} z7Ro$@fj1S%Kq;J01l9b)c?ix5z6#}sQ0O9@veU~0D-USW@suJuH^5}oQ(i3NoV6vd z=t=24J1+@oQfd4Ok=`70gDe%S2Y3}nEC*FtDp=1W(4;i2R4}h!vXu&^TSckhn@Iq< zR4{+bUn-cgWW`iP>53_=81a9L8+ykQsx%hDd}AVg(pEW`Z;tYIjkMi|EzRBz z+inFi9(bD%t;XB@q@djjLBhcevham{w?c65s`$N{AMt*YAGUGt!Z*eG=I}D*ZiV+4 zRC~L!$c=TkLeLl4l_lA(@WjOJ3bA)t>;?N8qV0;DN*KS-vSGpGRg@(?q@!QYkJ4`@ zFWo-LDLEj9YZBVfHJ^KcQljF^eK$0dq&G}lTJxU2?!S|F6 z2`BXFQsk|32&M1cnu`6Cp$yRgTU2b2EeYQ-+UmV7i{ka&k`R-E@zgyD@!R8L6k2iE zNOLd3Ba-e`p~9paG?w3Qu%SQ8^Y1(`S?>Rg8n^B|I3`&(Ljj9#Ian_r2ycp|+$Y_` zlB!`*b;uHT5lwOXxvn%(d4ya>a~!l}_u0?6;y0^gDSZ5;}tLmZ95c2LRK^756Oi)MxtRPo< zJ=aqN(S-;A3Q}VmrOUT(Ej_(i_3EQxVj(@v6%$nwrE;a!Y~vF0{sIsQvmb>vgS=I- zCm<-^w7!DsjL1Ml4aOR3G@(cvidc8{QRcUbLW#E%5mNCxvUzR+c zw0=wbhfLjt+X@M$2)^g$|x6gV)asio~d!%EnBzn;-#|Ms6-lj4` z2bo=TIV}83`T5~Yi&+zYDJfudBhB0hB6#&^u8gN~s2+L<38lO4uPl)LGKr%Hs$e)b z9n1Wri_&>gt(X>}NoX|=vZYz^U(3wo#X7zSb>b3t!s64`S>|5`2+ zOC#9C#<^X@L;MbRfb+OG$b|Ch*ieI=Xu%<0?VG!FWKFAy9YaC-w|oSy2>f#FD8nIM zd}0h!^zZ=o;Zh~i8QQ+lp^Q>aA;a-uwV4K%4wYIPo(Za#^9f@(TqA6<)tu_$S+pPQ z?cr0!Py~5_lFHh(Td|cc%>v18Moa1RW%74P!lSj6Vh&tXEEpbXf$kNT; z)g8^gS$jEM_Y8?%bKTh<6Ljh1Gx4i%vp%{grc!5A5QkQ0pnKy-^Y%!V{2xuifY z%lw}ULDem?91N5cPa3GD7SBA{YhHm2lwvvss`XRJ}CgotVqeyy;=irBwq%_?9B_|G@;a8g!43AF~#kE#qs z^FzVVeY}BTLigvyo8yv#YN3P4T9ry_WvwjO7n;{%EPe0Rtk)MvfE<=Rg8=z|ZnU*h zfc*G~r2+X#cWXd?!VMbBzhSUpm_WYCa{uepxE07hiAo6elhn}rio^Qq4sWx9o_b9z zhf#<@b0xf!&k((6zH&)<=v}MjI|Qj3O4`GSsQ4A844le& z2B%>OTd5;&VXwD|kMihKUubx(XcE5FRl@fh&^;~`;bbfX;3-ihT<>h zSXs%X>{XzO1%s4&n3|#Dg|7SBccB~4Xtw>6wYQe^o3h1^#c5^9LS75=+}`k=%Y*p?^5f9fEZ z;dlEOFcXvDzdnyVfr5wNGxxLNo2?Jo}1us z7E`bRXaC}m_!4SKB3Y=0v(yOkD{Cu*6#Y;1Ts3t`yh9tLKP8Ea=6OY3T|_?Mu(S}L z5FBP{izNim#l$AFTZk-G9lmC3CP&YtJ@`BBnF|Tk9{6v>;|_4#H>eNU?19R1(;nD4 zZnXz}9=U0dst%c?UXxPm+YDq%KIS}@1DleY_OF^R>u<2As*3`|tiwT|YV{xJ;u2Vg z6Ku`o=$W(*$8pbGNDN{f9#4J9W*tcQupw`LNTp3ieujWkr{Kb@6GJ~9|d8AaSo*oJ~N2@SY zU#@kiPI$wk0`^=YW`qlQ%Z;TdP9GhX9aiL0>20KH%Choz1jC4ZAd#OZ(kNe+`>lf7 z+48-(a(wEWanfGuyJ@p=x4==9j(sby5=!wWL0D?>&x6muxHFyQ6=2ruKWgV^} z(qVf28BIpsSwt5Hm>kV&vDv1{cd!7t%-_L8AjSA?c}YkyrhzO(jB`v!613L?fXd1+ z2UQ8$>v3gGT+={%UN>a}?detl+W!N|AcOY&Z7D(f!La&s$reik?ugU(sU;u|D~e{H zVPfE}&Ev}3`_4>esk$)`8%>DF-n|G=Zym?WZ z0S>&;mCgD0(VJ}c51_`a@cR*lAcp91(MbEF9a-Q496u7Y3&Tf`WMVO-T|<6Dm!JsX z_|zdXX0&+5xXgHcf#Y;pjWzXSSdd`?$7^UPc(43U`bK|-!10l~?#Do5Macwa_*2c= z!J1^=C*OP3PFkTfD;{>C)2fR>VXT2r;~2YaaZnj@lTrJyQkpBz&(rD(fpRXOjx|-d zb%l1Z%;Wen{Dg1O2D9458IJ*kQ_ zi+Wuvda4ovca_#_2;B03)O)noP+a94D+#%tn*~)k$WqH-?}rLfcda0`IEzh*hJ^8w zsReOBiEv^0z;4M*mfVqJ>uJ2`{UcU7sz;tUcCTR z!Rlo6iY_K9T6XkGUp9yHDmSNJ(lq>ywuW;EnT%M!j{E9DLS2-*;@fYgJ}66Zo^q1$ zZFLaLh_!tTtP$%zj{wi2O*C}k;E<$T8%yik#HN22X#97a$1)bieh!n!4vp_;c-GfQ z{tB8UrM>uD!L($1K^GI7%x*8Tpxr;THRGb%fjCI(@Gsmm7ZR#<@IQdZ9nkI{Qy;Qf z2bJZfb+B{XY90DKGCVxX+VDVz;IEyB&0+|0yoJQG7V^G@jD(U4G+-puV-iEcv&Nof zQEnHN33x9Zzmq{VyW?l#S+|R+%nCG(mYP$YGU|8X+=5nfu7rYUb@IpJh0&;70Krgn z{2ah5u`HrOWYgtt9cP2W!@JdMHE9J_!LgvUB=hFxQ4Nfy&@iSV+^9Q-@=}ajIlh)Q z4?m^A@skk1xuEJ6nh8We3O-Chas$@s#T*EVl-OEc5>jGm%nFg%9CMBYt@MC^vJ%fhRf1M}TuYP8G|-CO zpKPEN-6}wiUh%7 ztuhEq^>L%E-d!sLrqTu@1*JO7xKRbEjBA>u|0|>4!`vcj^4R|}HEzYI)@V+YS;APq zYC zfFp3a~koZT4RAe@sFqmiTj4U_+6Y~5?21|(X)|>mh7JPgd z_R&(^o0}_lYPa$qR3o_M%{BMZ5<&nnSO!qtFx&?y2Bi%fr8D%!z!2Nf1biLwGGc|| z4CM5cfQhVRyC}wgjn?U9gG7$gUSlxc%Z0&XKo#zn6nYpLJ0xPRjIU>LR!&+~w=@Ny zM5A0^xD`ud)a--oqKF=?Y)4B{32E8fY_WDk2;;coBABPKXS2np7050bm>dIDE094K z6Sbq*z~n`?W^yQ@3`}n0p1F`v*JG}*#U<1SB{0cGIvKW5S#AaxTxcG{B!(0dyp4pVpjk&+zUP8!e#^H_p3WW4 z-mqhINVLdnZzG5%CU2V0+q2CU&Kd}&bDrH5oK^(%3ZbY8+^Y)Yn~ZF{oQK-QP{ag| zSijT)mnRnY{sI{&1@AqenqTnr%FXGaIB~Bg6Q3)hORDAfp9zZDA*o*Q{@HB*XF%I+ z(G$p;6xUDXB_RWGG+>2@YYsy%197?=s`!67sLDW`zPQoEGA$6tgPtuAN4JVV+%M@H z2jckK5CU-~D@Ob;p(b4KI7+(<%BGA(dD^y9O4Yk%%6NFTU%z8Yxg4D`S^1x$`g9zW z$bC#HlX&Qu(gKbtWllcWk172v>DhndBRZy(eo>AorE5N)_DAZG`Iu6=IgHsPW;^zh zk12i8iU@s%!A`NL*Uvh{l8#Q$^7+&)DlFx5F)GRw_Bp$l!c{(nxR&=AQ!*}i*AK78 z+x%qkV@!{$d$-hpQr|Ecf(18B?%f<(IxUSZymeJ{>ni0|&BZwVCcGV6z%hJNCaN4h zqddg)RD)`7XBMf#p(5>xcC*{6coShCCxTu_JwZp7)JyvbtkL~)zkbd+?L z<@nMVm!6-6OQ|PLCbVupZ!+O#p?5nVwr2Eb*L1D!Z9!C%g-{!g`GxgkV`J;LmZr-% z#jS<9+AVS10*-;f0^NKBFH|C8QR=H$Ql&R=-))OI8qh@jN<%37p&f}coNN*_`RK5baFYSZ%wD-AJ z6ON9fa0~)B&Kqs@Ub*agZ;rbJ=3+bI^kLIEezG%B;Cx-{F$QOO_KN*fdyT;uFQc?S z0#&$UQX*;LHOvDL&tki-Rzbv>W!_8|=K+_zTL71~*#i!tQuef(jmYDTZ}!SMd8{j| zIyM;pBvQH>RLNO|B==$k3+bX%Yo*Czk<#OA&E!x?iIhHud*(tyjhDM3rH`XNDA97Z zsmVyG%5oDawR2oJ6{Y)byQ`#EweR!DMnX!n2&iTytwdv!RLXp)teAu)TID<>0SQ^c z^nal5kk`&Zmc^C1cs-Lm5M5h?LL8-$2tVEw?#v95AX2n7o0GG#qbmt+l=xUC)kXxz#i`CslFoL&`upoH|1Hyv;DvZu>j@ElWNn_+YE0b)FUQ55| zJ)oN1FEXv>W|}mlGafiGL0$y;I4IjpyPqh?7s#vbp64N;3H4_REiZx{hHQBebgRgVIB5#sI4^>~<ffJ(rkI-)2;HHH@+R2 z`xntSz2aVJ>?x^thtt=Hzf`!xc_dB_^Zp>X!;_4*daqc1+(8@C5cS8>&V(HfGj7zj zIO*3k58`s8&%*>AO#b?pQR7z7VY9mcOZhZ+L_H!R7Ky&R+1wztF1R_oLo6nvUo{3! zIWo`%t#}q_W2}D!V6^whs@JYewrew!^W8?J)5R8>W@GWLMFl+V9k4}zWBjeXYs>Ln zdk4%fmQ!F}%S#EX9lZS0H)t^ke<%Ldk}(c2A~i2?d`bTqpqTcS{*Bb+A&A}i!8@7b zeMn3u?4dhewJHy248F_t-ILA((>$+ktm;@U{?D0nNm4e)w?s~8$Lv?7%scO7d7#@v(2;UuBy%b0vzwm@`!EctN|TGcKc zm*#;)CM!Mt+op2gbRC8y?k$PR`FG=0Qx)s0gAe<8V7*YT^f8Kw!x?CMcrfY?8YPBN ze@Wly&k#mELi0{yD5~Nkh<=?#1R{?R)8i*MXwnv?5RLf%eWZ4!_i{d#D5^EsDeu8X z)*wJbQ$C>7ySOoIgE$I>@MZLx{y$P5m$VD2lYY0?0B+G#@E$BFflv(7+5j8K94-J z7%{)^w$}xMj@oXKsB6P$eUX^QO73W`b1*#V@x7DCcmH6PW@dHy~r(7^wvf8 z1Ext+ahqUTvZoq0Or4u`jE{qs4O=P zgPr46!_eoE;nhyHHaw6ac&_uXSqwprw~&DU$$8&G;$7qe4TyIg!z6}OC*gY_o~Ya| zDiiQtdVc>1s@Xk1b6s{O#R(Ze34JqjHCSqQ%9TARo&ZNqoCDa7TruJBCK0*QY5tx$?_WB4nl8#-EkElKZ{i4)Ipld#FNF~+CTpxjM4)K6Q z2-s2|VWsTRzU%-IBITY(DvGcZ?HBWTj~PK8KEWizt%ES)|KLz9Koubru}$RDJDb=T zGgbFWomvN2#V+QF$w>FUYryuis4vpiz0vT8F&OW~*9jlv_A>iOP3P zd6jY(wfAdOp}!qaFg()P;Wf$?_+_)2gVH0pj0Q%T-g0=La`wLyRNWki-daX|7B4%X zw?=^Ms}92yg3?Y6Z}GANdk2Y%3yZv&Jy=kz#vMuGh3RysIs;@M`J19as5J;{s(U!p zuI*JQ%R>l*GSUIjBLzOQyQDdS|jdU#=`nHoTT4d$w|{L+3uoyyc!2N`X6ZfLu!FHYJ;mOLmC*y*oB+4io~LKxEPHl& zoo=f^Nim%+mO^CRX)~qQzyaWxY$@T6T;G!Ld^tg{h7;%Jn{D=f!<@eGnbGKudU*;7 zeq454)usY;to|Q z==SM_TISE z`jAa)RhFAtYv;ICYx_L%aMD^`7&Wo7K0c5Zu5)Joz*@M2f_b_Q2I~xQ!5g0$FYUZ= z*Hu^S7%g3~>*CSUe*icZVFb?JT7AS ztnu~w0)<+t>ov?*%Opz|mq1;cwq{&(EjG#4xo0jU22t0WsSnxIRb{!Uu6B-F)wRzf zPbGC7NNzPLw6->oc3ow+UxqIOVhM zDNxnq0_cOFntcIeuHav+x`A}CSh-ZKG2l(<3kdm8NT*gM8J@0Tov+M2SiAuDZZ|8n zatBxT)jG55JCJu|-?oqi0a_mZkBw8Uas?IlaWnp;8`y$_v_fkk3=0TjxMJQ)Q@_s_ zIDWKN7b5rPdDTw}K8e6m3x1xA-}?$=pj3eW1FHEIVC`-SZbsslp6VOitVzZHEuvEc z%znMF2iYdTU$CsW%*=tcmlFH$c}Yl#r7VS98_g;uO4&PBr`3! zmzOBnl6&b^k=%Ro48C!4FMrFQ+)E)jVUGx?S6DHmWQ8knNKgfps5{;yPXi)Z1XIcY zSqs}7z-L?Y!%SazqOH*&kD=1-G^eLmSO&v3k}!v;?I0Np=NoPHKDx3q7;NL2QX=fp z_Gi>3sQor=?%8E9tbck*{?kg#!SS!8#u;aTS@U1ELC0hc70C@kro-uVIB5;Dj$Cj_ zYp8;DVQCFFF|l}BgU+N_a>qf&bzY5zKWg%D+YmYNoZ>m*GR?|t5lcCwboq=mwFTW- zDoB4f4GTm1Z=-MYX9(#()@Bc4*uJ7}VxoRB(TXfHR4_ZXU*&U5+5*Jy&Q0MwG<`ir zYdci5C`SkZ{t##u7I3u|z^ukJtqLnx?oma{_ImG@iicGot?z`mMqzTXq+6OMHEpuKHq9qYvVHu6P<~21*sry zV47q2ajHC3t0VKnYme0$V}Sc7o^*z^`)spP!2XYD@1%@X4D5e$5icZUaxhYwtbN+{ z{w}g669Ya2a>2SwCI%3XaxI#I#DII~9eKiDV-bYqNeuXQ5xfhyCBp*W097o$q}c@T z{#PXi{Gvd%O3dPZPz57dpJRyubWu)8suo-0DrViFEX6<$p0zaNqHKY{NQiMQsJgj& zYShLxFH;VlJ6WV!%&X40DXPObqyu zkmStg^PDgIn$k$E(Fv-CQC3gn2z6%R2hBE75R7tvyfVrRsuAwUA4*6Y$n4-hwLr<2 zI{jppe2Y%g#X)r%91C3m(aLK2MVmmcwl$MujHOQR;-0yXP<7fr9*;Yu4O~lo$fnaO z%T1lObKI)aeIA+EO>Vh^sA@xFB|eY_KgoG$0*h^GaE`Z-u;ahxwIec?O^!w`w@kv0 zUlpckII!azNGhXsqB1GFs71`Z`aMw1?p~QIjEhMi>$P@=)}6=`RxM?0?HS;PNy|>% zsuV_56aV)V$Uh09yeqHxOTnWdSZcw`1N;4Dfee)X{pUe7zW}be9Ksh#kJUS6gDdXU zWa7I;bZLO8rWd?_w#nvR7L*+7F2(hmc}Yldr2#8MTyq$FiTUZl55*ehpeivxJr<{l zWg6zk{zW#-k8Ty1-;p(ZW6Y1g?LU~`#f2e#PjW!|^hSq??;WQ%wUSZ2O(a7OKEWWU z-V=WNuPaYAxrm7k5x1KjA}6Mb=Y-2tDcNel?b78l)>H}ISt{Ia3k?h7cDK_v`ZL7s zj?{HOhSn)cCSvUyh(cs>ozS|A5_aO!nrVdJVT|*Ov1l4qSNM#|ZPGBj$lGP7wkV>S zUF&I`RGh1vz9$g3{c^GpLw={m4Gj76z$?G6y~bdJB9~up0af_9QqEy+|5w2)pDK{8 zG8Fr9P_@DmE~qA z*3NNjD7McdMZ+uB=3+Ca3%v3X=fR2vXFtRwvhTZG3Gm7xzD2=Y#5UlB)akXLYSn4F zIH*o%fL9)8YbHm}q)s2pJ#!(U>a_o_5D^D>r9^$mrqe3RO`W!L+^W-k9vKW?u@WCh zgAa5b8jA+!cnb-y{Bd48BEyE{Xbc!Oe4{W$!+}>S1!|UbuWka>?CzBbuWa8cYxZ#Q z9!mAY(RzRY>7*)=_$QVR!S=+2#e=?HD2AlATIdwWIT@+GIj`VLkt60WwaDcGR$f&g z1EuJ_98~j*-ddKoNOsbZmEdMgD()_#Qv*yhy|4$_W}3INthh{pft{5S`_{Z9q{Pyg z6(X@Yti8lm^aZc7KFL8&&M3c-kY=xbRY}g9jDzKG%N%$CB;cxp7wsI*BKUH^9 zEex=a>RcCe#b|bz_{!sAeN^|DtgwAk50E59@jgWtET&=*gym;OTfO(MaD>Ga8VN_3 zrC*OU$2^)@*jbNX*5;A}_P7p0{{2zrAo#1O@s)tHJj#&^E;!3kpj{Zwas(3_BF-`~ zL{6MiJSSYH&AvEGx_ri(`Vnl(QsFGCX;>I%xq`mYpCQij2vh%KNQP7W7P-=z0af_3Qi5Sh|5srsFDj6>!=pP_@Qe>0+XS6^o&~!Pbn${Yw)V z8E^eP?wJb-bs_AEp}dLupsa$~I45H$D$C7ytDWQ4cx#_WipEf^&BbO#7YyZj&Vv<; zz&@Kv>|YqlS4nCLn!%(_|Bc`TOH6Fr8C^_l(m|&)U?@MZHKQx!YtCAAz$*F==MMFk z7pdIe=Pv5B(n+Yw?f)?zcK}m(okWj;5dOCR03nxj=uDXL z28|K^8%1MQ7+~`$l6Z%8%OHTw$Bnl3OEI{N%D$O+%@M|E>uyo(s^$RwmBE!^?us!- z!2dEeZbfSj4uv-A&s|2nyZ9aEsci8(c!?x`)|m0nj?8cYZN3ZIZa$$z7Xt54ZjQNk z0AiLcA?bq?n?pZ@H&`mD;wv;P3{@O3hi~*}2vt1X5d9cZp@^7p6Fx%3B9jAc%8pb# ze>Y8YZ8{zpXQ@q<+o-*UL#lDicnh08=DQs#$xSD5O}B7Jo5=n`k*>Wc+SV?4x0LB{ zYk8boRGOQ2ltdNlDP^oYKkt=Myc-4JxTHyVoSOlBtbq5?)Mp)yPQ+Tp1Iy{4!rQus zMoU--F??&ZHZXkV%5kX2qaCfauJkZgF)iy!XW=r1%~IBfG_D_SdnXsJ%PMFmfLvg2 zWEC{(cP~6=o`tLs&FPo4zE0U1c2S`~4rFY3lKbjHLJb?Z0!LNqgAz61 zsWKTjQU}3|E!)Sy8e8u3$VpUormxg$<6)&3b3^*a`emf!BIof4hEzs6NVRj>L0NWa zbKbX*kq+H>s-}ikiKan0ILNQqqN{`aS!4ZMNsNXyhaa3ghvyho8KBYqIWR-<_^d-U z;_pL0d)WdsbgKx^e3ZU%fQG*n7od@T4o1*q$B2I)jtA(eJC7H}T3)3&)8IpY$HLUn zF*v4OoU7sK5Lob}sP?}wsXRFuK1nVuJz4fwVZsIgb|C)~$p2UHhZs3Nu|Say{~L6K z0sChMx-D*c2eq5sRt1NEFp23ySFL*P;)p+se=l3**Z7}q(7unq{5|;C;n(?dj((WO zM{po*n}0nLuernT@b@l%?&Z&Y{CNvL{RR5C6(5%!;6GdZ^BnxM!+$P+K94_thb|oG z-$wte^`9^Pc>!N~A%FfZKJV~fgirr=`gk#Y+(93A(#K2aY2x8oCieh2<}`jH#`Kfu2`{6EB}e-|}$H+_32eY}gW{1JV9EnRsx zzFl_k?9=b`-$TE>mp`TJeKYsp-F41ewLKaNj`-6!zRa~J(jiGTi7{PSnxpU;VZK0`YADSWj3&&yx# zZ2Mp2zef0)PX}tS+W5a%6N$;s@D=7!%8YbeVHqf`hxj%#=6hvvQuexpUb&Zu?L?EL{K`S&nb+w+V?3! z(DlD0nEqGdpReE_Fz;{0KYuU&`I`9W8{(gDiGS|JKM;(6pnq2R|A>G5@8RRQs7SdB z+{ahY`M&sP&0!=HYw?NS*6|L(aB_LLo+#d5%|jc6m8T~Tne_>P@U9Xq#D$Kh4nK1yLVk`*$tB1*G-GPe!U#m zsN2vEQ$%E+v%?2RX)SS0trXy(-!K|ctNyoZiu8nrn<5PY5j@^#tM{5L>eX&lCOTeu zZnDyxo15%3oAq{IHJe}9LR#5r(c$DM$Js{{jG>n?a}x?UOdC1f<2SBpTt36-c_cL! zb2Z}U-?U+J**~2cx55DWiR>l>pkFn^|N2!nsABQ&xy`&NUePn6hj}I@=WAZ;lM)8C`vc2fvgWE8Fe}t%=MPtFSexJV4 zpJA;32u-$Qk$y#rg!O+M5n#W8reJtG*(3coYzquI4q)-fNkA}Pp4=Yo=*A1Ra71UN z+^GQvxVh`K=?jWNwYw-pUT&8*>_a&J{0*fI?PjaBfG>0~vaXfYf||PTwl{HO_uckp z98CWv(IEZ7O=|K!uQ6sY-$Vp>SGb`R@-U}$J0Vi?#hqRYW#s2@YHF!nW3;B_&3Lzz z=E|MQEL-Zm5CvTHT2wF@cDv=xmr*0R*1!R-%#<7D&Mdf(Qp@9| zkuJ+T%FSwOy%=ckzF(+MRe_o#3DPL3T7W9D!gQ+dWKjS&3X zD&usnO{FQ1j0Frpec@KG8X5dJB$LfQ`B;IRkWkErK^1*xrzn=)PZ#Cfsj99upEA#( zGJkDr#zjAZF_yr~m$+vxBnAOq{)YOX059yfBm*xh%T3_L&T%X7(&v$l1iWMsPt9am ziN<_E7wqK&&O;K6s>EJMb931_iM_muNjO-obpdt~&Zt6LqF*(}9n`d_jEf+~?A2;e z&2O(pNd)AcTJ~e$xX@WSG0!D3Q=*e@k7}HFRDqn3@ZBRp)ompe6Cq;eQj1WYr1~=o zWT2e-P6O5aqBKxa{iQ{8NHx;_KSPzX@4Sj9)u&kL3t38XXswjh3-XeX=8i_I5LwM( zwmVyW}tgNtN zNWtXGX1vZM(g*1PP(&3br)!AK(+`biw_!W7-5OjzuTK?Qr(K zaZ`Qb?ti;BkG+OOCkh}bBW|$`gM^-6Wwh1%!<7NPV=tzHxBF%Z%^{RziTyM(Ae3fgXtRZ58Z zLjw@Ags9U8AvO{9@CHK-QQu8t!6E8@pl|eN7@|HQRpw(MYekyG%<^&~7+D-BRrZke z!o>(RQj}Uw84N7ZtWlarPAnqS;pDM}Z|pQXWgG$*ZM5YHCcJfDvsG=Esx?Ypua>43 z5})9kjCI2@zK5nU|D>_9zwu5Cy#*_XAjrLcnPeeR-__Uvi89jzf4rmF3HBJ{vmG(ev2wWc);z>NaVH1-rmrM~BQmZ}+ z@t)*gH*7Kl^?{Y&ao{*+*MaC{?mQlkx=+uI>vPKenrIZEA^y*Zq#8?(iQn?Xl2^~G zc6G3>$_4c*P{ra!T5(LH*<;CEl811 zAG*2m2y=he;?V{2Mn;z(398^ma&(z4%4tp+j$tSIkJ%cwc=TzLf{Ztx%zbqsp@uSC z6a6Qs4@$h5osi^svpNW7yxBem)_8NDN6y+kn@e`JY1`UH%+GTPKR?`ggkrHnQuYDk zG5-VW2%Q*CN&FcSi^z3Ubjn38W8vp2sOC3u@7#)6zTTZ{&@3L>uCcmDwkxu0qjYiK zYz-L``(WM5^-8x6H-YaroYR<-&?G#b2q!uM8^?PNjA#*tAK8v|QSL z=`|Clmb_N0*)kl1{pPJT#kr-x@t1+jE=zq55t4yS5}~D5oIFAI*A&P==_9-vRP!s) zA=u7#6(^g7GrWCYxx&|qC)^)d9jR>*WGBqEi9p|*2LoH9eGJe z>80^2M0#_~Uos4@yU~hq&p}m&;q_>PCZ%a%cpmv|VR*V#gyFwS-#84<-}av{{1yu7 z&8>1f`g+nNL2j+qpjZJN{XsS z11}@WW)S^Qb=;ykfK9!ANwfBAZ+2yI{%mfO#r_&<+!`X+GoFT#&3&w6=UqbOj{6|n)t=vj1a4>vn z!G|Csy`s&T7`Ufsy~e-3(Rm@5W-y`DtxPc4{xD z_*FSpJYq=vD~O~T0`1Fyx!u;d`#eSCyJC9*Vk<3=PLe}V9J>-4L6&J)cxbdV)dkRl zvOx&i*AQ68U;Anuq^|5ftHReBSn9N^mk-p`LKer0(s$5$(K^0!Rw3V2f zvd5p7Cztuf1#&`0n_md3=zDUsnJy;UUHe)(PcHMDY|Z4bB{H`BdhVGE33Zk38e4t~ z^+Aa(^Q@g5TUJ?a#+L0Ix5k$HJd!V$*-A9#3AqH5Z*v}!STLD1cfhDZok5JV`-X9bm5FSE$v2a0{TILy_6x-@AJU8XlzV8h*3)|9(h8hYg)q) zlLJ6CznH9@t~bl5VGyL3S+}bQOC)aAq~b9}bV@bC{s%Ff4x!Sp2iffK(Rf|AC21^7 z`iQ(FWSEr3tPqLKVVPx^RCl!%cRmMI879@2o|oP>|Vr2K6N zVN#P7BmUu(N`E{DD1ps!DU_%bg{`ENxII=rBx@Zh&ZSo77ykgt*XC7I?mALT;-NZH zD4a8B9VzDIgT0Q_)ud^=@DbIKqFswOX9`j>4WlYea_9LFrrVP$K|aK6;yfn=xV&pPX@0Jb?khzUh5!fvEA-d z8A`dcPgSTpNv7EDy%67&2`Y!XD62x68+fs`} zC5^1LLR8YtR#6MBIV`scEj}jYA$4y~%6-}xeA(bj|1ro9I+|nPe~B7jM$qw}96Rp< zI(`SV-Bx%hpyRg(AZ7s_(+9&`Z}=a=8-xy0#u8G;rI`)Ae$-#nKrrICs*P{-XNWld z|LnaBoE=4#KOP<-5E9;q3g{&~G6~59!YhJ2Vt7gjN>CRU9ByXrWNv3>?r`s&gn%Fj zN{|aE3<8Rh4pgx~p$jb@kkd zpUo$qp1!yHp6WWUI`uuLs`oW2d?Nj*sFRF?K8@xjqa+$gAW`pUJZpK|hPr!1+QTE+Yk#4($fU@>H^S%VEqmQ+r|)MtBg2u@eR zvozM%FM;1JN!gxit9yFplXgHIh{aYc-U?H$TZ6ZkI=da~Jm{>Rd0nmVMg<$2ZES3) zxBCYh&GFjksMw7P;zU>oG%odU8ENj?IG*VrX^)LYgLk;;)Q%BtzUE|a_DqUE5?ex@ z9Bm2Z(pb8ird2rxe{-o$J$qk;wH{sfwc#kJ6C|?K5-F$8Fbe2b6 zP+Ig1pbEWDPmAKkRNv?~ExOLsjE#kaQl_-%fasYG2^EpIO^Xg;9~3xVgcj*(QI+L- zTGY&OV_LM!PZnWLET4ihw`C-oh}LWpqo-O6C6p`W5zu;_d>w7_v|NxVDKUBnYJ#VL zf_&EPK-Jx6J+czkX^Ta>)#heca05eieLM;|X}qowH~=prgTZ?c*5ZoAH&xsa3igIl z%HR6uf@Z-|8GJVxEJkdKX0%qt`lHE-%1~p|I8cOrkE6vst6*W`YFyiMYOUIy zY}Q(TZ_Kr8pgnTovGXYpLhARgR` z4_YkyEJ*xc_Sr-BS#a{tJ^Q>b+SrTX5NDt98zuXU*8-8OLDR^cea4$3a5WukNPmmb zl|9d4M41Y57!+s292QaI0Fmb2=9tlSz|(xzQ;vCW@_6SDY+N2Wu&8)VLg=D9ONQ%) zEV9m%ILlR17Wrr`X|Zv6_w4b;<&Zb-OUs!6?-TUwdzwE}TuHPB`#D0YV;tU7c-A5HARkvW-yN;>EX+?wmQWNd&o(E{rBfd45!MO@}qhxc=v>u zIG0ndGyc9)>vMPhx~G11{suQ<sT18ma2cLQy^$yG-B_fA19 z(fgfZi;OrF=zCPA+#)Pc`JU;-mrG>H7yPrtW_CvWHDtuIbu`h`#n7E7Xv>)qe^I)3 zO{2)i=~O%e(sP(nh^Qg(jT%#XuDRIdYe%-o`fyZ8syLJ>*Q*?dTJALT~YU?d*GLtGdR=Ku!Am9TKja-R~r&4#&4U}J`4MxAp9aqNKb34 zLeSINW*LY8aW=e;@a774=Usks8m6`54FU@&GZUGyQAc+xecLi?k%b=QOJMJk#1cUw zzXPbn(K>$>*$8aC4ErHQ`^3tf7qxsa_XMy#1nhVs)3s1gI65kdTEHjNYeSJKBt3x= z@-w7L`JOTUD%7($a4hC`$uGP`a!u%1;{9cKF}2D3eqlSvZbv+j?m&FQdUl(s85OBvdaDTnInUpXm$UgMG;71yq*nUck(8qZjD%lXK7uc-CnqJ!AWY9KxHe zrDt#m4o~qWh%Tg0S>*Z@luyOLreHpGZ$YA@TAY6d;;A-nV>yX%?s1@+Kb+G`YF`Vr zI1oz=V=SSMTN|sR@P=S?&!bSCGg*h11rNfjWt$sdA`5jeP=7N7Z*y&q!45x45jb~2 zCD3Ok@hgu!rR4rILJb_mLdu9@nQmotsYTg&V;M@hBT#i$N*=~WLw5Gg2>drpM=CzL zSYX8J@Mp_8cI^jGZ3m-gVK<8ssX2+Cbb%C?&N z8s>*)M^7N0MTwJx3-IBJ)ujj$|5umdp)N&m^3T04<$ScO^WYHIrQkP8T?$?cL=qg$ zA$MI0-W;Vk(oy5|x|GR06$g3O*5*#0@>&$0@&_mi^ECnHczRolg6;yI=5wBEQT8X# zhP5c?4~*1CA;*$hlcL;Sds(>fPShCT)!qSTiidTG2dOsYdW~x5wRtq9du>YC zlW8eYIXJsSC47{rPPjQjTobA81h8>=beo}IMQ2o;n=h$g<;d56o z4oOdFM&gKwnu=A-z06;%GCyjh57Z>1GUa92kIE-(-EL;4@^_k2$Fee*N|8F1FKcae zI(ZBzzpITTm#BTBL(mm=n1@tvz=_6Vb1MP2tC=3}bGj%Zcg>MRg>b zzKB%fVHE5lfAz)cRrsn!#F$_~SG?JF3)XbwZU8M6r@AO~-eRLoSok$QREfVrsH&x{ z&GJi{De!z`R@~uYaRbibAv-=JU7Qr}T-I9+eCUk+3O45Tqq)zfe-%pvYGenZN7UA_Cd*X33r^H?^cDOXS&R?FlM^C{A7i*9y1vkTS<&~`Ra+JXFAMUMxmGq z^+fwGh-=-RrGdS!qvBj3%;3;li*#PCwQNlz9-rlC z{f5(*Mgz7!R(qky6z*1!d?T2BN{HIVDI^pQSwGzh=aMb@v_}S#;(ZdRx+~snp?2}$ zkewz9Z)RHYEgzjy{d`abiuo%VI#Cbux%#gIal6S(sBWaOf9FbqTqMfOi^e+mdP)rO zC{zjm9H>%ah)-RZW@aUZgw*pThVWLI82TfgiNugNb59H*SSbfU#Fi9Rl!TidTOERz z*{&NHt&i2A3cwCMqxTFFhzq!EgsO1TWnyUi^QQWsY9C+O&{_ifh4cnf+xud>vAqbU zw!79==cbu}sd15HAZxqmcdGcBev!HSgS3v9iL&WT4i3b|jVRlErh?J1mRta~V{~71 zOJW67@(vO2)7Ok8$6B()27fymXxj~08Ti|BK`gN(j7@}H0LXJnWWXB#46qsDh?@og zGFwLzP0fSuln6i`f|3vbWE0QuV+26%#!Wr}Ln^i<2g6;ELOfNnf+0^|TdOt)VOuHO zZmJ?1#_VDp_AiABxbQ`F60X5&IM|U2-U(lYYPlA?&ThC88K?$9`XkHi_hQyjW&C%T zn1t}-3?2=na3@)xdj>*Y&mN-~>uFZ>4xkFLCuuaeP%{YWVV%xJk-}E`a5E?YShB6! z;4O}FV>MLm%EFa009-8tz=aWx3G@2c1QJFAxMoXO71~s67|D`-8lp-TN=SCp2%TLy2==W1s+{QKhsVi=G(Q)Rbjn9)9V{IVM_ghOdgal|!&z*uq z{xv-_F3Is6>R3F`D+Xz!KJRo@VN54e&a{0in_AM*JIRT#Q&Fw4T|8@l|&Q9`5GZ{CP_=VAi8Knbb-I{KM+TBoT>@0ym1;ZKfh2~K zvXdy{R;Cd*`RGuAQKTcEKHo5MgU}KO-$}Z9ohu1)d?+n1y6WJ;DS^Ug&`Q+gK$Q|G z9CTqinUz2hkwd-&3f?LcC|^g_6A2V?w)G@XR;+_<%3)u*G1y9I$S!@dIJ=@(C0u6m zWOucpo)sZKi3(s5_!mi-Jg&9XdFM<>n5bgNNSDmx_o>Meeu=sEUus=0GgYFqH~0lM zZcLRh$lrTG@^+Wl>6J}F%BIf*+%Nz%HszC$a&G`bfa|F{Bjx3af0uIjcr$gBu{M9u{@U!}TVh{Fp1o7+k#R zEGkg0z#b*l3MR)zJuk~dJ~ zGF|xHi0J_w6oc@)n&`6)33cXWi|q&42W8?VTy#3NuL?uQ@656=;&)ws;t9VqwvreH zZ4mp_)-p9j*|gf# zCJgDY+iEm?heJ26$_NK-k=fJ+ZeK*%VEuqc?h$VB2_bL?0T6D10+?>KbHUgi_Q*g| zzlVUTyZRNv*nZ}tL#n3_E(41BGc`$!EyLCS1W4OWa6(HbU47D(1nDYD%Zsi$_#M#z^u^la5062g(T6PGV;cXOA zfijUT6JOhnn(4zX^kj|y;V65HVY~>uwp44YbHhx4*GLK(;M!dEE)`l+FR&5*B(1Y$ z0&6;BgA=iFBe1qTYFnHP(vdZORWG&WS4HqHzha$#y=CWZz_oLLw%yp10j{knK+FKH zWeX!QDD=S-lnAc93MC=HwT*a&A0u#W9_e%fT2mBAVl9jD*Rh|lg4Rx7g|BIq>jB5{ z&90;MOCW(QDr?tmt~6^Cqt!utLF{0yiSLSqS0uDy$w~N&!I7$XH*8a1Kj@DvQ{6YS zjw-{sLs%WcXfxE!Nx^Pr{p}fu_Ad4q#n?{q{0%@AVkgpO@ErL;v_pl8_QA%>@#_Bi zIKCQKd@tAV3md8p#dF4Ft!qAyd9TO*6Fzn~P&MLXc#%w6VR?RhEYGIYUo^i809r>blEX z5DBOYt+e1g?m9uDB&h2-lzu$+DTZRBehH}SS)l6fo5Wrtq4NpzP~pfrB-~T%kYr6* z_uHAO?C@rPJ*FxDc0koGa!aTRGHtq5#RZ-^&?5tBII93vca>qzx=RTdzHESL#0noB zQeANHFo@Cyo)Ygr$mfHPbX7Fc)x%v$5Ilv_@}jE_{+Zw@9^Wa>%YiDvQ+ztWbTSK` z5;D&RPvNZ+p4xz_C*Ub@w)MbM$6)nWy*+?i@LS%y@Jfm@%LEbt6j*w+Y5**BE<#QzCnQ>7P9|K@(Y_0V&S*bBU%d zh3=Gy6yJi95J>Uvm%$l+jF95_%7Br8iWTQ95yi`pP&^DyJ|@y?>kaI-O1 z>2F`$t_;^lYY<=zHsQ^1030{qg+#c59X9o@HaAyrQ+R24b8&yz#$+2HI(T_+6?SWo z-&d+wv8nt-)N4-E2RFcec1S$dYN4*ZdI)A0`=AVBCMsdO1LhFI&@(kcky^7C>u}F- z=q2niit(K$?u&pbOp?e{U_dwH&>l8>I19&f{yIi{y)_sCyrR0@K(oOcw6`&a1DGt5 z5+JuQy%jALYTA2OyZq!t1hO)EQ616It{- zB`1WwB(`I~i>XcewdfC-nz1p*P{w4@_llm`kWei;xCnlpA1e($f_=zm(JISzi#BuI zXwhAMvIH$Ux27_UGg2;OzSmpJrLg&~ibmN!+(|6lhAG-qEDTu3;eDO#MF?odxd!Ap zA$1V5wo_c)Xa}WPT&w9(l#PC%>K>EV?yO8>|m+ z#^NT}T@8%5$>ybD_}!{3Y{4y~wS^VfiE!cADNTdgk)-+F=*T*TBf!f*{?VFS2! zjR|7OrEFRbya|7pKJotTZ*`&^H>$PY`{xAyLEwtinFz^8hN-bq`?X zxzPi3`N;*L2gs}7u-lqcaolAMlpH=sYL4FsGZILSRCK1K#z!gSEe^I8q`_M_JOypB zbgZk-qBJvN3kB26hX@iSRnNTLqa6~Waura`kErO&W4B)eAfgsSh_9I9-Rkklsj^_o zRq;sV*m*A^chFs`EZ~Tp0+l&XrOE=19y1YVRThXDQohOpyj4~fd=&*ODhtHf)>Bz< z5=0L8aw&ko2U;}<5UPObS(O-cmUpWxNH$PriNQ-#dxTS-o|F>&$kOzSloC9uwbi+8 zW|R`7C;%nl_19qTl_o##VbgD69`|XD6=hZ#=xh)E0~NPpVR(WPQ=vacNr+VF%iaQK_%TX_z9>!46FE^um1K77dq^>c zT3~XN|8<#1tgTJJ5*W;U3Iqr?^21%W*N?#qGg|^4hot8?rgDPGaWNzi$SYA8Cko6i z4?;G?kFN~%HWQ&Reh#ydGv3Kb!5zSQ4ub2=i!fio9;285D2P59s6vEA+KSWm+%LjB zUZ`XC@)!tCgzgSiV5L{8iYD_A+|!B~YRVGBH6A%a(8a5Psu8-ti>X$SAG~BW*rIFV z8)j^Sre++Bjev^_MbB(VsKAA7PO*l4P=E{JN7HkPD$8}?!pw0aaM9%_%P<3xSTK{J zrc5+O;)xN;CWm;MwP-?DN;5*VDsJi>F<%D7jPZp1< z8QQ>*RTlzGoj&G~D+DlnLbirAfnxsTaVLEKe9rsFK-+F!p+tc)!upXb3G#j@FfZ!r;Km6L{8{w{Ay{GcEmMpOW!OjBOc7qj_@Q1?|ZOeRyAeLB2!#1tfH_u@g3b-pX_yqi?n3jxj z4n_j8E470Ej$MVm1^2M5RT_hXlg(yrd=OVb3|A(aHJN{}*M_1UEX9jqs%cvQ6d}aC z){U$)N}S^`vrIklwp8YkyVkn$Y*19bP{X;FJd*Iw1$x;tZ)EBDdioMU-8I#f*ZdGRE=;W zUL>cXNIO5=nC~5wKQJ}qV9*3OJ|g;NLqeUk+5(P0#6Bo=hWJhuyG}?dx^hgCN}KR#3+^<1giOCIlV0Mq?MJEVXvA~ zo3Q*OTm%ZU4l&meAyyc-#qXemmwboy?65L>vPl){vhJWbImWR~9yvzYlD4bDld2)p zr(4xrvL#a<8AvMkE}-hJa`PsJ`eU7o?It^G!hgebBXSYXuY@Mp_8{@f!J$Yx*+ zoi3^I-L51^jZu(Z)Y!rGQx=6!wUt?q169hR91N~pji{8_ZdMjWgdF*@D0r*PqWl>6 zD6=TyZ0pIQoG4MP) zaHs`ougfDuJ9Nm`;r%{al<;$8?-@UuNU6V$bsVJLn@a96 z_88sA{nT+MWksUbsLnWbL@-M&Zk&4z?JiMCDV+=YEmpj+Yh(~~(W({nzD zD$bm>@o^GkuuWFyN^4<;{)VzTmkSd4vpT0ix8-Cjxk(08G9;J+>psO>e}?2XkkR%x z@nD%;HKN3EEYqQU&sh5?>X@f-kbJ-+k}pEP5<6Jo#ndJ(d_boS$i{#}nUfFr z579Rp5~>dfJ_SFwNZK$!SP3y z8Nf*%IY%qvJw>92^0u@dj5Cq{b*nFKX;C6i_CIPq>wtt^-xdv??zry*|4c6X__yi3Rp}N zilk}2ptUtK-YKJqBI}(p>^5})%+Bf+76v?|^|#FBFFJ37f5gU(>6jgHMKCH|lutptNn8apR2zo< zQI$0?xJE#m^5~o5l;0fF^#hQvF=Lcq$T3!gw9AZmpNFCy(dZyG;bpADJxjM7%^sr| z-)W|F1W<+0lhhwPZK>&&Ly~*#h;QUesH@}E(ao25cnkGwJ#vdc(X)W6F)@M{Qw<|O zD4J(eonccm4)#Zo=%DDC4GDEdYMT}r!9FOEsPNV4X%Us>IwWf5xDgWV@{P*yhE1llC+u<6uGYt$2Bu_Eqk9Z>C+dW!afK}Q zJ(3|ZY^(I~unjM!HksdI^Q}vJz|@e9!G*#moBf37n+*xoW`j%N=N4&<2eA+NY*uBu zZnI{d8*R4BPgb&2rjyz-<2E)|$hdE{7M8)d9iD=c8YjCx1wnEcF%*R44ih9wN@_e0 z#8Zvh#!y1uQ=If1P|Y7F=}C=a5=jk-XyMxTj5$J_B$gFb&QzFs@ANi*{2{D&2cT*< zM-N#{iiIqmZpCs*Ssdb#fuvvu0#$bf^PI9c&PNvu3^o}li;Ph57*`!6H9pdn1gS9! z(u*29IC@H1@JXvOTXdjGDGLsYFm=sJS%^p@U&;b+l_`sH)IpK55NBIY%HkF4YwZER zY-E*?-LjJ|TX-?bWu`6mU@i5*-ab9aSzLoUU@<2slC!uP8xqAt)rYhUe5HW+~oC62deH~@6?r*_9VPr6yL@XWh$!i>s%9~IF8nI*)(4J zBFbFD`5w7PSjBlj)y_2}AU71ibgP{U3TbHd}Qs|e7w7oc`y`JH1 zkE2$^^Jhh`4Z%$jyzPftTQg(veTp=qX(&uRbkuFn)Z10;E%gpI4E(3YhcXd3o#(;R z*m#c+xECxtZiB%60chI|Rv8G~?+OqzAaL1&NQ@$nz!Q{+z&(SK5D47MuYoiC7$I1ZK}6N8k22_#bLdYDY*Aco0;*!$ho-7-Cbwa zZUrGCHzW48N|Ar$5T&dau#SVQdxOgz%O0Z`|7nVF3{ZtYj1(Na%2tfao$ZlHgv*@? zRDmt&xEx+gwF~o%Y1M&jo7zqic(cLfhD;A&h-tD6lW@7J=(7z8b*5&E%MD{6lxdo9 z)9JXJDhwT$Gt0t=%XRsQCtS|hN@66m!R1c3mQeyALHjQ_-8@o|D5==(PE-s}qYin! z_X1USueU5?TZ!RjV@$jNhF)B%6}egenvKFA_s9>zE$$a0v@!OCA|XqsTajFlwtw`< zKvJl00abT}D)=7CpZMsK>b--_K+ytcOTLFP!+-xX(6*bogt|uR`nW3zg4s}DUewjW zffLNeLrW#5bD&Bv8=ssowakLqgwXTBY1NHGG zmEp$dP_0K>CND*`uo$+B;B1SuwmLV@ge{Xbu|!i!m`3Or+pdXQReUXRm4ySZ)cRf~ zwx;trI1U>(Vr#qUiWp^*lI!#5gtta_Bo?SAZV=&o{4Hb2IhHK3LEY8>ZM(5619f|~ zAeLCDKPR+XGc)uXBr~FK88d zK%B{*UP|hE)@hJbZ@|NQ*kcsqJY}6J@d<^@bV2Q%treldJ z%XKW#%yA*1*_EfRxVgfYTX*@%GFxS3N@paV7|CoP#LrucCY+7a2E(5bB=RrGKP`+@ zQnweD*TVP5!j>60GzvUTHDgh*o@L8XEW~X&`j)YE{7@kn$_mw*{t#9QsDq{BqGZ8xpED2R{dO$&W1s2Vo!bS+mM?-I~ojH(GO-pBzOf zu#M6(0U4VpWYarX3&>#84o^WV@gH#YECkYFd{GdjyGuH!a*Br6d$cc#s)m4S{-{b{ zDlyD9i`X<$gBNeZ3n0SRa|=i){q5XC^+8nDSJuaGjmWV>*K{??jOSvH+$U^# z($#oKZBc;Jt+p2V6;zx}w0msH?+pL8%ZvQC2264pb=>!hsT|mRYF~5u@Zwh2X6+74pxhdm<=#CU-^2+)Fjl6b67!c2kB zLuOfw6gm!B-{o(55sl(|bI>BMknlLUFIwO|r}>01Pe{7I0r zMKD8#yEYt@S`~ooAZ^*i_o?EzSy_l%=a1GFRvOL9!m-KGb{)0^SSY7A6(}~tz4vSJ zaFtAK<_)EOi2CAbBqD46p5%+rl|)h#FQzu>*P5R(HDhCnp~T6WpB6o{A)#7x@BsYW zA`S9O>_a|lR#~oFvzg;YYwq%s)6JUu)D^c$-F@nc+fjSrbELocjkEyLU}osXRtp*W zcdcb+Fm#8fpv=gdU7vz5JB%|5Vs;~fL`lmw4!h1^**5kP@}8orr9d@*bfsrTPRq=U zKzYb`bqrD;nC{qE9i7Be$erL@TwAz}aWtujU9FrMc%#bHf2BwMQEuY|plUa<4@E$V zha#A6#dFDRyvZX2Ndf;7sJbg)!Q4j6N0$nWK`FV7jF_?^6ve^ZNnJ->Nszjtz`Urd zgTtrX2A}dOb4>@Tl-uAq2~*3g+=d7|^5r)0R+-zl7j;kMHpJQ1liPSjggpsAZkOEX zvR5&qTxNFTrK}~fz@wMxjjy0CSWFa(q&L2(wKX#~@nrJISlKaOyHQ=&ps3f0XAmT;Eq$CFZIV2Uk zP^%Qjs?|kO9OC)38H^W-%zrIF{>0r=;vL6uaHeeDthsaPB&9@O&br*Qtj00yF^X}X zraeajRfsQ1jlp^T*=9A)@yJ5LLDv9PV^#w%rrL{N9CW>@83(f@9CS$Z%!Y(I2er*= z)Ugi=4k}!6dR9YaxsHRHIc~&3yZod`R>Md-F~r$qHO{maOgL)M(vH&wiLE)SaTn@~ zr=f_f`Mr`a=~)fDnA)UYYyPyU85>g!B~I4-NzpSK5~?)^Z-$>+WHmm6eaL6cD$8|i zHgnu)&0T&{QdYy*Y9T|v&01y#Lw9%z%4(eA`V@rLVVqGAtvg(hC@HJ)dmx@_**5kP z@}8or-vZVA(UqRncva>m@nLzcvf_hwh&LoOd=O-_fw|ZF;~Ig(bAYPd6h34;sT(qW zy4B4km$A?z14-=;0;=w67j3N`LR#4iHNu;jR=mQefhwglI3~h0Gb^1TB946N47^pQGa9ITBAp@5ww`pxiiweC zwN)EvO~9^GcG-+BOEpx&WhOKBP#fyQLa&~@cySAAfW^F^ND|{}t*x1{MnjcDMh;^h zzfVnJ@Jr0Q->P-F%nXLk-r(KXxG{sVJ?dP%@IZg-SqcBbFbi!i}7p6y(FK$2|k;pJtCyjPVrH{|u-?r=_2g@&@Nm1q}ZtVdo~tBAk@*3rPHP>bViQnK_opS%2DkE|ew?)N~|2)N@# zvSx+*ej&O&ZZI_CU|j^!?Fv-wh5&V%WDB_Og?&&UI^jsu0e6+MX zMvzNCna49yO^i)8So?2$DV;w?!@I+&3 z_YK(d{)nl~1s;1(kiZ*(s+}n(KrCe7bgPXEh;@la29o-00;=xn!*|ij#;{Vh*Se8) z>6TfuwwZwvbC(vjY7aV0_S4khPBZyo$LL0LQ+ zR3zs>m7pv>Sz!8^1!W1L=Yz8FRtaVO9i9m&OPp;zP}VUM&Dz93t3C$H+3b+4McJE< zD0IsNvUXS6=^c*s1d2bNmnsTua6LtEtjDyrIycUQy+#xFcI z#{8da{Vfy3(s>*FCpO+g5NpjaR5kmxW$y`xl%t#Nh)zd$1KWo+n zQ^71itKiSJ;!hY=hX~e8b!$?J2eJ->6nnFO#&PU1x(_^ATO?3CzXGU2yhN%Cej-1B zbyyAn3oRy8TBT3G@N& zwcsr7C_$p6imkg)1>zx3u@)O040}yp>JFgl?xkLY(pQBo#?#mrNxL`Q#MI&w9(zZV z`;Q8NI53DN_sF2>RtpzU>LHH|B=z_YrjuDfl#qEoAPR4l zK-Avvgfjs|iLg+}3b7SwJ9w5E3|f7_BNGU;x(lcpK`XpScCYZ=FKG2S zQ!@@$MWEG#qGvWF)CrU=X!Ql`gED^-4mTaNQdzEpR%VVHL8~r5u?DS-^b(_&4QO?T zwKNi-720dT8Q&H`q9oAjSyX{|lvJ$6Mh6q1)vtl7yO$En+i|FmuydIN+Ej<#r{l3y z4#G9U)g_i?`CB$nZuc&Kyda2c7ErZ|{t`-r?3`{Ta)G!i9vMhO-u^(hd`7?Ag&A-eYmTlk*@Z;k|2l+rR7Ce9XvNdTs#I;+?oSbg1GpUg6U)y#3f{& z58}dGCB!v?swW^Waklk9Tq~6YCIhV+?73Wp_a)m^T^-Q{?V=?t)IyoS*S_g}>KO)h zB`Sx-s9gjDyG(1VbNh_Iz*1F!5F{NA+dEZ)92qm*!(xPYYTPIjB-1$`+=z|$5G1?T zvhy||+1)_fE=|$ z!X}p>q1dNb;bqI$)+V6-svVVUi6vXD+WN8DIIKlXTY0DvSuV3mn$+ z$Usu6383n(R0WqIZt>A2)o%wCplAVzC08G2cP8%f!ESR~zaZY7F+I^6Lkv0Pze}QDH-9QUvvSSZix$Y&D~bA!7mJJbs_L0+C;0 z=KY-4K)k zYyGAGF$1iXEr`U}@DK0=CBj-iLrDl&>m@hC8GejltzA@|PM}$e`bbpdA*2-h3M(}0 zyw_BRpy~@2PDD+Lck)$XKcecY&6SfIgO$d*pf=b>!~k~B8U)~L9QM=SlAqAPLF0mb^-Y-X1#;oY>HnWyjh1l4P*mo(p$xZ>PMvx3IrkX>3kZd=dfAQEPMwsMfW{+<& zJ%AyM$+Aa+&;C;M*@lEV4YP&MF2p`4@R@Me>F}8<3>`i*%fbksb@|EBj#|tlWNafb z9@@ZYudQ>hAGYuB^y6LqqMDD9IM%b9Ho7 z8Qy6WhdnZJg8{YrOdGa6&|}K>A&)#G+~Qs#W*c{qP&Q=ybSs++%=QhB3?!xd8c=mt zxfM7DP_zKq5(_Ic-1}od+HQgqDjMnP4_rwQ#)i`JqN@%bo-j5ZcPas& z169J<_*91JWERFIWS$RW!&@cBw#yWp35-pgZ9N#7SVp*nP&_^p&@Zxq|7fk_W#Vl*lY^tM z@gCuAt1UZjgSVXywC#qY47}~+0>lh>Tect)r)^$QA$Sdk%}IwwWLz34vyr;+Dd7GS#y(hUm5!y zV(<`Uo57AyioC)43?lE%_F&hr$0){nngCo4R3X?RJqN#%A7^`$H=Iq`1wYpQcuMMq zy4~TCVT8Kf22_DX0=e0?(l^D-122+yP-HY+sM{w^58z;*gt~o9^x1}lIxn+D-5$U` zD5#ro+Ucm9DhwTUGt0t=x^?-<$(E>Fx=!a)n8X-qgTdWmEw2PDf_|akRP#zfq9hFN z8B~&Z99AsNMoYt9lQ(=CsJeT@a z>%eNlGLY5Ntza&=+e=^{BB1K7Xa&pL`h9ds_3*(rK$sTDTe7?@!^ba%r?s2w zB%rs2t|UlZQD9!w)xoh7^u|L`#p^jxCFqUMX_#7OL2p9n`JgwvRYGr7)I9;ciLn(!!s|zQPJ> zTNpxZVns=~PE!^qwE`}?&=W)Rl( z3{W*r-i;b2$tq)Xuk#LX+Mx!U(OQD z6FjOjd9CAss=L?fBit&McSVD$(6MR5W&WQr)j8WE2MCc`4OHz6Isthi6Q^5sTo9>I zj|?OgssmMb6)K2GUFoAss)r6<0u&1&QW-w_GNA3GYoxB1xRM}GhXV7Wt`07n5GfuE zDp7y~RYIhA=+D$L3y~5+&xc6itrC&?G@c1WN}O#)h?H2_FfiDd9Bn|!K#JYQ04enf8|iPeJ@0HgM}70&Qu3`Qw>n*gH}?UA6zH;_>5C%{1R*L@wk3O%%3YdJnS zwyxH!G=?jp^;V@%Y?;3ZCSjFiU6>Yd7a_z9^To)ExHH|IUe?;InFLuW5{+D$l-}N~ z!yvuhlyEI&k5P>86uB=3st_WP%7TB$4_Te#t%R#OULD=>~g%RZH@{<*oWm}}jOh(355@VVT^9&YeKtt9H|6w4pa&4;&Th8lUZn&ka<3|3vZQZ*PPqnOrTxjZ0kY0j>d`7 zK&xGCT7q3&-YH3B%fz}~Le2DTsBIRLz9kh1y?e67SOt~9Vni+idhMsRH8Wl=N#ckm ziZD6QF|WDmU1~J1USN)Wnbz4d5igywK|eNbM7-uRwTp(XzCZ`Rc8ub#7zSjn60CU zruKpEln4eMj*<{y;AMD*A0seu9+`Rq3sme%qDe2oU&rnf97ldE@Rg_5$HQ&chU?8% zyCOycME^wPPu8dXNu;!CigGL6aO-725Vm5je>yQ%GI7}}>Ja9(5JClSOd3hn033s6m8TyWD8mUA0=DTtsgHIwEkosfqA;*Wu{Ggd+alLg*||(T@`%b4?pO@{N)tBS6*8H6@ZH$olD4IF}^J7LN=h#d{l2 zbyvK36GQ#6=EX5m@aQw<`(qnoYgYb51RnYFCwQyOpFE5@DDo%btc3iD&WgU^BO4(?+IOM> z>&9y1wN`8C#^p;#YNPPZ;iY4Zp~=zOR4riPzk2h)#^nR@=1O>THJAl6_zR|jZN;C^ z<2?i)KDm!P=B0F+6Y9ECd=x;P08Ug1Y!K8MYt5 zr(gpd)&!&CIEG(Lz#)VuTH@Q?;4#+(ZE-#+jvK{slQ>=s$6zxaE`h_D+XR=&KW~OV zYl6$f@p5r|3treZxB~yo4z84c-YPC#C5~6aaZB(vI0kRW!!>x=f`@DI@D4m&7k}5m zv+MD210HU~!#nZtEhc&^?;y49IKv{0V@2}qu4(}FU-ztu`iR10!_#Sb5uQ=Wz zj_-q`=^IiD)uki4GIBW^-h9mU(1Mugp-4+HPguiQod*B${j1Aq3XMc@{`^1$G z;pw~a%7@|X%pFJ0x;FR-es@0}J_?5|!N>6QF1+XCaCU9*332=+9HF64i4PCJF}M+L z`Ly`_ARM;@pAqLbZv&42Xvk;b)0*IOa0Ipc0{ppbD)<}u=gacXSLL6t$v;0rEBhfF zTEW-pn`>LaH^rwuaV@wW^%9LE_%DF2(on46dANWo_doC#n#P+WfH}2>sx!OZ0yCM~ z5^CifP`8o2J6Fws%{n=RDf+Hr(4R*>d>Ie(E{4PIczAR(93IC*-=%O^iibLaJUSBpL3>yr{EOm{8awgem-jJY&gPqbHoS6Y1H*+Od2;2G$u_I`-0v1mCjxl z0qBVs>G=ati4=KfHlL4gnWf&sf};8Ffu|9VHwVs?A=M$`SO8Bb$AGyS)y^4tECBM^ zt!2{XFN-!CUKaHdd(aOlk5G?cC<*pikj^XJY}w$(N3YHtchQyg&|D8AjJ8{xrb#!oY6kfW6 zd>f!1RO=gShSffF)8yEqsm}7$4)$jeHkCl=>Oj3;VGv1IDRWL+qFRJGDL{`&P#OH5yC0v;XaAlh?qZmO6q{PCB&V>+t@a z(6j0656;5IjTIAnrRij(VadV?zEOi-DZsA^^-S5tX2_BoHpLPb0&TnSJ;BPmV^*Fo zh$V_8c8L{D7;wa_LQm&l=u{c}j4%<*{|AIgZ`hH8pz{Y^A=G;}8l zcKd>lqU=6qHk(hurOw`|9%Cx_G+cy9%Y#VcH7Eg5MR5n7;m4?o;$>MbB2ibNSf8}d z6-X}*WxxgHudDdxX|=Yf-3B)pF0i7l3`A8$tq!0kfSQnQmaoQ%2O9uAn;R+sc#7h} z@ao)1lSPF_rLWe%zJEz&!KRVMk_Gsu+LnK7L|-h54J%NJzr8OKj)+|SjjdAI?_xa$W!F*rGuJfQHPC6O2x_A`4Ns1X ziVAoS`bCp<7}bTo4*{?bYY8ihn>Boc-QtS+#`G#E;rPTPZQRi(^=hdVX`UPZBztZ} zQo$#8Wzl?R$LN{jVL-U|9psa8s-HJeHAG>lLw`8nkDm)}L=5=&tT@ep!N2n&180~T z8atP8t{GF3@G+zs2A{y5i5O$HLGZmPK6=a}$0=X%1E2~3EV*{%|9%HD#fWQ+0uRMU zM~S+*K8Shaw>v^rQLDPXR_U8;w`xTYmS?-IIqx+z<6wwXBCtJBwTnH~G>vWH&`#I~r9?o) zDd~knD$Df}0W-&iLrE(f>hcq@ek_lAGN)uD>gbfD8+t}4n}bxTBH(GMuel2akBkRY zS@qh7#eT8b;s*?nqMKxCY@B#bR{QDm1csdH7a2!S^r+-yzQ+kAm!nO>eDPvI^W}Ri z2_2MQvA&&aYREy@P)Lcw(OBhvenvrXUasDbfRR2gk;Od#Yv zMMv)js`;ZMeL}DSm5=7Pk)MP;MAiZZUV}KNh0|LMbi@odxk%6She-BjM6}iyb=^y*( zP=UdzlUO^Q5nle2&=LoqLAv^=D+$t7l$IA=br?0M_J;!=ic58%`r9Sop2ZZOV}?v8 zvub}tK$5Ta2XB?NKfB%mXQK8;oVnNjV5U|+J|@;OSkV{s!3~`~BUio@+`p;jC%#Ed z6?d!k5l^CwbHTp&XvJ!M1d0Ev^??$CqP0GPlYj2DJ}*YA+8YjWtq*>q)cWAHKxClN z7;@M8;LTC`BNZ+*)cUmYR64YpgUi~r>KN?4IW{)XZZt+)hKh$=xN($rC8t2aCm=$Y z$r0Jh-qydMvw)}h!gla9&lInJ*`ryj4prCHp{#LpYV}Ln4Jcg7{a3V4=R2{7ij#NiS4K*)H51{0QUU9B`-*2F3Dt0mVIDfIr%M5MywFVo_T1H_D zWnk4F@C=IK9%dSsYf2o8&0rcu%33bb+Ui`J$6zvDsM>j>2UTw}@H=v>;I{O7mVJyr zQA=5jcQI~XuW_I|x818)bZ!S7Y}{DIGFxa|tU&s9AKGQTY(={)aWhGgG2jE146rF& zxeI99B@d{QB7|V5aOJ%Ph#AT^~83di*g*dzdu{{>Jbu^Fo<#%e?L$uT$s%xb|*XbLXIjloyP@)Y&A7&D3m8)1pU%=42{?%!Zt1-a)=)OJo?8OayGNDybG zK3u`q9kn0@JKES(IkNv1l|HG(qqWMq&7cBDwnr-Ko7ExQ7r7~Kiw8)(DkAu2d^FWT z`)ZK6vwvX>@FDBqF(fIx^mdZTPrw&;ZY_c3|C9EZ)CexR(DHJfa~07@#TUX6g-Yvc z?M=1XxDXHS$Z=FsOk?$-ArM(>a0F&MP%AY#1gNuFQ2&k3rV6T@=9$=jtMQ}TFq}Fq z47nVZZ;;rwmtuQ%y2S>s*$F*n3pP~=eIc1ubzK7r%s^gqWACUZ4i@I55EBsYHTSQW z2}9Wp#yPFO*+6SPsL8Ej3t6%q!+g`jrgRG4yj32%M!kh ze0rq>NX%-}Yxq7Yw8TNtNLN4XN`iD1rR7Ce9eg+?S$UYD3^Wc@Dap!l0H%{!N!G6b zOFH?Itaz(Tvi=OuM3PmUxhGi>vXBEC0=fz-N&>D|hz)fH;t+j6l-1;dtrw@^JN>Ej z$^@+!rnVR^&BV#P>{2}E>kHPyf*@tFv$B3j31Q->O$Ix8(Ca^;62!ohB0GbX7eTN8 zM{BEdO%Kp(d_$D3IvLpY-l>w}^Ebmi%+Jri)0WTfxV6sbU>-JZ#I1M3NN0(_kfhp0 zy(?$s<$;!*umP}N4z%s&s~G_HzJgd{<>g$m&xlcpRhMb^hyXyn!1Uv|61j4Wf3DaJ za>QZ-te>r~iKduKH~DRkG+N=(HvBl=0DyRWZgpH{03@9Svd+410%k!l z0fHT}<2O=68lkbdWH_aehKoz2Oase<5nQ^(?Ngi6jr$c$YS&jEDkIW-X?|PsL z>=FZHVmS|9Otp{v8+o${x?vuEuc;YB9Gs;Vw3z1uqGvWF3QXmL`>+qnOkNCR=`(qi z<@#bCGsgw*(ookfKXF@)XC#`42r{w;3GDS9)*=Z>(88W;1PMLsXSUTr8Urh|5^rU^ zyh&u^7lea)br9;7#L^PT+7nWZLp-E*p$HQ9jBPf?L~IZbrtw&s#Ou|NlcfpO3v5Vw z67|T_kVIDgxa3;8mE*2Yer~a7?>X#4 zK08;LuG_hp=SDm4@{@B&r^8?i!z{T3)m5*VW*XZsu!3DfT)FsOFEo^g!xmICV14v0}d}qmynoGi5!)V{ZvS zKNYCjK^!5&NKKGoUev@v-w8nH^8qCgcc4lDI-hehwa5a{g$K?DpyRC)KyRXe1%NKj zwjKa|xdb#?n@2~h>qcv>T+sPJ8PIu5sZ7v3gjwUZ`fy;G28jGROFJ$Ckzb>=)w!}) z5P8hz3~+o`O^;$cR0I%-tIRvTN9$>~3bMYy9T3;K8r+VJ8v*g{QL*B_=ylxus$Ry; zuL?fMuUO|lVcB^b4E%neZ8ty=KpPGfRK$H>0b&NUH(MA9=l@oC0{>|59Vh^S_CAbf z_%T9zch{6Uf%7WLBayAEkwiRSvch@$(m>DH^bjwtiuhTJL-PNOsof9RgDOLA9Dm)i z{Vdo>9R5Z7c;}m1!^Yh+$5Bb4e4q8TXK>>)>@m_7fu!B8- zs-3@9u>;F;pI{&CgMu9h_m_?lsw~&B12e~s*g=<{?27X+RSlWvGX6L*UgUFF(ntJW zC{^tI@>?R!rO*-!&ZT}PRlA%z%(Fe}Ecu_+K-Jy<9K@&GY`ANK7NC352E2SfVJdT> z$DY&l`vRb9XRV3pH!^R!RmP>(@-mMMB-ObDsJg38p$%UFLp$i1Poyy&WfpC+h?$8yT}?m(5GA|AFgoy>xYgv|3nMR==(ioT9# z0xA+`TMtxpByI~3mU76KTjc_a4oL-z612*Miw;h-7S>lTUQGG8X@HNOMA65yLq&NF zaYqsO=y9zr53f^F%S&_Z50GGc27t7C%FXIZ#+2)9jQ^$9-!efYowva+uyG@Zw1=#! zRFy4)l**~A-0uB$dS-(uy#QUc8;mkAr9TK_iMq;p>8$!s*#4%o`%tYlIMAxEA85e4 z_^RzjbL!?PwH$ie#fu~EhIJ(H1yhy%E!orArZH8`sPagACONCv2U>!us*Vh*>Gphi z_@$PQY$H+mkT&CISBbh2GoXao)|P1MQP3&>DB-Ws!Ualr7K#EtMkwK)3D1?l2^Ie! z72`1^7moy>BKbFYcwSpVTi9rKFH;!0m%T)!); z@GHw?<-{Vmc=%z5Evg(^IjsM%BVTbe-i%Y^7TgiPdS%hvxn~Ru-2ewU2>S)#zWksG zF;PiOyedVmV?THa-VOls&`{-w{-cjL`Y3$61!`Bbx+z=;4_`nzulTY$6il{ofuvYN zyrj~AJDZ#8qPn;SMAWO;3cNa_I+~!^AFrM7(>I*xoZ*cZd?@fpmuc`Y6K?mwE@LnW zqy`67B&lv)u@1ffwb2pWd$tN$b1`fs&&)*JE>pze9t%>$i4m2=N3eY>svj36#dVIxG z_^Uc>g^jxl>AxJQHgT(&@Ru5**Qh;4g@w~fC@$8gSJge7=H)|hT8ELmCTE{M1RvYi%RNqjafUUEt{f*}OW%y|s zhFJ%nvi#r`haLQiBgFPw14=Y8Fx+U4!AnLXml(btYR8B+pR0V()bHTw**tzY+2=#a znUf!qOpf=P`eT4VQb)=Tyv}NPvRR)BJ_h7MRQ(UY4=G3FnG;f(7O3B)$i6Eg;izAiF|BzB~Y<|ep<6EX@b5oCh zNK+5&zaRCOZ%~ikENA+u58j2wL`j;T0963QX$FfysBxR2t#&!n3m%zAr3!x#susdf zl|F8Vc#$vwWzyicRAH~X4b9k?RHznIs<1mywSxiGY?*DT!i%sEN~watVA4w!RF>Xy08UX@kb0HYA6nC;R-L8HV=Yo3(8t(@Abdr@&?JYN~hZ7e4d zdwl??=8wH}FyVl6d3xX+<;@RkaYuX&hRJb1i`75tvClM$ecDxJNm-C>)2%EnRaHOm z$Uq9%9|5ZFN;7+Sv{7wGQ%-XvDjli3nQ6s;`sh@FF{BgqAm1?ZGodRER!SQClq(6+ zSd^I;jdk$TR9nT-V#SF$P^H=`p6XY=Vhb}|suqalZCH*HU)!XL}Kyd-&3L8U{qqR6_5V1jc$1HXS zixkd7y%D}`Eu1OCjl*b6FA{sbMzzq3#ITQ|13i0@So{R3FA}4xh8KzH+=#0pOWKe1 zaJga<-Z(QbSe-DhCXXK+-XC_LQXm|EA8y1N5i(T=oBNmlwPAZ{&x}dZoW;QOxLof4cKpIv1H3(IRjee5h2-q2UM|XiE4-`xigo@I+5>g#yiJMd{Xp9; z+{`Euy{`ZN>ok8G*c~VUxsV*s@MBaWx*J#NM182D zJ2J?)8Y#qMBM#gP(#Py%?c6eieP|aO@Ssc46-PyXSkx1(u0*ZVKp^X1GadXPd+cIE zx=hB;98V<$^L^Gs5KM1!z0a`6D8^`lj-CdpFhM76#E{XL>(%kbC8$nmYstm;P{p(k zibKb%qnj^LN{v#MmNQ>y@^-U6s2WHy22dvFkH7%vvS>81{Ulx_n^c-KqhzZNWL6u# zVL=_wlCOc-+hfnpf%c`|?g3QoJh+O%+2(8a!9FMe+{4Ja^n9(#ay^e@=D3hh+V+!O zej;}5l1s}|wUT)=Bdx@M(!D~H;KJVnFYF`{&VLCmL^~}A7ye9;C~0%IvpuRXd8gGt z)!jQ;4{U5yMZr7wlLH=9Q*h7KTd5R}7wq|B{Y=6u~ z#s@rdgV2Fb09CsnFQG=r(CJnq7bNRpj|?PrdI+ext5YE)>t{YXr26OJGN4!l$;xoh zKLOHCiblHnq$>$RvQS!Hbk)Ik6OzTFKP3ckph`#h+eLx528;0orz>O9oc8 zrT{SmR+TM`gxl|fC-9F|y$S^&u&RxCh94uWDy))8O;-avha2 zbKHnZb@_=EDrKaV7>sOCsk^Ktk$@A>P76-at`j6mLZzNV@y8>dVktKI7xtRG)3ZR; z-8(Jfs8r3-OA&FMIGpofuuwgpz5wf zg|MgEDELNMOPg>Hepdb=2P66169JJ`1FA3 zWEK`BWS$R;!doR4wE%pRy$?BKdSR<(CE2lajqnt{TDHDga?^OX+C`^KD^vbDusw{ZP6u-pA?VGg@mWe;<%nWYA#(RiAeaN!& zHu%#$K-(^K$-tl9Ux1haf65j{!qs02Pv9Sax&;Lw@TYI#8GelLrwBC-UEx$1*nJ+B z-ofCZXpRIbF2mo)PQeO&Iwl=`s*gi0)Hv+bj5{|=>tm%-8qVZQg_+}bSvQoi*I_CV zB1$vFV@WanBkNz!@T8xz$0){T3bua&RGDsq1DK(B((gSofbgW}fT|Hs!i!{~3eWxG zNxR%U2v6D>sM>jRb>?D=C+&uPQ1B$-9Mkb6mE}5~WahXLPwMg$D?G_aD>1m( z;7QL49di&SO|#HW3r@41l$u`7{)MM|RAKT?rvO!V?QrE+`nRj;CUYV zPxJHF164Z{PGCvM!s%8V7c6O`M+TAtwScO-0u{oNuJh3$)guQ70>vU&Qie;u21q+8 z8tLlQt|Z9Gp|rf{s)M&CEQ!Z^%AoH+m9Qip>@%Ir!jgo{^I=JNtHhGNjAsH%5@%Zv zmK4=BjZKWen}YJ8Nm;u;)j~pL;z?0mQ}oQ!geX0RGL9#Yik2F}j3S8A_qDcqnDLJU zN)U{WDaDg;sY4u9(l4?x{NJ^1mWeCrEDe5!jrR~&`lDs%ZE&UMfwtY~l7TDzcL8Ds zTq#=^3Ag_pcmn^p($gpafh+CzAvnX25v~-~HAOCFk%lZOx+5Wrhmlt79ITL~b?L~` z;>GJ4qeHc!#fz6z7Q?%WM(cxh*oFr_L50)e=qhZ_GgMKoE?!K#MkR}#!WUP)D7{7g zu9F4GlekBUy9-W)A|z!q%Ff*AVf5Gd?jU=>=`J?WHMr5N1x9P&NhJUAX=6}fNrg9Q z?#d^3YjI;szYdm1c{e4V4x%LxbV~HhhJ-rhwgo|N z$37?^s2Iu9K~RH@)Ii%)JV(Gn@JCHskI~$SQgr8L407nAW>3L-6JUe zv>?Ss|H59Aclr)cb@xt(YejX^yF=(kqgo~$>hOCuG(P2#Cj>VAix8s&TM2AJwobP) zxd5Xtcw`_c)gOVXyHXVbM)&%#2P;v%bZ|d(rU)>a;ih+khqar!hW1OkI^UH9=_*Rg zi>^9&Z~{ho45$QO4pa#k<#Sc0lUcy1ka<2}6mONl=xL~W0vHu%TMsaLq%4#gt&i6R z*1@}=H{`=c56P&sQ)rb5kM5Iv@@YayFSPVCMG(^SwYEA}^{VDh6)WM1I!L;ELMnXj zopPOx>J6>GWkRJoZ-a4cyoXTf+blb81C?G0wC%>545;+70>lhZX|^yD1Hl{M3H(E) z7oh+IRC*7d;l~In4R_j8tRS%pR8b!}GdT~5#9=$kgY)l||H^dia-!O-u5VT+Mp~6+ z6?~S8blO?Pc*RID>--4okTOs^1k4!6030=w{F#*6eXNr`L!`dS9-|nqDLnrYP=!#4 zR27`U3`L|K^~eB1q#gmPMnnoPlEErG_gj|tb5k=8W<-e8e~6yhkWlA3wusa(un!6% zB^+itBBioiN2JUgHzHD9eqx148EGX3oP7AY^dR4{mP7)PLOU%uG5dlbQ4%6`&_@iG zVxxZvMCt&bTEIJTL`oYTGr_1ORzGE9;!z$sL38`%K-Df>OQ;YsbGlW?1&2DvBLium zI~%CFt5P8xYQ2vRslGXQ0Zh3F4wd1Y2Zfe6SS{)5g{~wBheBz2(Nzb(O*j;f{FLF} zfhyrpd=|iTG7EifQHW)1 zh|vMol1NPV(M}6aq2>z`B_T$eQ2g<5rC5rM{v{BjHc)l#74j^ z9(zwS@3#qoIWUlB-pIh|RvQNGoVM=!bmv({{<)OA3fR!1t8F)Gw}>RM(9xpO2_)2K#&yWk+{VR zI1a=ixfO!+nsfvyZk)qNO8`_Fst;D%usUGfW`LK58_lt58!DJK)G7-O@2@P-HV`}4 zANi-QxC0u1V?STt_gds%+<9dfcL=9LOls!%JSpEbtcyLvrH0vK6yr37?t?%T!X#2^ za2_)hm%7v=0|=Me1XPW<6kbf#ZojzHJ59|v7!l!8*NdLnkWlAAwz$+y*arod5{@+; zmr_}-<5Fgh8*!;FKe584jIOrh>6<{+ z-8(JgxRe}KVeA~Ox7uQ4%><~df6e0CCp_|lX8->rL}+8u2}MGdPPZbtAXU$MWFRTj zb3oNyp$Z{Y^FQXnLR1eO+yk8{f>dR==$+tU?Pd`Pq-qCO5`taklj!RpGiiSg%nV2WOr4U5Z)j>J(aK zqE+F#I;FMg!mG}+^fN{9s@G|4^==)C!sradDxBQ2o7ML!rd(&E`iR!wGEpm?x50XB zyoadO<(8edL9H$U+IHhj25Pmj05Jn6=_;OOKKY>Pi$ zYazI$+_^}Dw5GLXX8Rvx>{7x2hj2VZx_Y*1PhoK6Eu~JppLMclSl8#-V-({x1^=G` zst{_ltG?o2eNGGa{_(Uq#PsNT@R@TdeD6 z*arpc67D!1>rz>+V_jyB8?mk~Ke58PjI0RcAPTh8g44bS1c{QcuKho5 zuoN5p3wur8>7_u`-8&u0v98F$w;^3LTEU^XJK*I;f{l^=9yvp(*P%ewE;vl66f$?Z zRmuhRI@2QqNwrP~s_v>)2=%(qM~75j9Xt=FT?F;YaMtGwEpf17($(`^Nf7FV((Lp~J5B0)ZCF*rEs-8f-#M#z^dWElSylAq~uI1ZE zD(jVvl1!OcSNO`t@Oh_cA>aKd-FWt@=%>Mai@;p>X>IlHm5re=2?o+v@`dkZjP6sx zEq;lO+h5c=SSGHeGc))CHr_*A>k-S&+u&Lc0d2d`B?H&`RsmuLTq|1`30MCCcmn^p z)|XHK0@wNtp5ey`*9u<<5xN$AV|_()Bz$oX{yugJR*=@36i6!@&%%eQw(AY3oUJyq zSN!=V&W!hWtkc~+Vb-dq5SZ%O3mzlCCEbA(>VLET^$e4m_X$d@~OzLP;Glp0q%Yq1#Izsf!hJ-rLvBjiTU>_7r zO1RQ=OiE?Bj!Bt0Zp5Uz{KN{AGSW&6MK+k!ORXi501(hl3r@;*5F|>%q$W`O@yMrG zijDpyFsU)1>h7JEa!gA2_Mx0$l;v;PfOw@xUeL_`av?qkcGAoq**V=x5+jn z)V&v|x+_y56zTyV9a6n>a3)YJfx1_80yOJPXMQM4_RR_;aC=`$V z6u0I;l~5=?O<+2ig+d9L=R=|JR*6FWJDv#?N}O#yDAWmZbyu_2nrOhXlkxQf?Z!Z> zF;;7g*K(~GJS=0yU@FxzF{%TydNWOs)eEQ!7Grb~$m$PTTb=8BwURJh)CBnG2-dzC zlHw~2Gw);(!7iV)<^0Lv@ zyRj<4xw~V|?N@-90pH3NMq&{8Em)0zd}}upfWWs-#xwjF;amG>D0`xUOHm}LYR@wx zw}QJSQsAz}aAnM;IfIaTB}uEU#rwx;%>YWjt!OC zXbUz}-&|R6!UBBzhf;xxE6-_VB2dWUtk&%F7nxRNq+am)ANt*zwMkEa{ zrfRxhB<)&LGY+C9B<<~@XEr3%xtcAKb{+OXLDGcNPDj#Img`8Gnd3$zt;r+AZ79+GZC1yI`uDkCU!s%vvM~NDU3P;0*ITL82r`?Q5t9o(2bUQ(pzD?r!R6 z4ymOM*H~PQLv($7VzMpZHm!!*l?V%|f8dcj1YA5K1ZrdH3AI87Pq$jRfNa0<$UsuB zUjbEj^(q9i?eHlN_M$rO;7;gF5s)pzb8ia|Yd3LG!aV5$Ul58`NLNu>UUW6psb~9g z0@-+2sKjFqR0(9`lM|+sSsYR!RWZMX*O z90zmOd@as^*ED)%0&5`%qqR6)iyhCg^f^T!wKZB>oojjpscFoPmheFEuY+mfrfG>E zsC8k6d)R1S)%sp$ftb$c;6iM?hXC3p%g);XXf2>^Hx6Y0XpI8I3;R3$+&`W87+4K8Y_mv^vA)EnO;1n*(RfT6E>q zWmA2@uVCUka%doZVV}h;a_(#31(IX6cC867)lgljdV%r#Q|vK{@tcDEj{{W*tVp@R zmCR7c>zf`KK#&K>M988HIuOEq?*^p3YPPUNO zlh_9Z@)B+~9r99Hu0vjCjvFDbEFG6dU~udrjVHPoV1VoetwjSIX#`iE-KgoN;8KM~)D>br4Xs3-%JK zgiM`oRdPYMPWH$^QmK_d)m^0upC2mN-~1>FPPIB&dW8 zrR7Ce9sD<;TRZ|(!T<-Vgl_Tq1JlVYbW6xQAG(FNN_4A(swdDbaaIDlrL&?hXnz2d zbB|_iXsF&^+ODo|EtT8DPt^i8ct-aO;633M@>A7d7F5Cj{J5?76FRYnusTMR$gBn8 zYGf9y$1lVTe_K2M*x8}gm~0N#rX-2sd9!9=WIqCb&zu$1#h=Nr{Qy1%8{n`e7!}7c z{9*zQ;e4PazTFKTb4}0|=ab^NQ5-jk8c?@XzevO8Mul;?h;(cr_fi1aE_5@OC_0gNH46xE2rZz{7R%cO5*t9uGI*;YK{X z6A$mg!%c8l6WlD0Q*eZ7%`N!-_1nSW-Qw$8#qljMBaZJC$2-LFeQ=bVyi z3qSuA9^Ma!Ey3Mzgg$=&{+zYj!r+7OcTI2)9D|#&p?mS{ukmo7xbh)9eK%hDFr1ya z%ks}x<)5#~KewPw-2{hL@OAp;+E(yQ z@u^Q-3ts;LxC>1o_%E0%rcE1z=ivgX-2cE|Xc}*h0Fcy7YG-!61*SB$CDh6}pl(n$ za?!M7i4kfjO;Yq!#Y5hTy}kwykA4sikK>{5UN|hp!=-->hb!>#o%`VMeLTDY-=BIu z9`Kcafp|?IZr>h=E#GlVtUzp|g^LISvG5Sftz^9%;zj{tO_Ra5q&WUT{&@)g09(H+ z|2!i9d|&=~RQ`EP{`nF70hM_i|I7-WfIq>LaJUR6h38BKPr)hB`KkP~{e0Ax*>HsK z=7vSt(Lku5GI&)wv$Y#CPnz{h2?m!^eSs;g|8t_31yraJTnO* z8VPxEbz`Ex&Q=fwH~_gZY7`N2-uxG|M9TPS0!RX1y@s9ipG8FOYG z?XrZtBt^!6iX{VV(nljIq-=rc(~#gI*&!@(4Z#2SZK% zr{GfOrDolq3O)^YKxq6R5}Jo%5J{zz@C-jjNu`&X6h4txQuIj#_ zjJK<>UqPi-hwIHswSr>@-c}JRh-J{#iX2Dg3NnM$@ya@^5`#3xL=%!3LzQX^?h(JK zjaDaM+s@-E4WzcI-l{FBv}(AC80_hJ(IoCE)~JlbN+2zBwUzdP+2^UK4xXZ{FgG^C zeZExPRjl8jy1hx2{Uv*hVnHq;hkpT70i_{(1vi;LRd%?vp`}YJ=YsLc4`2YoD37bO zH&1|pN^`1?Z*GskC>#wUeZipzx(yQ(9{E5Svr(W5JvZiK@OrB9%b)b+?msgrBh`e* z&xriPz?>k;y6B4`W=oxXha?E1M71agQNB)cbO$bGC9k|QztV|wFl-JOf6Ey6UXwT+ zdQHY~8&GvOhSjIYAqGZ<&=l(JR&8_`_HiD@@d1_uRq;X{*80c8l(3maI0~(SQGAW?>kHW65AjT(Ri{` zxjqw3#sq)9cB4A0*RC<2`X{Zw-EkE6sl3kH;D51k<5Ye@cSVebp1wez=x;kT99<0b zS-yHr)*Zpkj4OLRXs2;D^ZVU^wzv8HJV7kc`<-I@H8LUP7QqYUd&ZI_C9rv2?RJ9FrsWrPc-%K;0MaWh-RS}1V%K3XZSI~ zh<0T@GXV@K-buz1PcvU>1q@w#_Bx5}V8kup84MKUS`mP7+M8-M*n?6o$cM%H)mCeA z41r*{y(w1cH^xWtb-{~U@a<@Au@aWcae8jE1_)3K5-Z`)WGet9*Qx+NO|}6ds=~sQ z80_hj;reNw9*q0X09lk9zzNG9n^y++BX1InDvk|KxNsF z;{h>J5NtPxsdsz)3sm2`q5c;0KQaIQR`;gC=RhH|4ER~0Zw`WWH{dH%CX!^zD=T3MM65SHRz`zc!hd%| zZDO}9om?SGOwB*xkx!KN{HUv%lY$|ur(3~X7P39$k%6RW-v+AginbHXQ`go+5p*;@ z8|S#fB`ZH*+VPZ+&J`GuI?99P9GIRIdSf$Uh8~u*_X$@Lq`fFVFWT$i=P7B=u`>m< za-d2{dyZ5yEzL;U%SlSUq&?1OWYT``&%&8V+KaQTCux5ogZ~Gh7PHx|jSpF5?+?$L zy^o2PnZ`fc&>u{r##KD>Nz^Z(%QGR#-;Zi!fkzZc@-Nof>P*d`BtPj2rN;Gg{uiZ- zn&X|Oo7nJiyvB+$^Zz>AgI8kX#{B;=j*9#Lv-c)&avatDxNONbJ^*7|wgDf_a%d%M z56SW+145Q$TNul>EMsA8qxWW-I_kH{b zgfloKkZ>dr5&|UT|9!8jyN>Sa>F()SNsjcfduOJ*Usb(&@71e!Re*(}g95J4h^j0> z0oMR_HtUk|!OF!^6=A=MfklD>?r#Z!08f$l2LXCXQ7EDO~a46ilCI^Nzlv7D@=I zSks;L?qVY7#?&e)0hL70}m#=&$!^_*s!T63+iRy_l3VY3@R5^@xkET5F}1CMffOn zM8+YlH3}a4urZmK0Ndd8#x0#DD%Q3sx`={~DlHJP%uo|lPlQf1EoaIj?jbK_*&7O{ zQRu8g%oN(Mcx?#5Otm&V9n&-5B=~`q*JHL+#vvpPfSaz=5uH@4KBY8KqjWZ~*;J?9 z!5zw-t+qoJ5~j6x_R(jYBVzTM4j7>^8h6lh{9a7o4KlpPm=KLyb8r`#L$J610fA&K zdWB=s4^BMJe-=1YWp?{_K*gZdYC>Y=|3W;@1Ky`Em;F(W^2^;9Py@Lf@ypRowL)u6 zrgzwzK{tV>$V-oT%ixknxEjvECCXFxP#$X*5V~D7Ydp>{jY0F&vEmdTkE2h5?WuFm z0V6Rk9;e4Eg~a1H+sL_`3dwas<{66k-i~7s>Em(WRF`?!Vi7CYl`q!Nu#Ipfi$>%{ z_SFWnMD7~=@+6|QP?gpgH4CvzR4UnUlRzcYSwuF_&DbW>%ZB9$m9Vr?`o$Po%hgPd zktsy}3(g_G1<+gxuW85hqdc1P|Ac)%_OlJrB5)ZG>JbitO zho&B_C-YFh#ZLgQbH5*j&rp#uL_ z`1kYz5vU054*)ekq3PjrvPeU|z`r|-7+fDqkSp*n!OrzUrkfnAtfJm- zUJ#0UY5oeK-W+mX1^$_y8O>yq1F8!AGkvNCl_mxLu|XqU;2%9I0{=cq1jvDZ{AmDz ze>N(H{U4&RPxs8ATy9ti*j3p+d@`(N929TvRo|W~2x%K;{~J_Nh`lVi>)SJkBlYc3 zw!7c@_KeAUdwu&a5r2Iim$1G){i4;kr+Yq^b|$t+UEiJ_4&p>&OYAx7+du7~21y3B zkA$PZENBe}7L}Rxxil>m6Y;qK2?fOX6hw1yE7FrFK@UH)och&&Mf!)eEBo6xHGJac zJzVZ%7T)`t_mt|T+CmHdb$P~zvDpt_S*BiD7J0?kVlDpwddu?fe?Vp0@|0usR(0x^ zSx~#X)6kToPQAc_8c{f)C8=1yHl|{|vqy{F^P;uu-A_BJ*xT3(V|52q)ovR_cFi?v zrDnCgu%|VNPz`5rymK(9WPgzsChvTX%iWocxq{{0ct~H({y{Ng6PddS#qA!RY9OXd zE9E-|^Ic%ENjT9C=IbXGex21;_YG-SvPW@y_bexrxp%)5ovUCqfLyg><4=iuS}%te z_ke-^trkjpqd$L5JRAM~7HZrX6Mw9r(U8RKvUm1&sM(RM*|5rWkf=jX!pkh zb~Y1)ij|ed2o>$Vvkzd7z}w_Wv3Di@TJ#`Ls8W`=e^?qxVivov_BjL9iT?rLxl%RwwJQyi``0bV(S{x@>@peHMxeU69H&>c0?VUz#vxe8;QfC|s zI}`}?A&-|25g1DfOz6B2u7E4jLPV5a0FwguB2Wz)zReh7e@cu9wmZC}qnPNY8CbwX z+qTbLRMSIX5;fwcF||QOx{-A>q3hOq9zL;h*=l?B$~20>?!$2c1>*6HwYNNiZe7N1K&W84yST9<4UUD)q5)W#3q7uDT}#H9FIt ztvxh+gEj`EL4%{=1|e85WDNSF`s$_`q4R1N-u)k&MZ3B;4Ssw=nhdfbgXZ4o8oNVL zi{EY^i^=RXtBd}d0Zy)OzXR?B%@KZcnJZ;@up;7PQWEjaTdHj?_v{T*{mA_|qXc2u zomOcYwdfF?y`|LfDs9Adk9x!F$JdXqR+L+=jg}^7M;p!Qv2vq2Hdme+TQ@$sZrz3p z#?Iex{`yPSUt&?>`s{6)J1NL1%Zmnie9YCieB|-*IP#$J7egM$ zImqMSM2~;B2;50#QofsS0V=HGN*N-{j5B)NUMMdT+P4bppoLRbZS{u38mp_Zeo_@y zw#huDQV!R`XwYY%dK>1N;75a&epw(sR5-@ZnR*=I7<5xD1iS zmLBW--V;aGjgCWsA05Y8s=BEp+p7i%?JN)z%Kdu{pl0K0DHs$95i*yWgz^M0GzvtZ zBBdIj<|n0NrfQ86PJ>MqxF8=ksN&g03`!T&{#k&SJ{G?lj3Aw?z74>0k(;8}r{x8q zD3<1|5Q@zqy;Z=1X-3erfgDg(z{04dV`!>bQosVwdb)rGdQ=1~yq7+4zyg2DAFx0! zF|nkPD?&rXfE+Q~$-dWuriv<|)qVXrV=hf&d1Plyw823-WX^Gn@sM%Ke3_^xw3lj= z?oep@amsw&YODK}L(?e}Ln6v|VLN8H9#PyIy2jyp$XG?bZ=q+94jOwZ{O?iYhk%3T zKQbaAi-YDDfSqmKOK{NqtPfxg2Tk&%L>8n^p$CI^(ENZVgdH?1KZsBCHE_^yjg%g_sa+~VddGS>YOc!QsL|o}cGf(YkQNTLw|tGYrAlpII%^I) zsVOG?Oal`!4x7tqM;Gg`8JGT=ac{(%Ljetx^_VJ6wsG1s`Des$USqCWhrb~-O9}H& zQ9unzy~Y?y5tHh#CXl*QrYE}o4?1NocHuo@6(6LpB-kgi@oJC_88r78*VrA3TC5=H zhEAEw08WY(<&+`(=Gu};r;H+E>6Gb7#D|qr<_6akM943TZ^a;|EH4`5af_>O`N(5W z9C^_Aiy;r`l!=hX!Ews$F9LUxnUqbc1E{b`Ddh*aJ3O2+e^ekolvCyaQ;)+bLpNj9 zq+*>iuX8n%g-hg2E2qqBcw|{X=(fJBPMJ5*7&Jp4tL5=d86D-eQ^t*Pr&FfKEBTx< zPN0$fP8O%kb23kfoKv4M?UYld$sh)lZ~7gggMxMzN^1QbpyroaW30k!CcSva z%y_(CCiC0I3iz`E@u3Xe|H4z4g|{PwL?~TqLdxTsIpITtAgJR2H9tWGj*Z-|nRAO6 zlrFCQ_hLHxbIl}3><6Q}*-TWD+!V#0nHPi-eKcoAhG#vUYla>bu9=-geC(RxPXlnx*r*ux&w=lzI}}7tj)bw2BS9{eE2}hoCnonO z$iM29U&<~dZB6nYK#njrYvj%^We`X5OAE*^WlY}N^GlydJhvN{Fu#<3(eg{_p3liv z#44%tOX=aj+8%FPIi}h|I^5zNQX(J6b!@vYKID8{L6(v7^(r+IsvG5f_?#<34hEl` z5(hWal!OZU_2GgtP0vON=K9Th+NHgSX1qC)LT{L3_}OLh*=3Pu4gK?lL{}{P4&alv zT;)(6Rc>k5g4(?<4L!x@mSWs;DB(z!B&qb_(WKItt}J#R7Re@!d(4qWY9lK2o(?E_ zVasHrQ*ZAfVhWI2t(PnNUAd&%b3v>El1MKIK9A~v!XF)NxFQzZI7pvDdcLF0;c9)Z z)80b|w6FDAbCuHGN>dhuOUNxfCmc%b_`;YgwmI~A*kHGhT8t6Sw}ajK30(M))mHbF zX_zoMn>22L8Wn;iNbI^QV*A`1ij=jXR?i z9^@v~fZ(F1D4n2Q3Lc6aAr$uvQ?7o)z|ucu#8Q@UhI;@z+g>ptoZ)*6EONTi{Y*}G zV#f6xW5>Q}VCeS)#L#bx$B@0@@)N9*3f+!?k7T-zH1$3VCs09CX5^loD1XgV+^^D1 zaHPjMAI2y88bo?L&>=V?p&lAz3ia{>1T@r&Ad}MPnUi4~hr^m7=IkNH;4x(T)D*KpD6% z1XNgk6rs}I!kH_z97k8LzJ2j&i^KlUQRHUkJh?p>PG5@u32I^ShH*abR%lR{H*wU= zYHwu3+w74>HAUYkja;t~isOTj&oDnz1&uSIHyiVmnoMUoP2x10kl>>USo(ToY-scw z2Ep$t5ZTJ-cP*d-y}SxUYVFg_SRPC7^D__IFh*+LGR9hUHSACwW4HTqm#@5lQ#{rz zAat{GRxjXQ8iVEqWRV^31=J_O_5!-+fafgk9F88ZJhCr}Hs;CMQe zlLYahV}bJHDTDd33?jV+pAh$r(S(> z2WLr@Q5~x~Rjo7=WPq)88QfvtH1PgfqOF1!KP3xZEsz#33+QHSlj&tansYba<7y@g z+eSG5FL-2GK!RB=esfPC;blK7$xgh{EpxJeI4o@QTE}(%}9JP}6I0 zcDDN?h)Uyk6Pm0I<*LwK(!OL6?@1piZuH8%dpw|K+x1HXDzYI2E;ZTY2}oF7AOaQn zJOWVjlTY6P36CyfP<^Z)ak-)i%Hzho}K+eoNstW z8tqcet9NE6DowT{vCjnc7lqMS8jq|EO)dzAWc!)XeN6+%vA2^Rl0$VZ5cBmf#()o+ zSLEow(aEMiysJ&o|6*`ZJr$8cW*+g1_-7Z0Y-I_3AfP(EB6L%U1#N!QTS86Ohhg_M zZy5}|-qmmphE`sYF&=9c5c=LWt5;+LjX|@GvWSlNis+MI+eY1U;IxhQc;%7Bc}1Kp zMOMNrUXjx?&r`%EdMbms*Lp>KqOEYf))+GjaZ98rSuiD#7Vj0Io3Tx%mj!9OBF}I& zlVfCx^PkEi%K}2@eE$l(p1~_}JB=Y7=TC9Rgkjg_e7YBpaVO{Zcx3=y5oe2iNq|WV zJ=;dfApvsqLU~0_&f5!REF@i~Ph;VKGl&6sMLv!p#?n|8UXi$08r(+#HN6IBdqsBY z>(hL-JtJMwEe^BN93yc~Xp{uTIqx%-YLgu+comV+)`nwO+6LnNf{rE(1?KAo;#FC% zzuG@R($p+9LFVzd{IWmrotNNvdL$Qn(r7ia@AI~a7_)%0aZC+Ok<2eu1QW9R#MVAVdzoegxQFx z5Kb8Wboe-7Hc&B3a-C=Mz&s+^0}}upr2FNPpb^9Oq6b^bRF*>`wdHyukPJJGejGB_ zSZ#H?hk`>Un63nG%ze}|dh&|;*^v7a)-VU@hp|!Wm#A^4A7)I&2d|~bzkQWvi_a-> zkYwO`TB;P5{TWf0#W~Xk>}(60@)k%9SUG3r7+AzPb7~Au0~|&&d=ek#Enw^u2Ccnl zfC%d@0mAIq&_L<3Pu+7p$7r%|8W?)Z05SB2;xUv(vrzQu@Ma}The%V8#c&4b%_`GO zus7?|^ohO(-mDV>0UL2;Y4S|CMjl7+h6`3ESJno@mE}(I(V5uVTIK^`5abt)0cc8P zjxD)#W*w62sF<$L8KXUDo~(Z`y3rrf)pqmm0TueYqERd`M?6{n?+Zk>vR?ldP@SGE zx~ZgsHoxhu*Vb-XSMjNn_CL*({#pJz4rB z*!FDq960USJzgo$ljUqFvI=JLWc`|HGRIV_{GMM4vTh^cCocIfa@1&9U!A1do;Arw z2N7pv4Hvy=wqLAD8fa}PmDZ~YyL2k&q- zlVfB`9=w%DmIXvV^59)GhIH~kN4YHz+!%MtgC4I8z}xL?u`ey*MVaTzApvsqLV3G? zkylqyUK!f&Jr6$rm9`JJuM4%$pvj8s*K&{X10pC!>5c^oW5Xlgv^+{w^u@*BQBf8C9H%@zi5?^>7LIu zLy0+3S3;(T1D8~6X{2s^CFExv0+9tlK!I?CnDtU&$fgQ=K3C2YOrC`5L~%EU{RfzLx@YVwHLIoiWaZ{PRa8UXx-}4Nfr7z1 z!0@SMcxsvUl%aOMf#`^3-Jjr-wjkwDJ5}Z5*IH1!SEZq!*viMjSTP8UVM%HppBt%p zY<6O?dyZZ0*m}TG=h#L|7|AlA%=?SU4QzJJ5&mU9gyP0)f<<%Gyv64*n?JdNzucou zU(xuom=RF@JXy{ zS7K3Pb57mmjIHOQ^Am_^2t2!n@hNdn>yE*=2Mi?tqc!l}NX}om*haGdLu%X^3pSdK zE(02ihJqa*0t%jqggV7M!lbJGZlLXV8PS#{4(!)}oo#!k;%wwbPsM@#I|DoTabTx@ zJma!>`4}lyzsKT!%c8#w3pV~7&41(=ABzWs=5l|)9yG%25UxNoC@v1{ya8fpRq+_I zH;4vhLFv7H{K{BiHUeXX)(xkDW>~~vq%&6BM9BExwYWTy zKC!WaKjk-8ka8?=L|ToeCfk!e?0*CgbXNw;5PRNdXSDT_qe00ZO9Zr{&_{8X!nuK%D>0a`dJE1H>?8nUd*Y4*3oZ{4G~olbvR( zx(_CaW~n}12_#vdcd&LUUt1<$Tc*9X%zVvIUSCd>#M161_@v2R$Hpp_Y@`;ZOcXD* zpmv{_hJs>E6apJ^RNA1#n3lw3F%~gdBzJ1DJ8GLSdc5E;Y1n8CH)I1cX>29Ere3P= z*;kotH<}J}M)Fu--ncN-uaX~SbBAiqW$JKaA-$>NWP4=6?r+$i9x_aW-Ql#o4?qZi zcKX*0{`;)ODd7}5_^%(s#wV?|x^GIum5GLp9uw?5x2eZ_=4=JaK#bAje)f~P!Nb03 zApY+xWb{USeq)D?c>kN!xYO8iG&U1~Y)`)zh;01d3c?mEXL9?tmhFEOy$jTYlv}D* zDVfIHVtt#?z+0?e(nJv@r{9gIv?>De_0Dap#)0F+T?c=vWeC{4IR0pW7&=fqh9XLGf>mB=;*M1JWZ4;M>I@8LN%Zk`G$*W&zmq=E*FYaXCuzZo zI6t(tKxm#1BzU3nFd*&RYy{f5){SDc^AFN6SUdj^ePZpLKMg=Tx5;4G{|l(^-G>Wp zV?=rkuQivq+E z=STt05uS{DyL04|#Cdn)5;{ld7tJ|B_k1=Q62qi+j?lw_l#R7=JDekT9im&4z-p$p z{)PZ1BahF9AzEI1T9OW~8-+v*7KV=&_-ee z?ze;+mUq9xr{0_1Si*_8M}BQV?QTy)L-Fnrj4~L(k~l-ojyglME-ZG>inu=X+YU#E zjgWBTIv^9(C0lTiD2@sZFt?{Q*=SZ=wkd4@@NS%^%qQB7(O8HsgOhu_>0KJzVp|+8 zPmx)v)|svE5vOiUH7ht8wLZCE{mz^b8k(bikkjMG8SW~1C**p_V4}63%*I6h_&A2G zwz>z>uvW53Bi+W;mWPFny^t`jC&DHoE*y4I9(`Mrzz? z02<9km;sqZjXp=0r-GXi%Z7fB>63miFmzo;3}vzJTn*USlwh?}lxu_v*4)m(BKDor z<9XYOkzUUWE_MJlFjpNQ<|<2oxl@cmvh;IeE$LatSlj~!wr(FFww_izw(QMjQqZ9y zT8DWfSu#YLdMJhyDBdaEjVoifhLsbhZCSs z8%(fb3`Z&g?e_b(-uEY3YEkoz10iUR@O_b%=!L6 z8C3daV?h0>x3aw7p|{?OxqE{#RLtE`4>jUGX3mp)gW(LP8=P=$sfknS+lbT(WeLj% z{f2?@4;tO*592D4{{4UoV~iqL+DV<|7@)uWIM>Ki7xsEYdCD8!T56Xrr}3}$Mn*g; zc*GTZy)u5EqTfTpjh5!>y;6UpKuoDZJ6{7-;6^A1-ms}0&`rhP+T^4!v~zrj6q6vd z-wk^BsjEqc#+J0fR7H3GnMauggkHEHYe~MJ(-^d(J1lQ+1@-NaTFo8D;DO`mqNCp~ zy5q(^&(<;CJ-6NIrJXQ-<+NCuH1O|iG_p)382sfhRb`MbXU4w-p-Sz2fkC7{H0lOJ zy$LscX0<)>j7KJ9ianq$Ft0aaF)Gz2JGBy)qwwtn1};vqeAuTPT$hD@CH@qndw}X> zbh_Cmqo=8;b&0E)93xZAeIbu53kaRL{iE=Dh6;O^(iqY)w~lg~x!o9dGIx(xE+FR4 zPS6JTJDcc>`_IliL49-oW`p}#drZgqfu@2Z4%Gp z8l%~BX-d3X|s zE5bEM%?YwEj;>~&5C=!+=!GhZ_u0H!g(}oU8wIB;JW01yMe*Jv6q92eyNhA}MDtGf zI9bWwREWc0jp_Srf&8SlN1p=J^xGr5DBk#HuT^PQE3K&B>y!(YoMi zgD&p-X~zP$M9W4u=vB(4<9PHpn{ixCGMQ#SS?-V+#i3`{*e zBc`&rX`cev*;XRu@sewja?|c(U=cU%{X!EO^QaRyuICs%_DusrFB>3+UQ#@UvaDMe8DIzFd*~B=4IGRhYfo%C{O9D&Kw zRTn1eRJ?MF=0AiJYE~@`USrCulqQv#SJ;Hexww{mkae%snWYc2UT4nQu@nc^px6%@ z1J#!LEE=n(6wa(XL{w3Wph zu2oxYb~0`wl7`m;5uKfSxq@@m*$6Cx`G~lKh(2i<4kl=*ueTNV(yDKo1laygAb zGi9=1j`u|BNViRyZk#(!nLS=v8B4gPGt&*?(W?!IefRWRrSoo&PV%>!Q+!(7GiHmA zC~(TJMjwSBbdQ6vcb||o4f1oo6u(qimI=bMiI~#~sV?#vlo2iDOFA5K$h<^zstnk_72V)TU zdkVymGK2p`UIJI7MMz$1(#qqz`C5SpR3!FgK+R8L$4u24CA9=4yKdye237pHh(YzS zvUGzHq+48m$h4A!rxnHiATJ0-u{39eP;3sVt{gY!9$yoAIiM=XjcEZgC^N}%!}>%z z#|=Fy95)aCEIzU0hCdxXj++alNo`N4UZ->5XqCw{^FZLhQP2kI$bqKM=0MdNr|C5) zMUOJ|mc)g#fo49#a@~&$XWVM5`-cb7g`=>Z;L3SGWQxp9M$COfsBf`GJV@7$ja~mT zYTW7Cxi4kjg|rq7E9%VAL-OsKIQl)_H$)Qao{$j%Sv)p30Cr&>o9h@@#A9=O1Va%= zR?H)e3+;DIZ#*466At?sz6LBTjkw= z>a~|msVvkfv7^}dWI%PYG2QHwjnm|Ttade%V`PeT zAHgHb0zzk9{}&*e3=W6$XbkCCS4X+cx^9d+S+~b48_B3EcFH0IKLhO=0@m41UkrZV z%(LWR@EpBR4u=oq6*J1lMw&yPHnukjNi`UUL%l#IQ~J_gKuxbN*$#&*4QE(PVr{AA z?X4`dyi&bPF5PM~^z@QT0(bY7YMqLmG*TQ`g8`mVAO@9r_o;aqK#?9z!cvo79*4xM z3PhkH!B+rkei9V^?_dE=_D96{%HLhYkos76y0ZW2R-Sh>ZO9jET@i`^&AP4D}SR3Euu=z6wnYEV0NAW*I521lgqi6@i_v54Zjn!5G$2{xN zc-wXXk1Q*xz>Q?P`6R<38ix@3iQCtx_Le9U5hXD`2S`H(23HLVpIKom6Ikv@|#k zo_8?Z#lh5=OL`!R1%Yfc#tH&CIG%%BjBfN^CzDXFwjnnGD)c?Y6_7%1&w;%YzRtv- zklDRbH^O)HMN!&%LK=@69^(acumwsh! zDv3grLGsx=wk#m@jbT<_!T}nCwk>2iAMZ=hk!~9#-8gp|BzwG)CY!?z!p`P6n*RnDid8uIPQb73dUn zHru8xVwk*tUJy#S(QFk$t2v~!GEACUvZkKqfT|3W=H|>0W=V!gp7V5uNqSTmCbtvm zv0;)w9X^K1$Iv-#dgfLUS-N@H%d?v=dh>OK_LkqfT1Dar%DAk0q~o!1nr94fvvwH~r7h?uUA86(DY9UOz} zw~TJ|hj_KO`Uapvk5x1ZvFbLs7I19GT3T7mm{4(K2mg)(X(lQNR4UaLo>D1?v>P?Q zrdxvkqd=S~^Xe}E6Z&o<25X5Z=@V{YGzZFNkLoy)Q!#i}o!z0HFHM)K^;S~J7^evQx%#c}^Quk2AqKvFCEGy?uVA-)C^$NefI z%1{N@R_QEUA#tyisaF7MdS%M?UZYBXAYJ9&LJHR@#ATGR9hJr>jpu; zvp|d}-^bhX60{;ELh4eJQXb#OXA4B2BB@USYJQS3SD7Ah*<7O0po#AnF{D1$j;`!~ zy4B;`Oei@RSdr^D^MX+1N)uKHx#kez%Kc&PSvC2V1FCX=n1&03ER)btW4kt)5jYpaq!f*!Q1bHOQ06RhM zpilHQaDtqhC`ck+5RFBJS^Z%IFcjIDydax&FGwH+F)U5<%Bh$l6#dX$U&Ks4-x%^ibCA5==th5-R~xWD1ypFdihLn* z?>!EZ4;P3tWjy@=pgJ8SbW`!YHciDkNWSK3CI=rX)9IIaWLZGy+uy7XlCRSkw9PNe z;CKg#j&j>{>c+U!blT&UOb!w!tjHpk#X<7k%rg-&mHs7zNMF1LliZkn!`P{mKiYU{Zg$}u*@Gs|@K}B=o3ok$jtIk6k4E>F{xpY#`GSmnA@51XL+#r>mp?2)9>6 z2R2AY$VHK!PtKIud+3m?wcftUWbhFV{C$;Xt3*d_?WvZR#0T;#B8SkRrV+G*-}~`_ z{F~KQ_t^)_2V%^;@&VXxkCW|*Gi`v;+s4Yj{3}^eo4-ztjavU`YTW7Ecz7xT3`QHx z^f*3zKX@jR?h*3{Zz;6j4QxFyBet^mJXQjBVLp!sFtCWvk2LiY$ln3Ddyb(QV0TZI zKGD~}-E)d9KqDR=O->2Fz|V|D0>+~Bc`i@7p@q_<*I%}6=Pq7W8%>->+3?T@4uYF( zpbimES*y-gYo%tjy@0HN_Iw3dFMQy%bn^rSPrbQjWnZ^+DZFM#RG>%ru+}NM8B%yOb4FXWjc9xAcY|PGQy>nN`S_K9>NFqI%~&2u z?;_F;I50;U;?JyG^OvqB9m;bOr6@!4yLpsZK?+QnMS8prZm=8r3Q;orA#IE+kAe6G75RywuxSP3@ar2&n1z zO}6*yXL@&oX&qdoZvq; zzzx!ad`V32L-XE2_aQ%oh$4fvpdTOd*;ZTK=NvR2vN`+8*=l={g%iYjT0iw9?g2v! z7`FyJ$TT?{!TuOEemHrOFVBdrES}`c0J|_x@}n8pQh1V|G(eQxv;-)L7%u|ThJ8qm z^FiL>M(!G1wr_w)Y8H>AEILC^PjWKXN18el!x?}lc|FYldy-#9pXh7gNj@!R1+>q- z*Cds2C_adwgbNcaQR#ijTegJ93zHRYmc_SMLVOnL5r+rlG;s`$*hGpmZsP6nqSQ(u z5DkKTl`%X`oy@6i!z+A#WInLiDvPCGN*R6;jQqU?R&}76$FW9;Y#+<6|BDHXpmO zZ}V};zCB*a=OA_h?TeXD$vh=}GxK5QAg&b13X0)NjCV)DRJz$G!>4f&KgHEd77mr< zpqPA~N0tRdKTQ5q8bdlJ*HLaWxf|n7Chze|u?}KqV|_9IlQK`0gZXpxLOF;(l2@Nl zP7c~i^y%byyHH66lOFt$0y#}>pgstw={HcegZOIYAh!1SGDj%b;7>K0W}LVzt*XcQ zguyvNq7@9=*!zFEKwK(M+ZXb(f+9kij-@8TJdWX?6^KAZjQ;|t`H8Vl$MDf#cPyAo zv<$^Kh7)#;zt2l+id=t}7la~Lny^C1HHYw5j$zZnrP(NQKvj-m)BI_WWs+lOe>`5 zXr^!PHTgFM;!l}^{{v8+z8|`&WPmnhgY)6u?{6JV=HNzU7CsSBv*{eVSvac?_hcG_ zW)@~i9Ph)`(QliD-Pm`Ug?qfRhVq6eIWPsK8Zy!eH?pi{@#X%KX)njbsuQ&SRgiD$ zbMqb@YJIVpfxJS^SG@UB9mOje-c%KbIq|ZIkfVlLk)r&osf~eRm8ec$ULc(-ZoZ7^ z+~L@vn|*R~8pqBPUCrc}XvM+1d1P5Y=p5`n6t8FS-rhoENXNlC%54sIW8BHXJzhCa z%lzv}tOg4^0r$nin=(&J#EFxYg%2|i?n{W2LOohrL$lDbM4Dps7ckx(j7~RWn@qoK zr(yIryPC-{GR5d`;E`nk(GR1)mBx^c(RGyDjPAy`lhJ#;QmhBp*;rr9|NP8T#k?$9|iaEfhi0)GReY z=JDn}=o^leCX4)*LO~Jc8GxFfF#Gi8jukPaK9-~yZ*Ic=@jUc4+s0O6TaoK#_Y$KG82Gyrd|jf!D^ zMzjcDY#s9l>Z0f&r|VdhyOIbKAo@6 zpc_Z~x6z+t{M*H!XY#FQ@%7ob-r@ftuKsiA@?5&yL6-w`c^+M!AO6;*Pk%(07trN} zba@e7UQCyl;IhNNldp@o&Yb7Jlz#uC<+!|zf4+;aFX!tk`1;3ueI;LC#n)HkDlqvc z{QWib{ZHxgT3qh%UxzEk{CfPk`s7vq8}N6B|3+N>JE@^J(Wf`lYt@QC_bmwjO zbk%)ku0G(uoql@5;$W?|+5s z9sYax^PR|3*a2JRd+}|D|2|wnb|1i>r!D#)6n{P}{``&jbGP`jm$+&MmzMtt^~-^l z|0(`9%=i3X6QL3_`2W5lB$J=xBk(KT$p3|JL_EL6Uo=e*2OgZ*5`*1isx7d|;vJGI zj{~{EJJ31^-t)j?E|`+X8tzGf(udNxhv{T|gKhAvOQIq&|H z=t5^0`h4yomACb|Brc^V`kc~8&MluDVjcf80_C3*f4+b}K;4(bpRb5NUlV`6F8+K& z{P{cl0a<*D{w(vqjX(bPaCsUW)jJpcd+-r(eklH|xGzz}F}UKljo`?b)^M>T4gjdDpg$p##~PeM2^yLeO7ZTh9BUrfU* zh%mXM^a+%4Z5qlbHzr$SLKKb#Au$L=sZUns;Ag0f1w9{aw%UuB+mp~4DfJ9;9`+w# z-szrn`L@lwZrHia+p+oTZQ;0i2W#Fkl<2oxqv#bq5z8tPMMLP3z|C7MsQ#Pj2ac0i zk!et;U0I!;8F^e~U!~@4ueUo@D)Vm+F8&c?kRP=J@?sCZL^!tM7{di!0SI0h*!lme{Vt6 zaD8G7K|TK3CK9a6aL9X;vh$QLKnUFG#B~SuNENj$N%l#CUV1xk_`mwVLa7 zPc~-fI%3dxB)AoNIfZ$0P>mSq{Dn2}Ldo&pq`NHdt8 z99M3~>QkAmplB^gJnynnt2)^-Y18qHf!PzjX)aRzU{(?8aTZjKQ12f@sBhg_DV1ei zP9oP9Qzez_oUgWLObJ+m%Wk^54^PztF@P_X{aB0Z0u>-}mYziClMTQlF*@p9*_aOm zD$0XaCTHr^Nsx8b#AB^m-%GARdRd7jiUFks*pj=4QNN8zKhv6?ekMI4^-mV;WRgG( zJFPS^KQbXG*yb(kF)w^9H=_{+rf0OXEJoYWXjfWeTTrv2)VBC7`B7sA))hDditR=% zs2bay8pC!!O3!v{sc`Om1pzOzfG$?xO0y3Bxv{#pinRgdJECk`3G|jxZ!4)X*x=jz zR>pAjaAkCQbS(>BQ!>!At#-3SB!GOe`BD?1S6BrgqAA!A|JNJdq+rO^YrQpP z=r*7zZl(oN!SXn|CRiDVh1N1L_q}k#Pt`>6` z@9VpQjT?<4D$Gq&qPbm`d%ws!ae6$-*e1;GStd1%fNUzQ5jo!xRm^&thz#OdJ)L{i zAOV_w)i`rI$w!hzbf5q!6PJq}TtJ6n8r_c>tlKVdD%EQ7WDBacT0Ag@b#F;8H<>+4 z_0~KjIgNd)QL8oP2@_B5R9eK4@F!NMH11b+7`8_YxGe*@&$Q4`s9b!IAaWDcKyKq$ zgXu#fWwe^~9*YAMFwTn4W%s^m=^L7z;RyjOE z8SH|2YM1s_NGEN0rO8QfZX0Se6c^r|5=WB`OFAwY`3OuK!KkF?l4dkng1uLAy|xjx z>@|^nsby63@3!auFdCCVV4oNyft@1=?4wIfU~k+kW*Ar6?o`UyMol7oTM`69mDLd@ zB`CgBBN1|3Xv$bXX-NPHgz2gDg-$WT3Q@07NHcDOvNo;ub_tWl1eRY~Js|#@-rjm+ zzD8}X^=5SA2pdgiK&cQw)%K7TuI?KShwg{HXU*d9=(0ii-x(z3pDQT;n**kN zTdPmnF!--H0oukN)8&=8KsS07eSS4Aa+&=T`hGk)lT5`5;Ty`2bXIhm(mgXY5I`9n z0r!kZ8$o0rVLZuvrk>2bhaj~&{T|}vofYygmV>Q>Wo?SyHmK&PzXN(S?_)m;vf4BJ z-l9bf-$OBbh98*%0$v9i(3m_dG_Vdq+L3gE9twfA$=fb{UUQ`;%PJUphdQ$pc)3;@ z@=!2ly4mQ=krb0t(t-+%lSd&#p&qm8XVxRzfLLwI4I%AV^r0a(6~n$nA`cX>z`Aw0 z3ae5R*7Q+m)37`7xlyDeBaM;8sJRLCkpCsNHk{gMS(tuO(5UaZ?N!0J@44;Ohv>)+ zqPu^AL>Dm_JXEl}NrEvmXFPsJ3n-}c=!_j$pfTYJ|A`z$;h#q{@hUXi@^2BpP#?rE(GDkxV-=Xivh_${ z7GhEQ4a{Op-fIK1h|& zsncaIU4BQG|Dwwfy>>1x9U1K<0N>#g&;tzc00TR~fDSN_0}S8*zkHw*28MBG*dxoG z;ZNKdj#%K%uv3^j!~QJp3>&$*Gpv13XM7S$OA`$BBXDzEypL_O2~A4E(l~nM0{kk% zyIE?|;oU<)0Mk%ljBi$W4VUk-MK3!F092`?U0=CAsE?5E2Cr-m_is3qJ5w|Q}`GZV~(My zd!07i6eWuMAsd!BZh?#n;k0{?tL(1=016#Y&d&_CBha09HYWGh$ma_=QmT!5!|TV_ zpTF9Q47$tRLuj_Lk5Fuvyq5;WzRE&-Ka(j{Rz;mM0?wS;sQRVHwiO-$m%u!OjDY*A z0`aQ$pMP#a)tDqM0`Bfx<0;j93*-zMA4SmHSh-Ohn=4O^ zts5U*x9*~g#>U6juV266{EODFU$^f34Hu8E-vlFFX-~Vcw^DypyD~kq|BB15+j`~n zX8O0WIiB*%1BL92*ij}Js#5t zsG2~HiPYTvS|sW0iq{WBtT94!ymFO;Zc0>C1+kdOJwuQd{9bc2P4;cb;GJqy4;hpC zKzjks>UOg_ISSVrEP~RGLUuR+fy;WjQ!Aln^nS!vv|1GT3X>iyH`OVGfX!53uZy-w zVWbpNW@|mdLWp$cRt1p>^)`Ga@-Qm0L6UE!iDu>+^)dx7*j;41C2ghXQL+e9K`8YQ zdkRNAL>eJJX|~j!MCaJpI7Lo;5$RN}OqDvdwzscT>yQrSZ5X}48%9|g1Vzcv5%T_< zikeriU_3BD%C-Q%>7fplP}MCp?8ubywoOviAv7v7@UNSFvG&^m^hnzZxm<)DO;pv#}g+j4cl1QS5sEx_- zCsN~r+ST&LM=tSTWSWL4io>q8uC;^PO)A@ao%BnrIOTWa{bp9w70e1 zP`%PYq`0Pq4Xq}v3Ndxq=967pr=s26BQvv9GXrTHnHz{?YjzCgz0P8@LWSs=VsC1) zGMM)lR1%$CX?2Y|#;_&}92UtW1idJOql`Dc6>Z4D zbdPOwyu_kwOf=%|aX9RtHCLH*JY^XXlJ@S{VmE5@)pC1g@v32=gDU6(=`GQ_dHjh( zbB4zJ+X3UM)1<2VOnfm~;GrGUo@kU890MEX3GXg%Hs%wb@L%_kWy|6*Xgl7z$IW7A z3fXEBMEI*g41Y{r9+ajp!)EV78`*qs5}#Zgg-tkjG6?@=_!B#0c3`09>N2=O``tjp zy9bE|8Ql4|OUp%_OWK#ac82UdCa_F8QiGM0;=-DaL z{~V2vdAvBnd;k$9#jv*<4fZ!$M0lzoLh}g&>&Jh4fMW3>V!X$qjXuTVat4u}W0#MQ zUSts*{bCH=8|2W3#L&+!YUqaw!Ck$;L3AYgw#`;+w$yt-^uB@f#|#qZGHmft{o{Ni zgUCQ`*fd$>M!y(Czj2U5f0!V*T}2JO0CLL?qAL|hF&3e_W`WXOLAv$gRYyx@IMBxh zJfW%E@Vd*Z<@KRgu8YHcgi75Sq0$$1-1)sIQWoRGLVqcrdQrePH#iAZ6PF}5KEX^x zmXq{mqG<5Dp=U;K8$`cYAkizc(2Fgo+O}*sY8LAL>t-x~q@~GRGP3e+QPzzXsdf}{ zCaa*p_OcP)){VE;s`Hb#j(VHRWv+DvYt6!1c?;1w)0JD<6r|abf+%?$iBJ()q*{yg z3i-CAy+$-K*FZsqN*&vnJ(PHl2#0E=1-NvskIYLG{;_gpx(S%*dFXzE1CI`MjkwxE z9YAK_ugg4qQ*gb`!ggpKu&bbVPt@=hio+S~oVBft{|*AD$5J4)aDLKk@?EYb9ifq^ zLy1>h{f2qqA9H{HDJFR=5RE^k9)+0+yE#-n`PA_q7cHEQ1nVBO=;I!97s zJA!`1otJcn5wl3=OM=c%fMUZF6eX$u?1%*h@cQCy5CY)a;zG zFVk%3Gj(sb3*)tg}v%u=SlJgQDzxBp66a zAam7?af1cPK1HSjCFn6&>g~}D`}+}PLpt5MNY!P{A{OKzb&cPShUC2^2vGY1tqiO@)fSXN&WZRG2f+5r%t8Iqv*1cE-xU7{(QPTgy{MlTvRF$ z0lvd0pa&S>0S0yl13JJ!4lsZN{IZq`#GPTTegr|~PuwjI-R5p_)FF548`L-M76;LA zx7Zuc-Qpb=b<1bb^i1k1@A8VTmCQxKuR6M=*Gx{EAJkpDwZpZykT*-otyNUF^x7gd zh+=y;dO;dNdtoS4-i4+&-s@Er-``%KzzcIxzK)QSK`Dz>owQ{^NW>k0noVK$X|7AX z5{-yKgG8ehvQ%wM;ypxwkMxm`dI8z-ZCU56fe=Inf(loN z`$l~-L=_>Ba589VElMZh35+-}WuYX*^bEqcsk|J5ie!{iWj`@0b#s2E3M^2}5GrD$ zj=qS*Mit-&S-(`IB=xW44RJ^#HMy@cL~c|Bio>fqhyK7E2XNx3D|(efpXMs1z4WEk zUZ_>f#d0^DYhi@4r=1)uqGEa|qLG?8GC^c6$0e{`LaQ;nSRxjhmsP1Wak>L1Eby;&lwQJW1J_n-2B{V0 zK=lZe97HIyZw`6^O7~HE8R-IC3=(<|QtgGFW2iqKotnAY3!=DbO%HT3&W}r_fZ?q= zT4>IeYSpJ;@80$%IPnc7)H#W5lC$mzHmOvoJlTX2#X;TGI$~AB3=(-ze2{0yC3=Nd zuhFc+Cx|HOQl~wG`07=ZJT=oOt1T041a@C~1eH>mO^-@M--XCD6p*tmGVX^tA_|C1 z`7&7r68pbTHk_clzlRx(>f)2ChK9_@@7tV*qB$y&3)9UPOrA$WzK)HtkjN&xRX?Q0{i;@{mNLCWu3oyi!Tys@y z_bu)vlE)D^rFr=RcwFt`t!KGX{e*Cvw;OFRg%S+lF>F*4Ugaurl*0uEr4CDS0b0Th zmDfV@>Zo^FWwJ!2=5&m;kQItI5lc;D$Gahev#1J1K$*`~;IX%2WdY9x34>8*DbL;C zJu>xFYSF|$_LujXsSgz@mfc6D8xrMSJ>ACYGB(K7r<6my8w(T{>n3XuWy}VPo7ACf)rXc6 zae6_^H0yMix^ZJZw+wPVWqxS{{Rb{Kw1v=BG3>v(y3H&^PBuBbpsb7nTGknHH+{Oo}*Z6@- zw8}s7R=J8Fa0$LP@U0=gpiIMBZ<=1jrCmbB>k=NuMc$t&wZc#P(1RHyNXj3mGFCOX zJ4?1eQItFQi+<4?;z#+;e2J)xYtYVDYjmDt&=D>zOW)Cb`6hqn7sK^=*k3ep+C8@i zLPPn!3A(u+*>)4rif)W}aKglx28o*sB(oi1=)&&2g5vc+iLsqNLr9)o4A6h0iLsDA z?F6meD?y$|$S;QcLKTxv2&vp^<^?A#=UH}bN~hrkm$ljJaBecZuy*9oq( zWPi7^X3dsH-Irb;mh?3k58$1Fq^GhsBpD~fc4sY$G`xa0KKQ8v*<77kiyDRG-Qn^$ zko%o_4Gtj4OPKy~_APxtu5E&xJlSqPBx+kQzJw-D7mO$A9XBU=vA{`IlJG@&r!^u8 zW!`UB%t=~F*uB0~{M>~2W^eI8S}=5>w-q=w5&n~SeRJN4Qv4^TrU?F%eIou-AqBAJ z*qk`EX3bWdCDfdSow5nexfWJT{X1!8*LBFrIaS32q>~Ygu4UT|u4K2s52U@+NO8gi zP+;_+3n@il>sAsgj%V#aNIEvFewN0nv+CL`BQsg~^9J6ujF=o@35u0JotHu)tSqy( zKh6MCD>dB>c_uGJIP+>g5C${eQy_99%qTJQ{k*7F%qWms1T)G$^`Zo-E^_363CQ#;Y$-kpf~r;Y#37yyi(pq}y05!F9}+I4DDYV$XyAS$j$XAda1> z;CI^b&|g5oa*9h8+b>*Nl^Paa{3JgRb8p9g;uZQsLV&Y&#UI-5RB63#i%0k`J;NXH zc9ld0E(~}UPtRg-B#7vf__f{;L#8Y!-sj;oB3k630nlT(h@RpDV4+MaU+@t*?tGEm z!dLO2_<%9ev04JQJS0~9gcG7C@g|wB#Z~m3zDrQ@BiewJ18V4s&hDcQ;B$-Lu3#ki zLbHLkevIFL?6l?Ti74{JxkcHjAa{Bs;{7zIHptt*!AN-QBr*wpysk^MWnhX zwDAAVCe?R;1Y!d+;fQcJA{-7^;SlmU8x@Wa^pVw0*h>%F)y`aa9#r7M6VZ6(s&Pi% zWk_kfV&N%5}a`U zqMNz5P{;-wKCi&3h_Io=<8$*)jABDE6-BV2>{CxRycF)_GFHtAVT;-!511!L^gFaF z*J-&WvoG8(Tw(^r+}6^`^9u>wh26dbYB=FGf4z-nNawGWu@FoSdq;uOsyOT|c_%W$ zVX`*C8yH}E4)c1UKExukP4CAIUiesnNQ>}-9Pvl;qEPXIKw1&JAp2zVLJrWM3*D$@ zRE!>tup=gpf3RmLBt-Zh3TG(%tU!8Gxj+A6LDk~@*TM;A$B2D+M*|7&WY{I6tT$C{ zw)6x@P9{UpC*+z)aHK#Zh&_(~K`0p~;30yEir(G$qJ;e&@6zaU6$oL(i*no7X5V$MD`$iX0`E;<}e zJuGxUhDiFIHJSZbZ6hLSM5s9?!Nf4>Ql68Lz_LWW=?mbw4?r*$Q}<)WJe>CZ;;iS2 zRUcqM)mU{r%Bs7cj~kN{;Egn)?UAwA02v~-Y2GYdO~Hx!;1KNNRX%0NVyi-h<~kuXP1cQJ);BF*wrqQQ z71Cp7=NdQ~S!CH`Z{sesy@+Xa9SFl@l0eNEVP_5Lr+Kx0d9$J zYKcafLE5w^+8+^6!aP1Kx-!2{Jri%LF^TM+knPz;Pfdr5A{^0J z$7#%52s3`*VQiaFH!3A0{;;}GqjPjiuu`CRHbz7lhUNlFx`?bn2q9QUFm{9?lQ1eF zO$c?3aqwMZu3D#R3L_&UFn?kQ&NuKh&UaDSN-~X+kkFDjTKh{V`~!6a=RnnfcvLpP zcxM~?s)(E~K~JiawIw_%ihR(nN91{YqC^7qn8oNUWGSQ^Li>cs25dkTQ;O67^m&0O z9^#g9Xz>s=PJc!FtL?gyGmY6sePI@|xU}F+Vt)#vo5Gx6t{N>AMTNiqQW_J2uxa+F zD}<&=fJLbb3cbKhgn^U)8mN_z49Px9a^u1gOfjV85sbA%JQB=b8@X#-WS`DDoZ@5y zCht0p94(3DH)wjJ-ZcOhmU!h;xdH-gBCCs@r$kYtE4Q$O%~qOp%o?zaDm4|@MYU}?phtJk*(FFup)G$HYdtbw5!vE4pt+ptyagbM)6hVTZ#lo z%ei>=UcXlRm9Q3XXa{r$;a0`fH=;ku7@Lxa5vp$2^cIVioXFd;Bb11q}5@^ZxvYfw;JO0_+xgwV#1#9pFyFEMw0dXK!1a^#l> zWu9)Nq60?xFfx{4ev<0CY-~}jK*e-<&k5J^4G81%OY@~t> zVW7^nI+K&g8h|38^f~A}yP(|wCGb9b?fC{BDJ*t#rSiTKvIQxc&$SR^PZyMokW##g zLgztyq0)#(taX~tEf!;JA^b7WxYU8={Qdfvd=fwUY&5k~?CrJ+H_slLlm!8cK(%RQdK8umzppn=DtO+yu zVgSoJlO`fEOx>|!T{3Z(e)?9%E@;jPe5*Zy_cND5vm0+;$|-zvkyH3rIi}D?MfyqH z{YJz&A5kJ;?S>w5M2R?*l?X%gcZwN%JCvtboLr{NeL#%=>SU?t7kR)z!p;ht4|{aO z{!36kFZO_g;cieanN@YIS`w_7i{Z@}?FdID#GG#Be<7?RK#3mu`lxM?R`~MlgYT07 zz5@@2XCF{c#V^ruB+ZgK`+yaRBWE8JaP|RX@?LxP0Z|&xJ|ODT&OTs@WFq_?(dM`5 z@)@GZPtxUh%AY)zF2AL(zoyHN$VvV~y4;T*K9Me4=<*o4{4HI+hKo7{ftt9(C-4Ut z^Z^EYfI;5D;0`dT0}SQ>gV4@G;LfoC;Lhu7U zBG_L6+238Mn+QrZn7IgEP?a`PdH-CXPplI336=M6DX8*(bWGWc?yuaUnLFTp+$qLl z><}H#7<$M$YmlK;BFlzOs_V)EIch=mN9c!xR%-t;t2@OEa+3vB8)QtW{q9eU2$isu zyR^W;O^B*vaBvEu^q$ykz^IKV8Y3EZ!u`sH)mMZ3fPH5&1BJ=1Ro4ZkZza=|GW=p+J)Fq)5xaMbxKLY2&^`oD|_ zgDl@`5l}8U>tbQ zo{B0sbQf{kC=|=jl@>1*Z`rJR3J~rFa$?q3{zr`1LxEMN^e9cz0zbj89^9m$V7$zan2)-JSi=3 zsC=LqqXANv$=-`0zf)AP&rweqht%{K@^OJkz?IMbqUt7V+6d6tsg>Y8=9tK zG>~@?!C~tH2P8}*O>@7cq(rBw17tEoYDfSzR5e)SN<6^yMuPHKw=h)Q!G(a=wfk}SS(C&79+q;J8Ido&7mGc%r7aPI1t>& zd67UEQges_tM!pN>{amv90ga&1au$WaRW}_>XkSFVxmfczx4(-p(3M)PePijG_W`^ zYk@qbI;cT`&{AYTfl@^7kmi74R!6evY9V&0WH`m^%D%KoT8g}yNht9UEl`5$H44Wy zx-{x-t;|(m2Zy{t$EmudM@M^60uIDUkd`V3+=6(qx6QjxkHr#C{r`158EdjPNRmD$ zo}?rC&za%kiy0pQT?G*|5i`2+BvD{M4EBMNazmnmR1yqpq$Vs?iozuY;#=uJ7g|s? z9q1u3B7`;)JDi#e^byhllyU%XRAssW+Z&Xi(2=Gx>cGnNY71F_xJ`AdWmDzMU+KIMuV8i7Nf@jxks#e zWF~J1u&gubz(|H!J<}y;Othw->s67tju%kQX@7-1?MS8$1!OENv#YOMN(#8END6pk z4hravoD9V9klw3?p*%UM!q#w1droXPZN%#+MUc6)$9NqF5p|rPEJ2^JM>p)Rg%!;a zb!H-l z5Nphsyw}DW6Qv>6n5a*SHD-!rBK#uJ=I7`#Ni=yYU0zR@Kc&keU0zI=-_zxHbUB|M z9;eGE>2fzND#Dlm-{BL`0}Sv013SQg?qDDX7{CF3S&J>^&M=#EXZRC$hU1;MGgDz_ zo*#DRP4tO7!*&Ylj878ku!tzWG&Z7GvtGy$)}Fz{zs87L6It{gxd@Sv7n zbbAC76JKQwCMIbL{q~d4sxt%=ucTn&a;a9?gRNh!wuh?=<&PsinLv#&s1XL`3?aV% zJ?JMZxAX}i#Jh_KA+|@7J$m@$tu%rygbeTcNz^3^l{?-!L~k2f#6zr6^-|em6>CXg z$|P`(1=T;BemH0`!|Sc?6f?*%3#vBAxR~K5Z;Rv-+Z+QLqdQ?(;KDut* zh6~2d-*Eo=OV(eq2^CRGd)ke?mHMMDyWqy!Lg^`c=XY%1O#e1+8(CN1b-@Ll>*`mu zYMZazGIh=Rb**xxw0o*lnR;w%*9AAt-LQV<$r~=Il%}gsC|z;=6?2W5+U%}{8|oW& zv}!lDcU*H*XLIfR-TNjl-+kSqZ`~6}$YKA-SQGVQlB+aq-RyBnbX?|+cdv!0Tx1tb1fetL{c3|(z4^?6aNWnJ~kh=GqEHy?d?GdCF5iv)6 z0jJ=;Menv3fDMP8W_8hj3L(W2DJ&3X?`o6wg_=5t%F{{)%1B|8b7N#+5s|_PvMyVs z@JcgM*t@LMs!q1TSz#5%@r<#$yrKv;jOZ~hv!H6&j)@!Iz4<5+NJbjjJ-6K{bTV3$ zOA}RC(H1BQU>1=Gq85^V1LbWg+!wKhOQ9HO;m5VAsKt2x`1rUiqr}~qMl~K3@PRfm z1qWz*W@NevmBZW2stSTuT5Z&jLS09wAUMJvnn$gQ!_*gW<_;+)s04~SN^q;TpyP08 z2nTdfQ7DR%fWE?waO3dn!f_mGIHuNe1f_+b)L@l2TST2}#c~Ou2Z$Y}$v9CjV0UU4 zxlbiKP&^{4qEe6!yYEN=ZkFbyzAQCjCsT>~vcu~x*>Le{;;dbVg5cw)lMms zv9;P1$9=*wkaPDSkt5@Od(z?sylqC_2I6=@loZlC?u~fs#&HT+rCq9`1gnhGgDm8D zwkT=kgkd1#D}zMF87V2{rdx^8Jk6emxCaboJN6$;b6%mV;Dh6bVPmK}*pp!rl=N(o*k@Tv`VJI$Z;fp! z?L*OROIJ^R)R=*D3!DLExH!v#s;TVf#ONVM@7Qb-4*g(sbHoBzD50Dy2*vDl%${v2 zPbWzr8^U1vU^RDSz9H+~j~VlDd4cnw$YqNKRU?<77;<@3oT`8w4Cx9K>K-4@Kh>x~ zV`y30XrHhQiIeEq@KIw8%8fNXO4d{=IzsioHu#=-zRcn z%vWUlF$R&IYd0e2zN$=OjRrEIkim({JMj9Ku+!WSn$@H=jZzY@P*j>G#`*zdAo}}D zfavcOh3LK*x9rpppK=bK89N^YXqWM&`ku5|<3TY)T1ey;OGQJRGd|`x)gI^8&UN}hn zo+rro{QmJf&LGmu=LE&)pawJ4MpK(aYN z%zryDJqhz*77*PPn7h{ERYyzx{uv>xiM%_pJ3GAu+u&tjK<((^ZZX5QJ!7uw8)nRmNrGEPB9 z!puABmG~vv=OlZp%Dm&~$|IR~1!UeaChxVGcSLE(yd&zB2gSC?9nGA?A=^Q!d}<~HKOcEd#7y;!FXE(#F)E+_(u%Y|4r5i z`%yoXmh^fHs{cCr;h-h&z1QkaF@yX|3#vBAxa7TEM%Bjfz>gW6VcV*pS|KV7BL8v$ zVeBCCX{uyKG0dpdT;f{YRMQCM(9DBv%}Dp|V45)Kb#6(4@vf~t{dTngS}Z+%>K|61=V9F~mg!gbWEtF%Xvj>p+}>$PmW zMr&%c+89H6=^UPGx5iNav((&Q-8XjeoIhPk4AlKO^+^xZJv*^cb5r+k)_`)6Ul6t1 zqhS%kyDA9b?J?$H4N-Y)KSf`$=Gl2{YgCkO50H-zrMbDvbWXpM8@QyUS3-*LyG%DTsWgV)i%2(1;Om2vZg$Q;nYu+T zQkIxi9RFYos>bm#>1N%ptXXrtSYbvUSJ_vod5=fQIvm|Jx@L`MtXGtsg;aB-T@lZt z_Ab^dRLN7zQ_G`sgs^(eiiC42Q7&Nt5*6!}U%5IT($-P(7bSKP_$bTmiseqOgp~M& z%n{^yO?efn6f7G;VO+Y?tWI?J6f5_NIP7ma#?Ujn4|0z+WHdG`ogR-8Qxc6^i0)_l zcA%%i@VpjKAv3re?>{7GfJ>0}ngc^+pfTx6bcm@UM2I~2!X*2sA#V5Ekyp75iWPF< z+9;Gw$0G}MN~C&WK(w{s^5vkgCMX;w5y~im-w=sEp(_lH6pai zm8lX+Eue}%Gs$J!cJ4xOuZQZ8^%fovh%fw+5=` z&KYdSmH#~&4Dx#1s6f?CV3Fd|NOcX`L(^1P1V5qNuGa72>L^;1XyZ2~G4N)iT2|F9 znG<%u^WHRh%s?6%NU^`yO`jnEu5<~293j9F9YP-A(o+CD5;U}CP28S&qqkX7?X{>2 zPe&MeTNt3ixRkcE8J;D*VV@riB@wZzOtzKGS}{#3M5Fic0XQQ zyMO5=k%wGE?_~sH@H`=7V2l1~LRsp`^QRq6#S}VplvPvkr_D-HlM3@_V*)w5WNZnJ z&!D_s;$xZF3$0-NsJ9ts-_$x>Z)qHW#F4DxkSFHuU;$*)4V5||3y(M4>P%15X|4dr z3qOQEL=JIdz~Ep%spFD{OjaNqlfgd%$m&aRHe2vwz`(3jH&A4uF-@lfUCNn6>*F7r zE$y$)N>h^%5p8dHu7Q0#bqT|6%*{czKtzcO)^x_ur2qv1BfGAR(b;XorX?T(I`COX zD=j{%g8-u34RXgM5NoACBY_N*CSqYdBNMUA{HK{G4C)GA zD9eO)afC{!Xb2%mC)guYVy+oYmq05*i8(!;K=QkFJ)+v}+DQi5VXS%J8!wy`}H zTMV4#1%}~mPLuV@h6e=z6$eOFsaK}4zrmS6k;Pr`N(tub8zh0rle~Jan5(d2g1Ulp=4fi-R4|(Q@aPJ0A~-x2a{JnzX;$c{ zBUEC+@+A*DL7M&J>BKs@?~Vt$9kg1XZg#NBc~?WmQ!ST9U8Kd{2r|c6FxO(2j_s`W z{!S{n5$wZfDz!Nw>#59P#X}840)}D8eL7ZY6iw{l5ObH@6QvCg;k=n4>Vw(B zsJEp9J+qDj2wAfUx}?qr6D&we0HX#hONeVX+USisIab@Sl8~q^guE&apxC_=`>P|A zLlYGeM*);$u0bzwiHL};^TK>2XYRf(Oii`--1c%wx7ga4eSVp%&pFmjwbvp{1a{K5 zd-vS7XfX=T#Zs(7hcDs>$u9Jb7>16{s+Z~8QZkJp@}2Wpgk|(W>2!+STi7ttOE`xP zfzWXsCtfwN9EK$D0ilp8rRHQ4ngmN1s3bV@Dh}~i!eqgMs)bYf$Q%j@8kh)Up$7_n z8qr8y);9vYjMYQi5e|t%l>)Nz{6ML};B&&`z>FdC+`XQv-BnQS)~tzFvEsRVh$}db)Yvho zGsY}ACYr5Py!TKC^o2T9YolGh1V}U(o{$iTfqygo^2>{+)1gHp`3MTmbWvrC04{lA8Ah`Z4zO(Sm)c? zfZ_(()1pH?`P~2>-iH)n-4W&q+Afj)7yuc@X8C8QV1p70IeBK}udb=1-J)~Ggr-eE`4Gk-Z7f6FmKsok zynAp0m6=lR3(RVvBisj^iH*pMy33{Q12hp~mn4%b_^){~!TNq|Bg+*lvpIA5Nb z81!0*J7q<{cWF6iLp;3Xmm_M8f+*oJ*T)yPuLvlDUw}-M!*n>w78RQ8+ z(V>q%L)rN!7X#!F*AZ{8mvU2cB5!JvZAS4*k06(!a9J+fE?HFHAzzQMBJm8>U`Ogu z)I$f<7*THEcZIj70e3QdyKwxt)FN05oC`ZI$EsDRKG?dFRSRUzhOQV37EG_92`gB3 zqt4rhu36I)OTpXB9^G^QfA-!4KCY|27k3h8Gfr?woP{JXQAi>yT1Jay%g%x=FOs!* zk!;HesXfabX-2bo?u=x)k0mrvs~ui~;)KT{-5cf^u*Wm5D> zDx-jIM%#*1Too)|oan|1&zS5UM*57R*?ttSteZSVL%X9hxABWPr zK!2lr`sZ6yS$ZP|SB4VqWpV7sos#gZrjx%*pN`DIH#1*wc|x*g&bou`IC>^ufr2XT zxG)C=Pw?RRgLO7uFX~#^Jvgw8sRloxQjB32yRJR!7VMvEN^%W zZ4~HA50A;NC%W7Fpas}4sJaAQcrxBAa12a#f0&jR5J4lC&R+f_p%I)Sr2@%77bVTa z?X-(in94DI;&#?E<#-L5MeMu&tRum>#FePE;K!7GD1|}6o+zJ!)~icaJ?JB=+99jx za4F@96IQ@hY1=+SMr3evC;Wj}z1yu>3DvQ*V*7|?o4`%n?j^|egUmhbndFLO*d`6~ zII+UOZAbFpNDJdQeT74-h{F))C}__CzI|kUw|p)siZ%t23sIXl@UKwO{nu-mePHc| zcN0%i7{KsS$(CEf7IYbMG601!WfjONi2n)=MQu6Ui0BFm9F(aORWk5F{Ocs*`y!F_ zJ|ov&Tu-|^dn35SaXZ-I6u4BB(b;sPC5(->AAOXqm%Y2;Lu62GG8`D=FulOV)hgEt z&B@n6*n%e`qD4n+zm$&m&6XdnS+XYv}bP8LUK2a<`FZATbry_a@_rcvY=lL zaY1zUN5VWO|3sfy&@W>Q2$PnUAjv$5!U$uxNCD>*ANi;lJA~pRVubdVj}W+qm;Ns$ z{yNlhCY#+XOJNID^(O^+o(>UtJXceL0(ri~8`y-B<79pRYk>oGC)d9=XP73gmQ*;{ z-zp&ZUMoScLxAAlE&>RobkaazeXD?A%hy|Iz}+c8a0A9@EbEq}QymMMIIcT2UcT7u zMtmHkD;6U8QA-QF+&JvgKO(*A9_l|TTRGIqtsD{%7+m{S_H!5Y=K{X>B$O_APLP@f z)h>^UE(La4%cki{s*sE=J*qy`CeroN|eo}y{ZV}uz8d*dN zH!@<)B90f8%@I2%f-1A=IAZafcp2eEQO^qs;C{N5fO}W~?rrN2IGZZ>stnEby#j_0 zwh|1F2r#@aEHFIdsrB=%g!ZEX+MiuJv_HdL)GuFOGz^&v7eSCJQiofFnl~14u?a_x z3QU4!O~BUoih`=&Y$fnsEP(e9>kmAeGV7GDSN%f^)$Kh33>z@U8r5xqL(h1My||&u6i|LovmNSCzC;+4 zdh+hG*%CV%=|3vc@GnE$Fb}jx1hoHR?a=-lcTqp*SRX^$KerNiqXKyUwEn=eRf#$k z{pS=-a*9DAweU_x`zD(PH%DPuc?-{4E zuJGa0`=a`yt|B>4p^9!S^B<^3hr){+;0=g>uH=7Ye@>ZQ)yZ*gt8F*RG~n%cxDw#) z==wpSqI zFXE`!p}HL*T=f;5T->T5%Ks4s?^CS=&f@|&iLij9GnqOf>Kqrn1I^CDanX|~eu=v1 z{X{Fb@+D#`tIYz@vEwdt7ximb8>8Jjx2t$9zEbe`-K|{w6Jqi23TyFe!sAy9_`M!p z?c1JQdFe`f=AR%|ZJ+P<`XQ^^sTFIF{-Xlz-)|+fe@H<4_tp;W-xi>%o23G;`ZZg= z_)1y)-?Vb^r^Vv`GOWdifND*2;b@wIWj4}wAv#z%!ay5JDeC9^v?;|krjsyr#8x8V3xDH(bNNV&RCLkX7L<*TX&>WY@3NaOm$ zs<#}I3E>Zjkxi9(dVf~1`_^x&)3DX=CX^c|<;Trhudc<#eWFQUg*1`-oN#0(!?7q* zf-pLYClTo_$0359MbcA|g3tPe67+GQ1-l>0 z3%^=^;LeDDZq0g<>2u3;dEdnO|?^g6loe}DuB8B^6pSkFPOp$Emo>h7)7Z6Kq3LHQV7EZvZ2EJ1b zk6k4rwd+hekM!2C*`Nx7Q!4z7ZK;u|_vbDVyreYjEyYV3;4)s88Y7)>@ly33dy&RK zZMK|AK!Ugw!RlSL5ZV?6bLv}}ZtCCd)U(x>BGgGmgC-RqE7~(AhOJ&@mXj;hYteRr z_EwBqcA+J_Amn2w25am>x_S+|PZkm@nNMAXVXx=EC|}b`W*0iEUW+e~Z@^foUPbe$ zJ_oIFu9!_H(&d$9{&_K0%CB6=yqcyR01?Z8g-4VS*MyihZ5$*VJBD1LWv~t0R9yk7 zvtknoAAYn0b8jh7B)W$t1C1nK$7H6VS7si~WG2gPj=m_Ok+f~{w_C2JC(8V} z!tDaLi`+`f(5w{!arv;vYp&42$4{r$7lyc5lZ%zs6THNOl0Ol)}| z^Kn7w}! z{{YQ?OZ@Y3@y~CIe+bj?2w`8$%={jI*)A}WkudR1jB|#XFAz?Co|@Y!HR)DruBYZ2 zYVM`j;|MibYSPr4qUHoOTd0E@sCk^488ns5f8R{g5`$gH&_K&P$TAPG%$;B0j+eR9 zW$y3-ceczOEmtz1lAZ8mIZqT%mOt@iKR`3)$#N-rp6mviF;AA0G4fh6x5hRzNNojje&78ZBex{aD*t`>*RYy>Q-n`Jj$)Qy!s z?^=S=b!dPV*VE^p1F(ebpigsKtJ6KlO=QsOIcLmOdiELSJkA@QERaw?%pM^IdaNTF za!8`?O|gtBWIgT`bR*%+3LsJcQGfFR0f5K>nz^FCsXr-4{10g>v31ENkjXjXzhCP$ z^FI25A-J)jMcp!j;u>A!TnlA1U#_I-P^K=<{}E-8pVFoi<gl_3B#WwOFJ^`PDPi zRLfQFyOq<;jI^PEBNa)(i5I9~Cenq9nMY=cw$2DwYNrFWu~5iXtb+2QP$ZIw;uK!? zOE)g`%cTEsl%3muK%~}gd`Jb%pVt7g7BEW{*1?d@#nv|e54`y3zi9XoTd z6k9?~p>7xhBJF+A-l1(y($J#0l*r?^STWXJD9!eykVvNlFm+1hXAY;9nrmiYKSi42w- zKfv+;TRr>gU~_=9z?e~mT=luL*r_g~+!f1q5&S)exaZLW>Q?H8A@9usKq^xDkoR>sj|0) zQi^=aokrqIREo<4zMv8(8H`zVMR8h$dCST)cJ?{aWhv_@?7fhAX^1e~rNEG#q<8J7 zoYHaj3I-jn z2Q9M)qI@+>^ktD>)&@3Rc3AtQ-aHgg#nvn$TOscmmt`aQiv0!Fo6yA|3q-zGPMV24 zh}d0Od;)hBOLl7Yib>lm3ueb6C|aF2v1>V_)D@4BJsw5Qj4b8`&t|8nu?Y-9DQ### zs4ABv3_-P_J%p4lRmwf0%>Lo5jE^YLYbbkT4t`*=(5_xbshtN-qq=r)1m%AVm@O*D zq)|l%<&(=x+w8QXeCr}=`+5@l@^uM4&?d9=ws{{h&dsIcX)4hyZ(O)TS6nOBR)Ly` zY`X2X{%0lqm6>&8In=sCK1w1XrX7uRkOP%*z`kQ4ip)`xO84v?7*T3`QZW}WD^AF& zu0g>FT%~asH~?KNKyz}bj9xCGug$(fVVa)#h0DlF5OOx+q97~Sr^GMfoO<$RngJVdJB!^oc5gCLFr8H{DLs|;^k0p&zP7EBt;_tdta+N-cARRju zly`9ps@?~~2rk-5wr1(x-PWVXHUOssmO%FRq|Y-1WE>gljLdHDuP%5kB%wY+8|3b z{&ulYfxiR#uzVf_xS`=4ZqNS^iWqX=)L+&(2T`rMB3MvMtBN|h189U!T)|F99xzs%aEZvu!~)Y<;$b6H3Mgbm_|AYRYKO*h-K5Wd1prW2@o*OVaBM? z5qwPb9t24raZSfAnX&qGa=;%<0|L(ZLKyKX*tUU0@1$6x^#VRuL~$@=5RnVA12z z&Pd-A-I0;PBB}6T%1ZGbVolQ62kjRf@i_$01SUQ71hpAuqh_HtBV5{Jaua;b z+>I$P#^xa);I1dsVx9;ra}Xm^-GAI#QrbJ?e8P(AN5=mK-DNSp4rD` zn@Px8KyFn=2;apt4$5&O0?ZTVHlR6>7Uf1&`OZ2IPO3}>x^_@5bVsIy#W{;pENKTm zihy;zU$+rj8Gdi)`BaXj_O}Yk-1<)eayTy}?8_M5|6_L>Mg$+HNf zs88pJ0d3z!e3LP%&Y3o{orv`rBV_*;ax0d7Vz=Y|@lmZ; zm;H9od)qh@fzeqBNx)qN1rjXMWwdm$r;8Dhg~@iTkQW_@AtSFx{JuDshNFhGuHizF zG7NFtg615OPh>0XJ}7dZRA@?g;!fC&V|M6sRKZE|ET+90=KeguFrI zAgBfG+^}EeuPvnwL-JXh(uOb%`928yTq$iBBN+*w zL%4YzHD4#3{3RD>YA0^B6TxQS&4`TWDQtLhOyoQ{{=}2xYy>NbtK9gv|e4z)-ONPi8IF#uoKI}djOezU~B5;Bu)LUBu$G(yqg#hbhc!- zk*xH*EK@1PQs(?pPZ6xChk}f_10)UVUo}!IOU`Wp6Htvhzo;#%DI~P=H3beS zk~R%lNt+s8xurBYshfTd^M=Z&r*3-4N!`@&AdlE8jF!OZ7JDb0EKaVn2C}@sZT3^@ zh6kr|`Y^2_a}A}V@}zPS>(gx&wa)))t{R6E$W%@${`znNcfuwm(QnoLOYKxnH7Ne# zq;mT6Fwk2<*5L(zruFLL1wN^qW*%axZ3m&lxQ%EVO5p=JoJTb2uBBbLpZP;WRh$ zT0qRrE>d9S1?q0&$Qcw`WQDDFXuH0gVyUoz2tv+9M9a4W>SGloQY=9$G?7&mPbDh} zddfh6s-^?I_|k_abdqr3N&3t*z!W+}6-DGL8ag*61A^Gk7IEvUk_xtB&NO#AVIW?BPeC2pMT{JGe56FEHH)i%vPZ1W%TnwKO2Y0B6Jx{K~$;|$<6-^ z`f^zTL*>O1!?$3Jrby;vpb5dw1(7tNo_;cb>b@hWPUHPmqoZTEkk3e+h&g>$WLyT5 z7s-o=vnOJx($pCN2b7=Sstq=q>V$#;UJBL?WdnS_lFvfP!A^+sNc16{HEQt5E&BL2 zQtOPdpEl0T7&p5ou5R-75I5Q3guTsftA`WbDmJ-`JFJ@%R;Oa&?~M&_HY>Me1VtAb z3vp{aMi~j$k!Cl_p+B)TVbGtP6Vac;cc7o?l$h%1*k>hFD}jWL;IQKUo3yf{l^F7v zq|!*ePdXWqXeZ}3MN1h6@C9ivSyG(PpcjxOHKY`Qtj$`a7;SU{HtOi4I!}A-Ce_YH zR;H42E<}8BNIBgshImN%4nfKWcUV6u4>YrRHo%!yo9jX$#vch0xE^AZka{m=bU_2ko7l3T;t~Frp5YI88`m}5aK|}3oue2nm@(*+7$sj2OQvfUUU9x4 z=gW&jgTB!VK2Tf1e9_>eN$Wv_pJ_<(NqjG6L(Y++Z~DZ&(T8F-mcW~2JrS*Vn*Nqu z$&cs@Tnl9v>wJs`7k^_>1n7_Xsn+LSQ`GManlPZ%1noYQI=Z*_$vzk%f0Tyjj9{Ej=S}f&F&Xf?D(4yvBObIzSt~2 zc+?V^3+waTVclv;^_4Ls5WKisX>Si7T`z?RDF@+y331~+Y(ehYx0^)+hb@SW4}&ep zIjzbTk}wLTk@XJ;2qSU?j)Lg~EWBiV0-4Ssjm}&JAF}CraD!Z~Yc2-{P{22ZdAfN+ z5r8@19X(Q+>*7Z%beb{vykbxvOO;{`GQTZgcpIH`YQOnA8nxf-Gkullx6&&i-3T~D ze-nCb>JGp|^ljoSaszi*KhckcxI;F$nR-L*Ss}v*L);1v8A>>|H@h(o8H%k4gAC=I zRwcuSaGjil)Qk&T)TB%!ON5xIkW|i-xFxeMifbaVG|5$bgEy8o)gUh%_XE1McU&j1 zG1?-xINj>ogGyo(A?~X~Vx!IOq=&?0M!EgmVf`c)Sq=6!6q#;Te_SDkM2JB15Q9u3 zc&1qpI>aD=76viMUC@c4iLU?9zDHHvV%+WsC{C{T+~OKTHJtY@g&ISz4H4fQSH2(D zdUg4OY{M;>UX}6Vla#5OEW2ctjimIvzf`!-9RN@6M&Ntw0EC~cm;laGjI#>+0NUA! z+lrpp3PdKLQjlpD5)|YPLpYy6IKmhwf7JFvu|85*=o!=vzz_?uY=vVNqVy_1WJedP zo^;jUZRKL%1Ls{1`{#$cAcZBpUE9o1ohM|%I~8Gkh;%*coYWv$!ruB5TLc#{QG{vm zW6C~!FvNXuNcDYMuP##U@{;Pz+t^POG-B2GcIsHh*!5NT;gV^`&gGqc203p z(MUUzoBKKtqiT_ezA6{Wh?#QSjg=rQTuUKP3l6uU)Dy8bS{S;vc?YpI6OO$+zUrhb zRtLQfj0msDd03vyW+jn;(+yP>uscJYGDY{eyji>*m+odMKRun10EEJ97>T%rqdsfhbS}&iE7`HY4pu_iQ&`e_Kg{ zBJF$kADiB0LE7BLQJ8Z^mdoJgU>ipL653#_FKwC?Ek*0hHbxq{xefrHcvWy#MjJf) z>_Hq}_+`|gnBjU*M`3z@+DfJ;Q$p%Y&vO7=k7Q{zbV^dQ>enf~+0YbS()+Ul?|%#t z-i{9WHLX{d4%zP`Wcsh#utD-L5zXBt(-qkq2v~p;7tS)ADyDM;jKM`6OGQFe#{!Mus=Qc$*Al|vaU&OrB^M~*9-d=? zOdsm1l$};KI#iLh#iT79QJZf<2G~oPfI&n^ows(CC1kk-maBL@>Bg2)U?5k}Qap=L=yI)VhMjIl~!lot^_1!R*&jqMHag2VpF z*6n5fya(zeA=N1R?;5GvTBaxC-94+)o_*NR^WR z`}J*Av-v54rhPp(@HfXXRRT_{o88)ojW5hiHaU8V+IzM^e5jREDnAWA z&jqPmjBI8*4w9EuBU124pY!ShY^k`c8hP$>x>ZCCBm@2A*G%FMDSy=?kI#k07I~)W zlC~lf8B5dzAl4JsNrRqfIuQuYS^DbQGp7)K7LbC~PNpY}_KID7rE34`bL3iCEkUcE za?f=dv=g+xo_NV&OwUfxN^=$8cvqqVP6d*app|u`%L!UTNYKiVeAXstB}_wtR>D44 zf>y>zM#9$-ZoZb9pCp`o4K;s4&8MmP9cn&K%>_D2y^5M&qvltr`3f~(re>Kscr_X) zK`RY$Aw%6SbJxq0f#T{TPVZ({Ll%+mT{bkX4P zag{8sM0bs5X(eupgW&(fd9;Bnty?Ke>ufroKAk8SsZ=_VhJCI1)T~>mt1eepR%$U% zKGx3?((wVGJ|Q3LOc?oC^_4W9gmue7tN^w_8yKom?EP6e?S4gDm2Fj7Q@YhJYrSUv zj=s2P=~n+$n@%{3{EpVEYmq+bR;wqb=@!bme^ZREdKHaW8jj1N)~B?u8fPoyCrQ>m z)lz5M)`UT&Rf8xvbJhP*DPb+(l%9SLe#k_XDsa7uRrMBfkPsKGp(m=WfxfLwRC!m3 zaCNRY?$CO5p{ZY@%H)}8Bu`14PtWry?ue1k8}ZmYEcfk{cha4&a&fUcVRk2S6_KrS z2^N05+LJ;G6|=|c#p$4~w3VGSTerXN3#^X(r=y;qy0x`7g_&0N%GE{|Ni1J%C$Vf2 z9G1Xwa#?m@6%dSiF3Vw8F3Tpz3QTEv7wsHvdKVm%x{CIuchRPK&VMhkp5{Gqo|Y)0 zp9b0XTq&hjG7r+sq9!vFr>;9$o!L|mgxHuUu zUlIlhNXR-&a`~B2kog8>uBBHhqL<8oc%AkE=UhkHz1#>?(_|AV8MHFF-g~te4B>>;6p>#r-dRxGL}V8wjLnw z*!Hd+{3>hBXc%C#Ry`$P^?G~XR8911-c7aFQc$l=sGm-x1eU@Du#Qzq+{}FUmGPW%68zsh9N0s zGFFwl`$)>Ia4pOlIj}P3-Nen)39nsPdyISn#bZs&(8dByg5A*-l`{A-1@gZUBE~zC z^g~*&E=hVbc$OYu@`GterZf5x-_Zn(eD`8{K3$}$huwwJY!Cg_L(jYIBafUpjTl#i zx27R2aEwGkWrWU)w9CVVQYn@!u+)PuC}K#+&zyWwA!w3>$_9KO3MgJ7g8AkuIrzFJ zkpn1OC=yDzy=IVuiB75{kl>g~y|I%zr*0OWBT?2Fd*L&SYB43Q1SvhzPg?6hx?Yak zwXHf*rfnoxs9fn&8Z;fL^mR2+ZFOH5Kva30i+~ZY%p{7Qm0H-J_#EcY;Qi|&MSfmbB9{z#2^@aa@ zH_Wpfat3CBuUM~+QHnOstP10mN4ZAdy^(eV-SkGI_ib}V$;Hm4bF95v?|x!Myh#(P@F_H7}G3pBoFP(u2^*m_rR}o7R z4!WdQ99LZXKoxWlmPNDp7)%n`Is|h$BAgaI`si+qK)C~>B2_#^KS1EK!!S{C&Y&t3 za7d*Z6cNiDEsfCP^xf-y6Xau^_bE|6lbu`(V$J3O3jLH?TyIFK*!tXm4KQS{=}dcD zP_F?fTMJE{GcCz zXwXZT78Tti5Y}Pn9?uWZJ#^;!9=OpR1{cY~m0uh+iN7M7k7Yrl69sdrj*c`+~l2yg>8T|(k7$~Z!4ZS&x3sBl;*5?>@vi~63ijt-Q^q0rxRF*@tw zB*a{p*dPAui#p?Yn5kfhd}K8%;Y?PGJ_PYM-jRrw!$l2r~nA94N4nX3h{;vBuIL!nLKe!34`LA2Z0nN6e%N{ zBNCo5c(C|3)K)awxbz}!+>5YY;<;%=?k6dy2**r2L3W(FHG*0uBpFSV_bE}xViyjb z9QX@~NU2>J>S8jq2dN6=j#bwN)pA7qF%@XE1{7e18I)uybhR$K*q-|-sD-$I%3@60 zl4S)Bwmo!UbbNgOu}9jrQ4s)Iph(*wcf*1J2N42dFjXVK86f0SFip~ur-U#ml%90r z3FQ&>{`#<2Wkpj#tjHsVrdojZDz`iwGFhoBeLQHTYZ8qFKPeh#9tH=wOvu563_B%} zG8rk|RP)RuW-P=aXDlW}f>xwrAZdmn6=kkV{m7wrU0shT&o2i%vyfSGy`nr{79xXi zY_317_3E;@z7UJkw2mq^AfcAGVdScy-HuQZeYPMUu@rZFO~Z!DLI84St*sSI#S>2T@cXJlFE& zQW^n)^eT>hP&wJA3LEVbCSjVfSp*ic%2INb&XeNmzPeVb^6;t#OvmJ!&`hqk2Z6{I zIePfrPf_146HE0b4}8_hyg6tx0Rm-BQFkjCtUa#W)3{wq3bH0sU= z8q%C0gY6u1Mnq`bv{}}v@f~4d=F_iOX#r*`d^ZrubmrKMe~5&Q$`yQWy{s^YFasfK z@L8}TeRb`bFM%)n20~QXgzmoNaoleH0T!}Y=1P#`6PCgM)A&Q6gzm@cVul+t*I%$2V`-@Y0pc9};za9y73G9cVh@8}DRmZG{u-z$kh-)**yg2ZrRcHr9bK4Y3Y{ zeXdvs#z>|K?+sGs@5%UlD>XM$bAp;FY7SDfkDB*W^Xt@{Biyb~^Ly0%HX0}1frhz| z`7*cE;WBr&%pG0ePL{cYWq#Qe>A>{CH2w$FD}Un2us1z>l|3UzAdF9*MNPq%R%h*begn~zYn;;%< zqzgvASap>!2_ji5Ok$%H-B;aUjmmrPT8oP_Z>8CM1)BqssCSQ?&0{<0pf?PK!0V2E zST*+Kx&OB2*ptoZqA}1m0@N#9K&4SO0=ScztI+~**YY1WfT0)t;Z=bBH#Yj?e7na3 zcN4{)%o)j9!*)%`sJGpM2&@W)HFph#u;SC3%u2=(Z-@ z9y9~hsPH4&!kR)u%W*4sOyR&aWI1pxHoA68hB$#EFUQ0o)%3uTha6w7h6f3Z7`esX zi!P(w70dcZirj8LrR}+MSQW=q$KUJqw1@zIFR?)Vlw3>b%AP#jK*oruIPAj>+>s#7 z#)#CQ`im1I^4>5ITte322k+5(b@2nA7?J8fPt%1Od_Zx6pzL*V_@r~`hZ(p3fXA$vj%QJt^BvpxQdmw@+)F|Z^I9-=R2iE+ z%ofw8b5|&2>;DheuL%23Xz0=umklCs>DaEKqz`#(9_t}Hw$~v1#vI%48dd!7Bb2D$ z>=}+N7_qXc>gTl|Rd(PDA?|>~20pL#>S6~qO$bcRl(|m%IjHYpax<$c3T)6 zilHiQqe!D#0>9;JE}Up02Y~rV+p8*W{~6*wI0*d%tydR9-{y0B_|95Vh!ND0Kq8^_ z#g#+PfcYxKcEfj73rVQNCcS{wE%za|^|+F+L1ct?>vbi6e~9pQi0WRgR~J#;u$8HpY1}&)!vQZnjj?Z@nL({@v%)t-gy>C-vf>Nd;J~*L3s!5C&_| zXlvhmlZ{om`96fs8ol`rfQVH8$zK)@oD3LOl-I8YzQ?JjuW{5VH`x|R8@NL z;W(|hjIP09K!p10+A{-?g#MS&(yDC*aamUGz)NV|%kTvyo)#aEd0KqB;AyeyL(|F-OKRD*vzlP9-Yd;&`)ZfQZLDGI zcg>xvz2>?w(Jq+ZMxfw3L*iL;TW#SVAZP2lV16^fwy_Il+Syevn28*NFPIrGTx)T2 zU7F3>E|?$mUNDQzpu;17jB%XNW3_SX05xB&GIP?*& z#5ukWhP@1_knlH1&_w7BGIUdwLkBr1*#n%HOPm6U3~6Lyv4+@%GZg}5WH>i!H7kG8 z(MrhyAc0j1pX$tLFjVyLBnISl(AtydSrz8;G|Kke@mmU(&54-NQ%Eu#;iB>WgY zJ+ab0S?#oGz+uWgYy27M|HWDjF8@E3aOetlsPQ24#&sZKa({82sSv zeh+5TiwXYqZogj>mOBtX((d<2ntU{J%*{_5=a3664@WVY*ABm@Io}W>IScvIh16-T zl6@Ld0d=ZQrTTmCc^!Yh8ZQ7v#7V#-=RL79nLqnIF90Z&25R=UtuN=l5(G!9wwDA$}T$Ktu(V zm$=()H6JyBwveej6@I+i?{N~Iz$m}!2()`We(zZ2N`qdqH3gUQ+9T_yIY9B>TeXT0 zO~JP}ARCo4J53eLcyV|5O_Yxt{If4wpRE`s;h?}ZUuXh6b}Elp7DQJ>I94$5{q3~0 ziUGg*xgG~OL(8X%a%92I#Yz-<%>zB?_a*yMg9k)M!K{ALYd@^sZHJ9_f&R-f!?d+0oX}Nw=MX++L4vL!sMXEb*h;JKd~%HLCS_*cLmwXQI@bodCKT1Pkod zRr2=gJr*l)S!22o6zVo<{51|VhN``{S8a*8%Q_=dHe>b8s%`6W3Ex!<9T73R$=XGL zcA=wB5RQBn58C%GG)eJ|cbV$k)s$P#y$hc@F5kO^aPPv9eAeE(5T@bYg|N?c@4^_# zNceHW&5u&^GHQO9nh#O)el*T~3cYY4Lk})wPrV|wP!_!D==Is4*Bl&GqH)7K46pWq zKeEqONfa|@z%z!{@Lf>@CVF{U1>l z*``e=oJGD+>(#YLzfiGRcC7VkMV6vt`9z5l;Wm0wIGANYqSVes%KI$Oogxud%>qR0 zHmU;fs0Ny~09=NOI2a@Y$5ilpHK3LTj@3Z$RtAoZh6q>3_Ig0;)rH7@fn%r697`L? zEC(*0EEJI2ZHWWNcDia26=P&h>^99(z8i_|ddxz$zej$VNaY@l#mPx9Q9hkcKHS&8 zb09jn6FJeX8=Usc*KrZyihIwTqA9wsaBdHpgL-rGxVE&W5YY)83t0Dx2p!vPg^o3` zdh3S82_8F%sY7n+!DEj&!DCGf6Bs^rYl+sz)rJBnWPLF-%c7BfcUOp%HUO%Qe z0c06kNI(FYSfqYNt95u$uT31TAOpx$T=wA#VFZxXp#F;!K(-tPnoGz!eBsqvuP(me z6F@feWn7|nbR408F*~s&D)>YW!lp_W&bY>&X7SaH>Od&W!`BX!iBdk#m)w-ekyEth zO;o7DE0q4&HUaXbHTHxK-E$|bdpWxHIBz7yMK^M8l?+jg9zoWHB3C7*urwsv z#5DuuP%e}ZynxX-ohB6qN?4_gxL^?O+Viq%5K2AF8c3O$bBGSL8Pd6uF^6D>d1h_m zfgZ3gTzn?x>7Ji1(Mt%3zzu&sa%Ozr9+U@4;{NR+i$VAo2N=g2xC+>pF2Q9wYm`r8 z?FFRtfO(mECl>*(bmZ0{IwKh00xxL-C8~>55J|^aTR=Q|3=RgI-#U$K@c^Ij$tIry zC#N-5MJt6RTjW&}YKZf@&^%mD+K;L%y4qgv-dkK=_yNDD9)wYu`r9KH%Y| z{`EFDQz!PBF!$dzh!&LJFypKnH(Wva4G$8CG}mX7u`cHQ9z}|N5@I1(bNW)9sPpPe zL^ddAz(7!sJT@IMJdnRgl`s3L@H(;?vw_B@S1`b_q@vNgUvzEAacs zFpk@BJd4OFqf|rA-m~hGREoX3CID0_{(cx#?2)YBB{Y_j^-YweoC1U|HFztyOEdPB zqha9g^TfT}YPiczsU01|gOuO~=rC!d@FWU}n8@eQWxWXXI4!(l zwjr;*s47PNw+Z!g0ZuT5QX5`kS5oB27rJPSD`-N~ww%>iN2eFbgH>3%BI4ypEKx$T z2PPD9zXI*KiKzy$JU(ym$ z@QdsJ-X1RBI|a8bu8tHL>O@(Pz5(fQFYnw)cvGqhsI9W*vA|na%DN*XFeHEtc7kyw zP;uL!=g3bUmIF8s!7U^~C7zH=Gg&}46f`4`+suJXDn|ildr0m|wv1{|NO=Q>R)i4) zT#nsD3aA)N8Up&XX2d6Pt``i38_$xt07iYvM@|+|oWN-Ui3$$#`LY!V0M={QcXY8k z4!M|HFF>fwa75cK=d7t)1|Dnxf+|;jpiaoEGdmJAvnJ5fu@BICEiERsP8+T8y+DBL z%&8gksZ6w>(x8v|bUm}0)Zl`RC0qzMtBDyRdO6&$sP*dNes_8gHZu=FQJ99VRH&4p z9->4L{Jl}!RjOaIs4EUF>GE7;4tJ=RJ4GMiey{0e#&xq0N*r9=Qium!o10S z;fPY|h05$4#$|O((ZeF(M9S4<&?OCc^b&X;yr=w?S2W&VuGRfgnR6!oxGtG8XV#d+#=yscjvJvt!G;v$ECTJ3)dgB!v zfRy;(OIO;(5$8z_r)?3@1S9rb1IubHD&6>Sto29@Q-f0x@z(F}u;rMMW#!?3$fu-* z>Ue)vB*a@ogtx<)-lX;F;!J+kT3*F|4wkY5Ri-4D1WO0!-g6usr0t~5KDD+HeIhav z2TUu7g=>AexeQ8$RVbs3DHG55x#pg+>08Dr<{F+9PB`|o=y=n}#8h?U7d80VRN#q! zyi>$K`mV@UjP&Tn_fhxmtMOa>-dCsefuJb`5ayZ!8h;&wHRy(BC#xZ^F(sh! zWHtT(k>_w3(&$_y%W5RFYnHlqg%uw!`C8zPhM|ec@l~qx;cKl(KvRQ{`Bp>O3_F=` z0-AOlkp0Y3E6Vqd1Kg?}(z-LAiwW5t(qAX6z7kWiJ)~)V;u|jjYiY@jhcx5GWe@2P zJfshwnW?hODYjdGzn|i>3=N9F3f%6)SB8dvlfMnPpO9wfv;kK&+Gc)e) zDxyR2H;yFiL)Rrj_ff<;KZ{qXy0eJkw+k(gwsl6@77c21M%y-2mnDNVTUp51jB!wd z8@GQ+7)!{N4xzIgyGmwk9NW%!v26uc*;Jr;u^>WfkrSxB7hky@^k8cDT-A|FpNRq! z?QOKiHoO5}y!O6r&ds06h8-@7iQ*}VbPDEh_mPiYb;Z(R0rqK#EZ{Rw)dPJT=v?rp zBb`N_e8g<+4q)(64B1IZ?H8%qFMrC>r;D{4myN`}t``<2l}x=#eoKP@YB0i91_6{pgsWraDQLaA7~W>D{kfVvGmZPQ#QF3*BhL{7 z38dmw=Gt3BW^u7QVRk2S6;VNE3Cs}a^_pTI33hgO6HX`Tes2U1y)D?(@`<= zDQ&GyVW#D*xZ23VgYCtZ6XRl&;IPyfCqUp8SOs=QcXAwdoE)1SE6|_qF4{TTbPg0K z+MDiQY~}^l)4V6n(-K93{odX{D+_R$6svCD(BiO=8wCqd5#NV}gb^`NgH;f9)o&o) zs#TuY8#56QrijC8z%z7mI;9K#K`&NMW+uAal;vW)t9?5pIKuZ;r0A2y5 zfL$R`b~VZNOj-S<`Y|{?Nl3yAivVe-gyNJztUb2v>gd?CsUvd0iYkz4ojRqmNxEmb zP=?y-_(O64MK@lWs>In@fi+a;_tmt~Yh@**QLt6z7{V8{tx$4?_ zF{iI_Y_MUix!z{}S%-BqohxMbFCjwRLw2_bkbSG!J@^=iP;~K40d<`!U$P!V>be^5KIvH3&e(neh;D##1DkCOq)7%R$3ygb+gjF9#+~gR8_hthe#I=FD*8V#z7kV3j{CCa))@ z&Q4%_YuI%oy=LCB2|Vbn)VvK1%q?%H&+kAZY4)e-@9S~@lu>Opin6}d$Dr8S*r6Jx zMzX=xZ)&VvxmID%wI5Xu@t+70!yUupZ)v@{j!XA8WIOw0M+dIkvlYsOL8p=fX(Wg3 zI>NcpBS+-DsyxalKBd;hCDi*RGFWCSN!TeBiB9P(0QGO;-M+;goD2zLBhuAt~J2TMY#rz(69qHv^Ig8P9wmuGWI zT{8bU0opB@@2vw|Dv$euwpVL8x;vuxbLh3H!@7q}-Y1CqPq@SSMekcKd35kd=CkZcTzES`U~Y~m)wk6-ZLqVIaX;3_U?B)t~w(W=}Ctq zJV5<)M@DggOQjIXPT{2-qE7BTVBshYMs7ZcnaB6A?tmeiCWY05m1hfx%0jw{lAUyl zVv;1Z7ejV?{5EO-y9^^d4rKBj3OT;{Ryk~HOgOpTqp1If( zh5leovHX(EkrjuefrNo^EiS_GAz^S^Z+7!_kqdURyqiS~ zo+6;EMR_U<9;a^Ir=iX6_tYtz44OiKGxnNd?xq;01A6v#^LB~|k{`bka~DHrjmF%m zfRJjQjJ0#FGG&Pp+8vzIS=rZP?E-hM2{qHhMCAAf8-|ugZxu|WkvXldRZA8pACn%%nUzxImJ}3LF(iP+XdmSRtF2 zfy`q?bbwc$K(!XLl!wvu3T;K*j)t)9y8Qx# z8ql1tmBoA_#Kkz+^jli5E^Hd`!KOPW#1WHo4y#oPv{lr6Qd!uiwJC(UOM_yU)Ma8} z^}AlCIy%}$kt$MDV5Sp3GD#s{Uz>2YJQLtycxG2*Akw~Fp1wt#Pp_}>nB6C9+{`{d zcmlQ-qaTyMLNIk}G0%r?@3#u*_^M9x_aW|vb3%R^y@qo_-YGWpZ@I(36S8hvs*Z%c zPaZ~lFr*QzJ#EiCvQ2UFtlkkgg7uEjw{8nSNp+(){zrJyX#z79`?3MOg1lJo>#Lsx z2s`PxsZNnP^A(_t=r~ey^6>9nV!}UY7BijG=Jy)zVs%AP&Q73t6U%jG_g9#mFAzO6 zQUs&fOPQcxDJ(!*!@UG$iqmxG1=B(@jd-9^9c*vA&i10dY|q?QgXiH=tFEcoh_5ri z0YV)&1AG7|w(8{6)1uQ-DJF9&7m~51I#^zRq`hC!^qOFKcLWY@QGzG-R+{T=A&L(#@O}>+<80CvUjScG+t;BxZc?@h1vsG+6bZsNs4`f+I0($-gWg_X|VK^ZMjbVuuG3#mm@l5$yHmQ z;uK28vij}J*IVgVG^3g8dj)_u{AU2FG_iG#?QfITtBafu`jGSF0h|Ik$vKLB#L`*z z(XkfN8Cgi1>GCeSvJ)jLK>nF>AzPST>MoRKd*q{C#U(_C=X)&dmDh^*)z!O-(RXSK zuq}t4+F0A%xf<%4mZ0ed-cvU0-k_N^vSCiasr%5K#6~As1g+kC@lq=XVh{<93KCNB z0T>VzW$dvW{7OfMhztbNZl6k1$q_P?T2}<}T7i@MlP|32;z4*|3Fj!zETJX`lF5m< zRG@+E(a3THbL_TV6znby(vjX>k*MoW*q(a3`}$np^zVvv@mCJw>31ay7iSsHgmm$? z$(fM#kig4p1h`dl7!CvJB#t;D?omcFF)T7ZHNCqynn+I--eLMv^)(6FWp$A>9bc)b zGyG-h9y3`kKN(;z7%7gn97D(H7qbSLbt1*t|V#;3T~upNh=O&?+gQot4~<699{P6Q?FiUX<8or z)ulAXGD^itxu&`lSkn0FS74tzilTNU6#9jRhe#GpjrIJhVCV0I0a&>-N16S&)~idI zJyt`N@$&M{Gf~{#j*5~Rxcjhbs?h+uevz z|Ed+Fp#EBh6vqWpe3$3Ej!5y)89py4Six1w>p%+oYSSaxcdwyW3tPM#tr&G zOm%fNL2^b_%6U)!)f=hWtRt8`%EEKi-`8aGf?U-XSzV9PJT=@s$pf-}Eyi1WM>(E( ze^!{@<3UK;1Wq}6%#7BnBe=#+VR4$CQGHU0_k?37{4f!shJfWn0p$io=Sgp7O=A&#< zS_9`=;&Rb4m&;c``%5URQ`B%ifaT?o@q)rGLn zRn>(tl9BK!!p$eC$r4VcsreOZeuY}gU#>==v+MWk>U&EpcPw8ZxqC#jgnFcTBKhwm^ep>qn3ER zNFYM2g!eR5XVm8yTYLc6qXkwt>~qyq&~7g@c5VN!0SZe#(U zp2Nx_i4tm^8pxc10J0^K{0IepONDbw>`G2|!&nvEeZc#)6Y^baH(b42JA$v)x+e<9`8SPh z)x4*DNz>=d`$1%Gi6xV1HpK%+iR~iW7Vs@=A{a4`lW(y=(TMg_IKyTo zFQ&9EINe(0<&>Tssqof}rz>y(K69i1Zx+hx!u(w_a#4n3S5J?u!cj>lL;;j+x)Sd> zuy?A5shS84)ih$+B?MD;&y{o8N6wtKkz4w^BwM@)4!cyXY8$Um#i_k{9(S2z;jdqn zfm?myt4?=w&~zJ7xU7;c0RxIkE<4COsEKX06c@)Qhd>OB)eE@nY94cJxT&gDb!$;# zXcw{QE{WbAd!PLnb8?FcbWbU=L&1DA}9(M%XU*apy-ZmYS|*zyYoi5hhC-M$ECV45z8YdS9dX)0-v<-U9!m+)E-*p z7!%sEf*IUIOXe(YU2YEohdSBgL6dEUy#%3RM+0H{ z8PMnl71vaSqgaV&aatfX$n2RVYAyw#rbkgY-qJ}6 zdb-I27j?Ez2F0*P|zc83Tk{SyaYu+_93V}DnT_qQedUG=gw82l|ofWSBSC( zJd}0QoKS)BfJDGxl6qYYk`gNmgQT_y!M`d=jh~qupB{tWJ`Mv7T~+PJ64kGf?{2C6xxr}Kvc27Fc9^5{)nn~T@9n~U=2-_ zl(+h?zi(6v589i>3cmiMVg~q&F!0!;m3~g^)uojp=ep6u`NkV-85U zw2nEpvKqsAU(``H&XMhnQ-Q;BAc`)NIm)ScS5D_}6Hec8x3OZ;h?S802$n6sUYvBX zGzpX~%vsmymWg3E+q@jZ9darld?w$~h5;&BRDu=>XCrO$2PC|OiB0~&Haw%8u+0ZT zCVuakxpvsCtksjTN?pJ6BOoA6TMiWH3xf2Dc4CCAnLhAJJt8{%S|_>F%-uZ`U>1;InsQ1if}?l_5=Yhcpt z=z!&Gp}V&`+TG6v$_i#Cd7>IA7P z_noB8aXg^8XI1o60d#jwWL9VKK+r5g1JeU_(vCW>KszHQM6Y}O!tgkVzg3JWft(m0eFq-Ae5wz8f#KcxI$ME^3mU2IhKM=R< z+_~H>#uPAZVv`(a*iAtw>G8IIxr=8Eum~VGMHT>j(Sq9=M0i#x_JVI}G$GK@QHm`J zDS>cPu;u{$4fpe`yIGo{#fpP{vtM>`CuX6Vm&+nIjLkh&h*|Fl-nP~EDV0Q@2->GL zv5r%MD4E0Fx2c|ORA)u+*T+_GQ1)M4|MfOzsJ$10dJk>Q{Y@aEI>$f=G(nY~8-wfX2z=ft5iQ-ivMtnOJn;Um z*b1b&>qN=bIAGH`wEhEjxaov{Iz%LPynWuL_3G^B7}7d>4&7e@hnY2y2r!lvLHinD;hf3>TMHD!^4H{7hFh1IWLmU?3bQDra0~~ zUWwv6I23lFXj(o=C&F?h8fj0bB6-VADOD=ucq=6=r2-&a^5$@Y#FG{11f>Y~fr`5V z6XgJTa$Djs2#S{=l#pjOsbko9tXXu@a7T&EEfouR1=VsWV8TB2F&+Z@dOM@mv6O2F zbw)68svGV8A#PB4A#%HlSr{$Ii4VN$!Bf~yP|K$s=gDXfH8^itpK&hjjc!x1`7&5T z1FJ$Zzu8KXX|I!H{um^45@t-;p*q3I7AbW*;SPud=&5jQNgQ2q;5w+N2*11->J$R& zL=`Bqlh{s&L^W0(_-s0t79tkr(2kCA%cF{{BC$w3HcO^_w!>(BlOaYFL!?4dk~yc# zkz@fnKG)>}lV*a0{Rcjin1HmnAZ1L6e_(gPbF>(ujs)9W$R-QYN3^LUq-*+s>6Pp8gmf8p$WU>|9f-OO9 z{0j`VVqMab$(A5oNyJJ?@vJkF09K@{t1E)NAzL+N+7;shsI0yakINgg&|(&hdo0aX zIzr^ub$3w?@xl}*M!h=j7GF-X*8PI4f1+s;V|?J z6^lvL@ZvEZ6PQdtH;Btmzhb3cTvixnAUf%qeKSU)j`|p8^)(05@X*Bd3UM;JGm>@t z*!3D#V;mFQ1+(=Pk!J5ETvrrYvs;wEUQgBeP8sa+UT%iQJMx>ZF68MU=2v}rL zly8Z73wRbZ&~yy<&$ghJ#D2X!ITg{r9)#!~LOdAKs#FRc4gpf?ioPARqBW5&!AX*C z^2<(laR<6OkKP&LQ`Kkb`P!rhU z9C^2By}FLPJ{5Fk{tCRG@t!>Qtuv!kqDcGTa-mRwD3Ze{FA<&F>JuwqC8Mj5NK~MP zp#C(@2;c|^$q)Kd9Nw4xmI`p9C*QKuh16*d{XUHoh>5?gqSt505j3D6 zwk0fi;*K4b;AoFfKpj??5=`^7C>}J6QUhn$9&9bmexL*nikjI_oak}*x8YDv&yvHx z6l&O-Bo2n8^4Y}RZgkIfcZ$Guy12vasfH=uNXkE*Gm>PzE0^L{t32}_4S(%3x~KBp ztrj3Tm;tyXaKvWnbDD$GgVeM8n)w-OhC^8b&#_xZg$hF3WC@{YqhzT9y8a#CqSJHWULU5-bMN)_HWN?>KS~d} zqA+cAYsD^4Fwg>eUZu*RXO|yGXN~T%3knVF@0GhFD$wfRv5xxrZQx#-`d;1(9=#g- zRwrCp&s{zn<}SayiCwM>J`L>u&SpiSx(W4T&0Q8}w?(8&h6duvn{+%uc#uyA>ZIPX zo|y5*Ffrp@O<+aj<_t67CnVOamhKH%9{f88f=k3XvKam2O9zI~}v{n&bL_iu!` z-Jfb=yH^KJ13SMz9EDUl0tI4@elBdrSRyqQ^+4pk#;tCV$DXbf;<_tvp!M9bT2Dk= zPc(hYic^@ry7uZ&7M2*1fT1fb5-@N$1DRvH*d7db^2G#y$EPeSCKBlvK8vtrLj_QK zb+^+Y4nj^w2e$7Dr@nUTQCuI1gPV2iTalS7j8zh@>KQCtM@>5$(mxZy{Q+iZXG5at zif_DtP*W2WT|-@HE*Wocd7XV|4Bx^H&Sy0b+w6_uT%3?G)@jA8umhlhFs?1 zmU*ZPJj^l=ae=$Pz+GR+ycs<%bC=89oh$nhPo9lfJbC`aljr0DJo&q6W;}TgFXG9k zc(&BMo*JI~Z_p>6yl_OJd9#gun z(^3LDKd>`ahd0*|F|}258{M(7Q7=R(DCyQ;9Dr{{7Y&}+SIKQe#Mo$VBVxfghW`mn z0GV$f5s@DZ+dUEcH&bpS1cI1IhjLoD0W_cG=tkKQBogIbw45M9z~e01Z400Yt)@$45BOat{NQEf`toh~)~Wi1FyEuBXVKz<#Q>zFGtATA2XiheL#`Lqq4Z zUR~(*9572wq*V8u8IBcPxgGj?U9suOY-A-P=2`y{CVmzi+5- zsAf>@kJD7#cF3DNW2pz!*JyKZ3e&8-Fg}Bcu-OhPY|}g zV<~pWA^&Sswzqu2adDh0Ak$m1l24Q?9716G;|RyJi#!))bH1&Cu_@^n#Heo;j9T3) zA3bZU8gW7Ho`h*JRX9|&$KWC=A5)}}oQxBHQG*}|Q|c#(yEKBJm}|3V80B1IWsNRs zKdS7&^;fH>w6*Mjqmf;s_39#zTm8sG$@_0R(!#!9famLZgM3{X#Z|lAa@g_BA8ry7^IarylH|QEish20J)Dl<^<5&r z@9s_Gi1dIbm^_xla}-{oX<2m4U1b+9B4-IQ!iqd!o#Hq6ks5iE@{__Q0}~Ymzje}R zVlqg2fSU?H zkY!}9PPf6an(}!_q;tht^^)TtGJlAlDT>ghpSBSrn=N!kMhc4@7`{}fAcBMmwvdc1 zJsRBUpo*8(pY)p+q|Hd0yx^Od8ogV4aNML>IJSUs=DCAT_(IZw~ zzufY=5i1rY@6QUnjS%7O$f>y2t4mJ3$cI#}oZO?H)aVOknx@uas1$vlP;1ml`=~Y6 zJ%5;<05#A6kkT;|#qV$g3Mge{-Ly!KvQo9akasw%mM_w;U|hRqU)cWyZNva3VPDwO zjKnwI`Ko6k-4JIMDy4+6B8ItqVIRVUJ)0e$wHNk;X}GW_>~me%Ge$BJzLs$F$Em3h zPL`MA+y>J+WR0#y@TBqJFFUqW)|J;U5TdX#T2xiv@kFE6a-Rxvc*T;TgNd( zt80;dSN6XztY&0%rjp{YU8l>Ykxfy!SGkm4NXN3f>02b;M;T6f1~oe=P~SQT&3!K-H0l;LV0hA$Jh~r=-GWVA$Xg+0)i*S13>qu{v3uPEF9RC41 zl<9a4L@=*NY<3p;RQ)XF&z40gG_e6`E8Ud77IcyJL%I8MpJ3Twc$Z+?oDA@Yh4>2z!V{+FMZdBT{O`E*9Nf&{bX6| zq~_9@;M(AjuXJrtk5YNDzO2%BuJ5b5Xnhudv z$v9g-DV<9SxS;@nT?sIQ8qb~ecz70f!?8>-Y&DRJK8lB-7zq*=w6|~jOivD}O~_T^(V4D2x$|992F!F&qPnIF^G5#R(W8Y!@%}@_ z$NI9BnZ6U5{rd)D!!sw&kDoj-m*_uQo|rl`GO_>o@aWNf>E6*J2P^mW?LC~Tl#d)) zI8;8DIy85%f2w$DaPeU8V<*h9rSepKVe;6??Cj`l3{O6m&y5WnJGHm(#PQzjk@C^L zO7U!EVzhkr)bYoT&E?LYICVIA_`vXZ;jB4(eDtw%dk!3&U0j@;o?o2UH_n5p-8*t$-+{gZ zW{4?12-9pb7OrYL&vhFnL1G}42&F`85t>$^zE2Fe{k{qv194NboNwV z>EQVJ{J_Zhp|dlmisOgoN5*y>o|-5Y7UJj5pBow6kr+-NI@oJwGlQo_W)ChzY4oEf z7xs+DCJ&AdojW*q^gvEg!1NTR zoIKh)w$Pi+ABk3u9#0j@`MJr|OvyNMc3*Guz~qi}>UgfVGLkzvJvcj9URc^OJvJWO zXP#Y3A34}-Ois=wGsotqql?9}=83`4;p5W>kB#Qh?bN=}z3K6x$@uiyrG?m`^vptf zbne(}4nJkH(dqKx?ZXrO`SkSm*~3$N2Tm@g3&&@ZgJZ{!pBP=-v2<|y(EiHIR5Cji zTR42KZwzn6ca)DG9Vkzn%MaqO(F4Z5q5czd=a0|s-B&zW050r3nV9XHnOxj4-G@Jt)926ctjwaP z!-=Cu3)5#yrM~IKbH+p}lO7yj7&#Rkn?5-lJ$n9FCOfl#W@*oG?{KEYHSs(RAO=bH{g@#mCN7X3Tv@Mu!fKVhMYT`zQNP z?R_jel{=X)na1?k{_$wviT-hO|72mTTrzvn-@fxxgzclsOzSMzZ zCkuG}uyOW8-@)k<+oPlA!nt&Le}DOGuUQI~gY z=zKIWzprpUw|(c_@u6dLX8);kr=mM^rDEdzkhy(qshG|mJ3Kfrogc+J3xmgc_YR{OOJ=_=V8;A}?ho<}bdQrUOG5OmRl3y9g5hF&Inh(zv%(DDp|G6UZ ziii87QTfdJC`4WZ7ODS+*>n!nEaU zB=78{Tf#Q7E!#qtEK9D`^t?94KUR%>E>!~`uFhXfXfn-KU&xUX=0gpfeE z445-Oz(9f_Kmq|0!Uq9jzW;kweN=V#%=Aq6tZc3QQ_pO7&#S8UUcGwtt{T|1!Nh90 z5%;W(xS1KsY#6+3GMBs3T~X!2d091=y|RLZGmW2Z*t|9~l3qJ9I+9+uX}y)+G&-<8 zz0usbad2pG}3_ay>7jg%~+e)ZrrqXlevB!a5OlAm1kpSLuT#T%vvj(9a=kf zr2Jg-GL$2-uFRk?ezAI4wNe_tGP^dr_NLSZvcmH^%?9o|p+Cjpu9JD4y1PyX9ZOzk1F!nr zn z*j5BWn6q4_m#T~s5bL7ljmDf_+F)KD3+bhQ6(a@Q$@xYNs%LTrrI$WaN$DIxRw+Wk zsQ9^cmcH4fbQGC%c;7n)4jAPO z*V+UQ44@2GrzDhfmJ%}cN+_|yX|bHQY6288KIwO*T2)8`I?qIlG zNwqTNd>+rvF%e!Os!r8!Y0Mw1Xj>^#1k?!@AlkZ-FW5k&(Jb#)zThuo#J4NL{#%3U z5n-$RBCOs#UvSY$35G3SEZ9QrbO2il=%#qB57ZPt?K$qntgO<_dPP$CdjML@yba^dZK24WT(B)@z z`3YUlW>C1eIfK;L(L6OY!;Q>v12YW#C<8vqKxY`>3l0%xao7cmqbgI>E~*r=|tmnHK3vfH9tW&<}6F_ zKCL_P4DxObs%MZvS%Ra=Hr3vn;(%XcqDF`I(gv(n=3Sn%jWbp;OIB9#mO-E7455 z1}vUrrrn!k#H%}B-=snHuyRnQU1@j!wyomGW>_su)Hp*{s$*{9lM+X2xdKjIMLMi~ z&Z6Xa-UUlR+fTpnBN*bpM9@ zz!k7|J)=T~H(E_$D%=Ot8y_dWA4P5}qp+ZtQRc0b1=FYOu=5Hj4Shwc+P}Kj70{R+ zuo_aCQj5U4pa4UnIMCF)&N%I|WzdoG?roSSQMAh{PY@jZGDk)5 zkTK5X^yDOVRvdZk<`pjL*#6fDdFr(Kjz%VDTIIEB&-F9?SXXtPpcj-W{DZKzA|F_Y z49nU4j{r{k%G_W<8V}futMdQ+xZ?^1-Jzt_Z9I+aC8{&hRR@*{3zj;|10-g$&d3I` zl!Q#{Ce6kLY?UnZ#;+ zuCVlLvpAEv2+tZF-cGI-DRGQS2EG^+fo3rW`3eD8EE%gD0p{q>(3?wmty0S5pi`hM zhcSgzygp+GRg}iBQ0o(LP)!5xAl(g395xFzmTm*|Q+~;T=14j*r9YPBV4#Tjhr{}K ztOHV5CTTYvs|}_sac}EWHr{HxgE7*q$9j9EkqKTkkZM6FI)R?!$p4;oZ)nrqrPv&BD~G1D;n#E&ue3Z)9XmY8J& zu7X6059T?!T9Gw7mLu&5m3C2Qmwcb(55>-ap(y*(3`vw!!OR>Y08&g~#TAZJ?kz-w zWtNRWw=Fb8hs>Z4KAooDqca7!rpkhOY}p!S7`7BabG62bu?m`Vg`iQ{J%GW#0|wtw zg?6ua<0+2AUZAi*2u7!(?8VES)9CRW>Li7M*$niSwe?=!YxvY;k)mFg;^(1$qB z$aeGh(t4yQ><+AAVcMBp)EKHs!D$cHXGRz0r(LrQ*0WJCGbTqhm#IP3cM3~k1SNtc z*;#}epkhAa7yt=ntFveZQ2U*^TQF@}uryl_$!Oo)hDcNI^gyBzHF@!$h8iHXt?2p#zx;d6HKn)f;W- z^7jJ9&Xn9$+=o8|It!xh*jhMi?pnC(dkVSTBRyXdg1%J#!H_4uv)oRSMg3H^aqcQC z^U@eu#;4mGf^2`vWNTwTIgJBR1&9X(mWp{meWW1cqe&uTl_2Iv;zC9nMxxI;!sJEm_TnR$x{5q{AY@{u@-a;2vv17d zM38A5R{~uLdfUG7a;=)XNM-D>mlV?eN0OwK(PBSr7pd-4|2~6gUD}x!5EKq9S!-{{1ja2twgzSK((Tuo8-9V;Q}krMznwtxdQ9t?`UR! zS8z}aldtzi3kT?UX5VfcTxk|_RBM;gAa)pIC92?y+m^bms7L#$!l4_Jq|{}CL)Udq zsX+$O#zehF6<*Fny+&o&-ASV1a)E}O-ABXXfxbJz+Ay5K%A$=#>Xn39HioVCB4Xd+@Mz#I=moBI;<9SxUX|M+|3}`n2Rkgny*e0 z4Qm7%UeSFtVB!r9sk|X>DLnArBnN+m82r298vHRb7th$`s;t`)XE3cTj{(mWoPQ-r zoc9Wxf3b6%Kg=N7n0MEzT<5HT*Q#sae9v_QiTyN?D;vH|}Zh+7H|EbK{8Q|}Xl ze=M%S$1v~O05SE5x)+TCqP{p&DpY27E|NO<-3}~aU~Hcm{fgYnKw70r=O&|NJf+Y;PvD-nP1kuWc8}Q{rSB5j97uFrEoI@G z6*}C!G-culXVzzJ7ogoqk0TIncc2D|!Hz$X!}eIU^+ksF8XztCwrL;BkZp(MC>>nj zk{ZuA&JfAKx_7NMiQ{xJWV(;wMw~5ROyZQzsW#ZW8q6aT4@RZ4gvPMe9U7@F1cm<`-i(D(4tlj1_G&bYAHycq6~O zPTqf1WIFA-?pv^=^+(+C_qGu&+#&%SqA_12Aci6VjL9c#kpSW}6bT^i^ArhS zj$|hM0`cbO=<){Q$-kh>XXx@Nx-5oMEx(X1SI{Lzmv!{=AYDF1myhG(76c%`NAm=9 zh5^nnuo(t4!$4*jzzqM`Qv`rJ!_%5O!{4|woY%>n;UqZj3@3MRXE=hKJHzG%>P(&` z(i-~4CXM_<2q?L0Hvd`i@i0DskS~ajFNu$@h>x#|kFSf5Z{TC+!u&VsV?q8AeB{4_ z3qbL4!6(FcT<}mp>c7~7a{77GwEtgYv>m4X{}Lb~ZX-_Q%5Sqf7uFZ^b|JsuN!Si7 zvClrIi4`^NpTsHl17E?uB>!VrnLNR9PPA0YcS_-MPWxAk1??yPOT8#9*M-p3|7E9w z!&v>NZ%F;WHI~$WWfbis|1$vFgyCq$yu(_$OMR#)3#+v8G~3PuZaSp0;F_kMqCw4H zNH^vz`G2j}op=U0ph5KvGAQ|fj7=ocn&!!rw*0vVx)lb8XOYQjvS3nxvtyGXvyZP{ zfMb~v+v~2is&Lgd4Ki;ui#H%}7Z_}W97lSc0;Awb&#*-VaJBpfQjcO_5a=&G3&DT^EId* z_6|z@-wZ#Ao4@|JO8pnfv`RivmkIzFJGh=`(RR8BPXZp2Ss$J&5JkDCenW88B zTw}{vg^sKlp|U@xT=rLOn(e$!$9UFjr(+r4{axy#@)3R zj+Hd-4KcEe&$fD@2+&%~WNTwBca!@D1mzP+>@JdOKrlN`6q;{RY=qlQAXTx>tkhN0Njk_{0+)79hgA$BxkdBpB+($N3Ou#@Xb?Hu`dmb2w=x%RO>*!u zm49DcgFi;*VnCXSZaG;R^f&NT^--6ZaP^GV!y%yut{`^OryJN}MXlem9L zt$4G08zw6&TFkG)Iv8RM?uiF@JF=;^%;@gld5GKt%DD-8$( zIgt|bDL9F{bvk#D#C;w{tdO};wz5Ly3+R`gEDnbalc4fBXe>4=U)lzh8=)lvkpq*s zTPO5#nZ)f~7VL1zyk3UkN}aR~93WSBlbBoMB<7Abh^Zo?b@CnC>D$NmGOWm^&>5v` z_w7VOO4+UIoB^R#Nu+N#(Bh%!>Z42LpNzPL(DZF3*l)J3mo;dXz)i_}-UYy;bUO*$ z6_P8<@uHK!O+6BK{QYf24L3WISJC+d?idod8Iw=g1a9Iq?fYQg)Yyd%MrS~k1p?_%eUzA4Z3`t6x)BIOP+o)i3n>)kbxHFuc$DQF+ChpAhoz8G*CwJyw=pJ<@&ob#@>fmFzm)P0u zaVBuD3rOH*!DOcqH%;Mw6-M4+3irzaBBFZPB!!!%R@4-35~$b>{8O|P?k7_UH?E`v-9kf^HVfDBFRelKw#ZwTlc(z*}Ek=7kHvgirk z=k6vX8QU32#$L~elnqe$Yl@2T32n5^wm+>UeSb`Yn*S)>n6sqsuW8+hXOLgfpn3)w zl=S^PBOjw|6;_eYheD3 z2Gzr|LFwI#aJIU$FK6ox-%%Lg)YDaQ87l+G6lk^E0SpjF3UmWP&rJ&SB{5>wWr2${ zs2&ywN`Za>os&noyl%=Z%D?hzX7Hklda0-%iej$Dgh?kGZb5m!u`&)BtfHPO4mF32 zo3K!Hlmr;^XCc@`0aQF8;m6fTr} zQZi-rjrCDZM~Nir2+kTDGe!!$Zc@6g)0fqKJ&IK3Vy>olc+)7$$~wcHkk0P$?vrL_ zx-VDiHz#xbjD~6VwbhhOoXgVf(P>A(+g9JGD>nX!-Ae_C|ob9EnHK} z6|#`Gc%f1)*D}>oSyW@dVgMnIRfa`0j?=|iwJ3-*S}LH7b;aE!vaWJ0bxfH!1r5QD ze2O9s!Y0lN;gVB{2(p!yD8U0xF|~YEeNcbiKcaBh3?)Y8R;CsNOz%)Xf`FunSTeq5+Lr>y6Fm(-O(WDU(o}Y zucXVXZ~+g$n!Z1D=>mH>d@cQb3Y9fdCjgQm-EAcW3bmfgd7)x&*>6j=?MF-;Gi_B= z_GtF9A_rcp;iVHfK;l~&*fKuP3u__Ce9SW{P~>Ti z8m^XvR8%P*@LVDCXJRC>PfL2TAo8ae(QT|AZZ5#b1+7}n2YC_+@eq_~&lGfgH%WBJ zl-2LVg^o59SvN)TqwV&>O;MB+DA5$fC*NoltfI;1;z1chCG%3Ph~r1ba2!eXB9+&h zysHqpXIX-FA(@za655Eif=CJC^8I24(RvK{5`iuiFZN9Z0T(5S0GW(?VO$94h|?De z9L8|+>d+3u1mjtJK###E$dMHXDrL3=JCg+i(6nO(Cu`E7t5r(013;nLwj`-0^K7r` zoN8MI%3BuKCo(QoT*-UN@DC(8e3@VSjJSq>j4*BA4k`>-JY-Cv>k5_wZWz>AYafK0Zn$Ay4n zgk3M+WloPk!dkY;hWXX395S}y$ZO$s1V3vVo0fm2(C3{=(nn?izpZonyqQ6?&Y+8c zDV00Q_Vb@~LxQtQ z*Yk1ezuFHIrd`#2iVg=Xma0@QmKOqXq#mlo9)_BY;*-+vsy^rU?1K-yRDZ`QN5XHAC3s$n{i#{sfzxB@GmP#`UnZ%D<>uE@B7B6j!m} zfTIO!a9}_K*vkznJ+%8J`)>@bw?S64745jif-?R8C&}qAbFNj+jAG**V{>YzRxOP> z=3N}+XpOiG3hBJG-HLI$ zX4?ctuG(o&IU~Wnu*`=(5pA@!7k2HmCurStO{VeLY3nB+c+T4aM)Ms3kN#;H&tNW%ZwCqomvR1*E!nzAiBA&xZ zzV12;-l0|2HYFp3g%;lR12|DP_gt_F@h*-XzR@CoCjODU6;4fZph^yfhYX=KRMlSh zbk0c+6haIoNeFppds9MOvIjvpxeCP#8<;Jd)~_GfIJ9oVx*i0{;?M!QxnYyKB((Mu zWvEX}a;P#XM<1$Bo9$-3;|4(x6c5n)$?50rfQnIuNUaiA6OT)OzexF+zB`V0+y7%|go5cYk z*JE#{vZ?Y!8Pbs$hvf6?ZWKeRp$!aVPAd8Sk!U+MzwTK+zwYC&g;dxWlJrfVBt?kI zn9f~=Dc>I>Q~Fe;t%51v%Z$;6?&bR9-X(aeWyi)+VfR4R5bM$^CiI62LLN>MAx{+u z`Aqi_vJ8ukl1HVY#Q#`9%J-8*%9R2s-|aq9mh$o{63ejuswmMPDhT;)k_fp$;}zcCZZF(;1u3=@jaRrpIN)&@Tb$7fmzi zT6a{~feA`xpnX%}^Q}oD;AsK@o4SsG{H;inPzJwnP&Li%O>*4Z#JF$n`nc<-r&3~` z^csVG1FKi763_QkVTJJ|QF4tyi4_-0Iudyoa4+JhHNAYFCu*u!M6Ref4}3$x`_Uxv zeyza!3p&U9eFAAMYiO;8p1dx};a?|)|LU#}zqtf@f0EOFFAsX))6>%E$dLP3_a3L5p3T)8gq2qIK!iBhlrHF!Mf85HXe{B5o3h$aWtQ3x`zw8GkFoetwd} z-X(_pyzUSCqEt$90L!TL>u@@D3e3PVYj9|-F0)#AUqRc;l0@5Xfwq^#g|-+(SQ{YR zutZ_ciUPt8OI+*=OB4$2<(e8l87 zZQVz_Y_C<|m>uaF)@-%@#|n3UK1S|#eZrsBpn815w*>fvTdA7!Ee&L>UeCRPL)2~u z)J|Ad7PwAJ|8>P>#K#sdK+(av{f6z~rZ*NK(-idxPv8&9mJd_LEvMZ!UmP~2>@YM**_HxDhHYM;L*;=CUnbE;$Me-bW2pAYn0&%k`y@`o>>}>-RQqI(WG4I-@#g=~K;bLvv8LryJo#84j+!+pR;?D5;MV-mBocbBXOTUVG{t>#zt7ZP7(-tha zYc~H`@$oP|fSNCek1vUjuZWMYijS|0k8j{(=feCq>0?3u5q#vog9|`Cun4ynRbDW= zcQ*ehZUNp8@!>gD!!3-V$N6p94%ezx=GCc?t5m7PRoM>EqyWxRIh!k*h4kPSW7W_q zD&5C_8$+7;{i+Cn9=+$)Lyz9`8U>iLgNd7@H(jbGh`vqXNwYDA+IGQSwAL;V~9G3|kvCWxU$TK73zPv20abvTY9 zts&!zUZeHwn;ApKbq8wmBTQj}}2 zQK=y(24UeDlnO*?SJbORJ_1$-R8btCp0vt%`w&HQW|81kLhLw#KPO7XF)S}7M98AB z7FHJgWW+*+D=q&2anWOioA1|1(g~qu5Sq)mvRbT4cE7%!Xtme|6D!GTv9E~{udbAM zr3TeAfr6^Vp0Hah7E3o2^1oFB7%TZ@tys0w0pyRPR%`<@&rPk^kH?5vmjOPiLG>^| zK&{yN&DWZROpVMp5NMv@cbT*jRd#BT?6E^vSo6!;P-A7yGlWvDq7%ATSWUi^uPEQp z?%D(jOB84sscbRumrN|+r3ASYD3L;mLzGw`-*S`M{e@h;|3IN3Ak4jG=#V zE_c$5vMR(=;(A) zd!tRbl$1V=`fMQ!Qrw?5hSaX;-9`kzrdBARM8%#G((`@XHX?IfqQk-w+CK9`yVEWc3H~y?rx*K z!eXdU${do&hkjC-gsI2!O#t8OM?0Vq{wb5kNP#|A;UB^|az)fffz1dx(56vavNbYW@>L_%*Vnh2reJGo z&O3E_w%_oh_q-{fVTDxhPLfm?2vWVh+oZakNVNys-Xc&QKrPr{>1-Nf6w1Q1ktvi& zO+a}ge!q%2Sn!@w;}xEvv+$ET)e`K3LcmWaNx+p%z?ZFDfNUxJm;ZRTDfu*>bQ7g~ zPG8@wi4rJfo7e5lL$4tY_`&M8Wi_N~_`v~JcL>?x1lGnohNjT;Uy`J$EDioh!laC{ z%?K&q{~FZnmpc%*7?f%&LuGr{&c8gssGICDFb&MT$HFl%i_ebF*x(v}7iv&F6fh#$ zF7HtsYqGu}Dv(lPM3gkDQoafsFr7MB7D{2kpvG1nSbQc*hb?2WRz!6z;cD}_&PFVl zeo%c^oKi-Gl3<~O!^|pYQ0LH@!@5p&4h_+}8JzpBDgxp>jRdh;kz_II6=b$#DOv|5v(8M;CaJj!T z##S8u;Wgl9f{ca7I|AB#*+G<1$Dmr21~gp8N^)6%yEkEyC$%OtkVqE=tO?z$k=0;@ zAYs{h{BwBmD@9O+zorO~XT-=&?#i%NgX+%rotI*;nv|{Y-Hiwa*6VO|Ewpd!dPl7( zyLuI!-i32-3xyhv`eN};#c;6{$kl+#Hcp^s7>;Re^Vk9HVXcgc1)LhZyxV8reWzf zvFy`P*x0cX0alq4=AAH-t-_{{D+cnxuMi)oTrcAU`Mrubc8<(xBuQ`#VY#BEJWob! z8mqf(oEG+Wnpe>OK$7TBw}}2N`W(1cus^&jq9!A>ZG@>ogqWl>W7Ey?ZICCLu;>Jk zf|ge$i56K%Q|C%uHL0KLj2{e?2H)AqFuq(E1sqr<Xl)PJFVtA&%6j25bOK>71FW zpY02Z7BSKJgNV(rRDZ7Xwk;ZY4@@D)c5JmTTDxhg6h$t0V;DS?byB6iL&UljFFL7G z)H!j-KPI)$VX0DV>6uTJiXl~sG5Lf|l_E|{G*3Wh7~l*8n_)mR3}l7@%Gi*NM-H}2d#2v*zU=l;oUBGh8HpFOrGRcE&jA9Z#qdkl@sW)zSf=3!X z2M3WuHu4Z7=s}*bOCV3(qcwkBQKkkoEOer!xXM&ogPQN98*`SIvrX$xJcGPSgX$S% zP+rcnw_ziKP%u7HhBk-N%FkPQ%FGeeghq}SXc=39NJQE~Vrx%7aCyteswI-Oqd3&oMa};=cT1V^{{MECd@4dZ?{Sl zCUU~atWoGg374UPp@G%LQ^%`S#P9d_PfbnrP2>())8f58a&`1in#c#M^s5{?nH|0A z;IJ*LQu!aLL96*A)HSaU>+ImRRX4+(+JM?(zxrZ|$)2r;wV3~3%I#d=)|l<(=eJH& z>|t~n%c!1^x~W~H+9=JdOK1H|Nt3iyO(U6`2Prx=UMuHj^E1@> z{1O_>Nj#z@oT1JoGsM93{a>TKk{Yk;&U={xrE+V4DY*TZZ^ zM)n%Vq&a@9(Q;|R(3wf&<1w6LQyb~Sulq+vti!oVKSA!V;tb#Z2{Tu0$hxo7S@){W zx}~!C>*HkcPJ1S%Ldu>B&CurO{?`O^{}nFxH-mXq7{hO=SebGf2N;1F(lDW>9bRy( zA8F!+bPE&XDuP9aAu(f-J=Ou{I!KwZ^clpA6+VI9)nEb%+{7_~mI`C4K7n-5^*C|} z8!V7>lSBB0I3|n~P43e9ISs03={zGqG`;6G`{XN_qUpGAqmrA*6-*@el(E?GvC44P zkap)47PuuCjl7F%H+xk+SDt|z`2@F&&=m2eSCtfJaMCka!Qo~Y&A}T)2f&G76q#Z` z4ZA0EO_|f4Js3M9ACCi2G}CWu1Zzt*2wS0KGM~y6V1w2(Auqg^gM3J@!g*_yNZ(ql z&(CRCUOlN9AO$J^og`9ZKG#ptMl@@M#Il=a^JA@>?qmy!#5u5+L#z66gbH~*DX6Aw z@;0ktq;h?5vz3ZCB@@wEC48l*oUL@gxqS;?`4+Nt_;ho;MF~5#id*hR3kArZbgo8( z8_#LnWIVMT#%{&NxkT8s$*j)z;Po5GYj3(EH@Db~FK@bZQoz zIqQYOR$G!}E14aok|)xV`pygvuc!_qbvlDQ3a&-7EeqXiWcViNUXT=9Tp~J$9ag01 zK)?XS%$Q}=s4>UVrO~ull+8)#O*o+!m7lFD8Sfxih*m`>V;I&C@ha~JOj5Pd_L0+B zj`IR&g!OW2r~Pu@TuSY9G*0xVD~G34HrvAYitYKZTC%@8LAR);0>_Qq=oRTBJS|dIMN5zOK~zT$q7+T zNi1attEEF$v5#6f$cl?CPUt9T5f+CwM4+Lw(&&tobs0(Kpbsk@jlbKf?P63zsiUvt zuUf6;tb51njE7gw9v2fT^ocO&ZKQbbLVv`jnfeT|!%Z7aF|ROs=y0Q~Wno(mk=&FY z;qJ9DLRY(v#^~8wYB&iR+Se9jkBV>bw29)z&U#16n%uZTej-VYB(Yyq;*4kpfVh7h}Zgt3$F9~4e=24+P)BrjfQ5!3|Z!Ni0FpApg z0DpNmGm09p4Pmf#wh2!aQuKrH*A#YHa9(_tG?!iePou7fT~Yz;vX$E-@vZn^jA*#~g6EkB&APRqN8t>NvIZeJ?)?6pjQ#4mfc zjlq{oLZ@e+1vFVeaFc$d|4+l|Av zc3kPX-Ky*^dH%iz>hbWksIm(KL(l$ltvWtTSqw-78_ikeo^1&1DUD6{Y^xj^-Uh=` zX1eE^>0$83@NMRF5Aqv^Z!gt)u632N;eDjG;ZCiP?=cZ6#66-Ppl1_6 z=Kfq2XuAOscQ){Cu142$1Ldk!Ygs~Up-}4CA#zpipWTE_?k;P1C(zKdZ^|;ugi1mx zEVgDbWA*GQ;17J1DzMOc5Pw6dlpUG2diK*Uc9>UlMN69}`EfyVMbxZJQq=SYiyEJj zq@=$jlql0+&7)KWw*T;x&ca0m;pnBH0XZS^X{VWb&rC?uUA0@_G zW4?pygI`gGa;?^AtZLJ(f_2n^1*lC)B-1ot6<|~6-cGBX=K1r9C(&bO-@*%o>fG%Glo&Jk-`3+ru zMVEd8&`XzF>9P+OH^GJ)JDR74X1I|VZeWIiA7#Kt8R!fHoMB)y49Jsg!<}W}z@6o9 z+*uBW=FW0-7kBnWPG{du-?+1EE#S`bc91*EdN_49PqHq71RQZL(L&{1qRtX=uJ& z=q&Hn2HAwkWxj3Plfv)J!Sq~XyVfc3lLwy#-Y z&Hqxzy&lv{Tk4tWYX7Y^`nGu0&a-K;10vVpIy={ZQjOY0ki8JOSvbGKfUtDxSvWVi zc?g}f7n-B6Dl54H$8AZjm>{ljl5_^w`jT`m4f&1AN#Q96J?E3I7o4*r(4cQK8|g7> zc!Dc%WX_H{O#BKOA7iD5B59paX4OY=lJbFt<(;%=p!SuJb#PpHT;hzQ<5^wmY!R;+h zgUCGyofyjy27)j)UoCo{i4*I_OyPY#OYlbCYMYCyvP= z#fiJl?$V%o*4cnOn**!hIU+BbyF$8FMo+2@f?AkYAtH<%0`RKjd8yE`NMkixV>1ZB zorD{Sqj=rL)s79tX;hRWz%d6{p(ktnUfJS!rb=JWj;etWzCsNzh`7@dL=$_r`J}{( z$L>Y}3niojQM44I1aT$^dU1#fgJyHcnB_1V%3{dU0YUHuS-m3I4}nqzxLw#|WFQ_j zhb%>i(IR{@>G2voO9q-mq8h$s5Kx>cmtb+tB6}C^L{+Dq$60GQQw_8b zoq}h^QR5G#{^&6*^Ti5r&#(hJwHg)Us^g_B1-6^P6AZkCpy`a&*Tbb7<@>9)AK?TX zFW0*pauM@tP9Z3oyoq3ZB{lSt9<5kg5n1#__aq!^kF;d)&3iE2Htygeo}hP>AMK#K5X?=F!4F~65k0V9kFuQ zt^LjMY{xw|6b8LBNd}c^DLRAtRJ>$^?;0q7$3pPkOJk&fs|x<92Gyeq4)|Bcdh_7B z*J}V{UBm~4X`+}vh8rW7VN`~~qreDN63HNwjE>)-Wni_cXVhbYsUYjq+OT3}+6{tf zRn&nqhQFz#=Zs%rlerx7AeEmAc@o7(b}}ktP35xH@!6dxOJ(^!fEAtm1`vU+#oW%5 zyVTCIF152htev~Q7edmPgb*&3e=y{UuQdM2a??Gn#Q4?S+X_cN>4F%nXmXf7$H!*D zEInu=nuAsXoIcIwx04t|>qtNlq+O^_MT7T&f{07HfQXB_kBHNE(782}I1CVaF5DF= zHhfPNlx*z+N;Y*LB`3)<4pdY)cNG-u?E(sJjtd349^8WK;IocIU)*jlJ_1>$ED8^V zNUBu64e1tE#6>?^-CY%14+D`>#!be2USu3ZNyIu58M;pl))++VV(=6vq+Dfo&wYj6 z9|Zi4eJWwA!B)W~FYP`WmJRf6+PDS>h8xDlO_$<}iVgo`1u1Xu0#e@6eWdj6fM$(4 zFVhBy-@&;!sMW&-Hzri0bv@co6=Z(A3&{LvT*&N5pq9B8$Gpt@ zeq>}dka_uw&sex%=Lu2*xF;`uH*zCB(f1vJ&X(2SQ?9d}HtJ;e+*cU$_kf?6=zFRV zeZT8I8X(&?Zjz#JAW-yaj}@exy)t>EEJqt1?hc~z#zlw&Lfwv1`H)d58KWo!hsFLT*=NWHl9Xi+n=v>5&`p3Aq~>MC!7p4-|3QV+AR9cL6DX(0!zwf1@?sYwR%c zI06wK<(w$c&}ZO(l~>LUd=baLtI<{ub^%QXJaVZpY;FVO-KEWc5r7n+$2olZ1ik(Q_Hd8?ZI z#3%H|yMQ_?F4P?lLhoo~WHl9fOMF7_1(6%^3BCImMC(HDR8ez>!~fK|tvpfY^&8Me zVxsP8Le%|5_fdhZ?Ai@N&s)DXP|wpID@gfJ7m)IS?jz;AeW)bQD&2@U%o~y~NWz^H z^qx-CQ?YiEPpthkaw9&m_G1Rox>#Ex%5kX@&AzG3+tV&g zP?&8K!t4~Z(V>++DgwwZw^<6aje){Ud#oVk;w~V?=sr?#LJSJUk@9AU@Oh(x?dk+d z(g)~lD??xQiM1_VK-b2&&~-eBwP!{~R#UNNhhe&Y)!QOB;uCB88AR)1?KC0Q=!AxH zRTXaPBV{(%&`M(Z+BHJNmAj9O(;q$h5~yqg6j@?mbE@LQ_f$biy$dLr={`y>mi!?O zcY;H8q6Blslv$?ApOqlJ?V`rN@QJ!NbOCXH5f|c)2T}Krk&)F@)Scqf;Qk?UBR*00 zcMPI+QMYu5%mX%3$Ypa+Amg+z{h>0qzk`+%6L;4Nara2~5pw!K-v;SvT~Bdznz+-S zDk%A77f|xw-ABnK*I;Lgq+K{2kQ_daG;t%F6Z+jKG6sX>-Kr)(@d>=so{~H_oq{$x z+#iVPbvy{X-pI&mD)4%I0&jKXMtlPAG6vDQz&rgqE_;Av0dX{pHox_!%KW|oZ6zl1 zt`j2fy6&UoOxEy*MD*}rKzK>e3kqVM(*?vltNVy~@@;(LZAHY*;Rp~UMjHjxjj5Sq z*3~NKG~h23dVoCR%Ul}8GD zz6-4+Cg!#aG57ZFBjXGfb23hDv)@=3@LWO5r@DZak9Qv}7w*Fu;3(%q<~pPyBa9A0 z4rPl_9|a|dG%45YWd&j1=>ozYi3?%JgP40PGP0VAxzl`N?zfQ}@rk)#Gl;hw9(-fBr0;qMIjTz)(6McX^$1840Hi0 z>Fy(C1$!O(Z*v?K0iKEF`a8Z&>kVB%&UJAi=XelsW08^7RKPvSC*ZP?8}SJ^lR>mD z;FghXIv&K`=E%ru zD(+7AiMtJv8}W&|wG5(laktbX&n636W}^O3nb-T#QevWRhY)qQbRQw4n{DD~l3=~f z^Grd+=x%)y_!L^F7l|3vDENXJ;wV$ncIJd77`P6PZy%@L)}LN zY;O>CT$E`jxG0nMSV77^bpa_~>ONA=MuBitg`b!<4(F^XXm!YE?d#JP#-Nvc0`13L zK+uokLeTLb&`!ni7||5orULB@pAL6&`GfT%CV z;YF3%opwdbyB%0xw%s(0AWlfRi)tn9ZNSAF@Xe;}0P#8XPS~r){- z^FLN*|EFSPYWFCyk84m}bno1Y!L0`tR^K~&*K8{P)5QxG)IEoz8hfpbHA#s{MRFVN zGRub$S)K(a?MNkN4u5e=)uCH~jbe za6OuTKYxEIjwgm3&wl`a?aqG?SIFHD;R9^;Ve#=1@$nDhgE$SZ5cipt{6F%|l;B8a z!k-gw{wH0&M?Cqjba^_RBX|Q{&Z5g1blFOmO>}vHE-#|X-_YgVbonR&_y}EoM3;ZV zrI!DMr?I1XYG{TVnc)Uz82C{Je3XICFu)lGHp75sYWYt|AlzAANw~B8jXV4I)MM`K z59k|r_EhQtIckFSW2 zuZoYai;r*M1LXTAeJsd7f{*-nZ~;w-A$KmUykK_kZ2nQ)x&sTr5Ao?)6Wp_*^u=P! z_F`>{` zv!K1eltt#;OMtH)THQ(Zjj!l*krB(v3P6o!7^t6EfRVB=yK`ZEadmnUXU8pg5>{A6 zLe>{U7q(nYYZ2ZM?TIsA5~9Ug4=vVqMvJuyEdWfR#o9z@G0jd zEuI=-Td-B8QuG+~(qphgdJL-c z062vnr(T-Gp6_Hp?dG0Ol<`T59^MW3puPi-IzQAcIDu2>aakhtxVX#o5cNiqqK9`A zKB(`)qtZj&h7&l29@`S3$5maXhbWJb6g|8f@j-nj9+e*IR-C{o^muk6^tipt^bi@| zNzuc*86VVl<5B6MZpR6nLXW9L=uz!5Jwys>QuOd{$OrWuc~p9+TXF)Y(BmbE(Bs8j zriaLnONt)eP5Gd{E00PKbz4s06neZp5qi9(%k&WGJxS5SyD=Zscji&)p>E9yoI;OJ zCqj=;beSF^+aM`=csJ*R`tCd`J=E9G9z)*!`A~=Z^C5MA zPT&-JJeCMOe%obwh-gkL|9y7MwoDh-VauiVx84ZnW0_*^3>-Q#W>t+|Ka$B5u@eWlW~E+{uKH?1e6JPHhmjkQNOMK z85IO#^&hduYyH<*l|$9iWPjB%Cx%hkVPd#iLhN3Dwv?&#i&&g~JBkU@`^ErFhCLNf%p!R4o1b{fC&*Bs3qEu zci1TBytdS=g7A!nnobZ-k_#cKE(e_~CZ&pge~euHta0KU4gg6bgjMp6smcZKTZZ>7 zMPB%V4I3~x(Z2O~)swHyRZ)3fXKMGhg4aKY5wGrSoz|dwaD8e3BR{x*Dpy5BaJnpH zPI|?wqvg^BGxxz8ky%50j3foi*k3k_mC;feF-sK$ERB>+9E|zY@oIIl zvZcR&T)c`%b*nE^>d%-6RvH~G79d=mHc3*OTANoL9CjE#mFFe5FIq2E-Q`6ZMjZal z{|MaZS*z+}T^gRV$noGVYKl{JJTD0wPZUj}zL?4t&DL9JJpaEyQ~hb3lGR?2e@lxn zuf#+cu%xaRTpI%mIT%*ei26m6DbvK2X+-@x{F|2iJ8QnIX90pP@t-DK?B7!Eg=Khu zYxBMy)?8l#)vs30Asmy2nqNXgXNBaHC9Xmu(ZIa0(AE%BE{eR$io?5l2(;Q)HHcU? z?32Bxi8fS;5g>a{&e&p2m$%+0ZOd2^ORdY;6+5Wf7U@YWX^m^lN-m>C(TBXFNZ(Jy zF^eQ-UFrKV4XQ`_o*p25U%MY?HDw@TjdHD6!IC963I^(J(lJi-uO-okj{$JaH;joQ})CpD+p~%#*_OR{RLF2XB%F zPj`$}88d?xRxvn_IwchQUILChAZnD~$Uy6o=e3#GDOhErGHDgFfO!P7)S!(aCbiVv z<&W?SyW3Qrw>DC-a8efbk7fF-R4eNIJ+Kg~+FYRnAs_-F6m~!uo->pvJo+1rn_`s` zX9+2xa%_Nb~8!%%JJhy39Bi8+a#=kSTh-$kB5& zFV<(mUsLF?{BqSM(+M41S+Pum>X8-a`enrd6mC%G2a+UfWh~2U}mtGxCkg%D~h ztHWApLmk-dY+$JGU?k@B6M7A`$w&j!7)BeI@>FeQYvKc2B6v}4w)Md+)7f4f+iBi8 zp|-Ir@u9u{aXJMR*%?ZTIJSuAi8V}>q<-01H?FY?*mpn)!trF*5tH;@qg1O>E%?z~ z!E){TJXxB*t_;zNkrRBo;0r>AIQ&h;IOI5iQu#A9!F1})VxZS!pelDOPn01Yj&Vq| z;weVeCyOCf&<1E#4jsr;$dd@=2=ey=#?F-7Dcy%ZMBDd^wqt9-F3s|UY~il&1+!ZI zB_RY#wO&rVMsOV6iDd>1KNpxH+(D5(bM~A9`DA-URDaiQW zB$086K*s+U7c$z=1U~CX^0&6zi;qC6iGj$);DL|{n~FouoxLABm0Z>`shBTWPR7dE zkY1#Uy|9-Q(ymIyw;AX7EG)!4Ii}A4_uZ(w&u!Yw#UOwDY(ZaR{AN zJB(}&(H$_+^uknv?GH;Je8R?3&W-qdD6RZJVaXRJNtM-7Ja>fF2AZ?v zYm*%O8Zr1+&B@?5`v;F(3gzFI|mKSqSn znYWFX5Ld<$Xv)MF{Y3b)@B+txDX%C@_md>?o)&oj_s;SD0|pUE_Ze94XS($&(=A$^ zpyJmj2EPDpbg1~XG5EFq!Q+-f`SX(;e7_j{Idd}j4Ff*Pz|6Y<`YPXDV8s0upqA*;J*VrR63@rO* zuk93t*VU|6p`~*?2>P)F(Ry1By15*~2p4e+whqgn?1Nk7i&eN;M+&78U#kdL}e;+mF zwH<>LjbW)>y+5q0A;$1jzJeaq7geg++4@Pig7HUDpSFP@oW>8tYI6@7i>7CAuqx7A zW;u_iehM1PmL|+xaW?-a09HQB}QINi}>C2rLjZ|5@xq8-{Wyw)&P0OW|MD)r=kCy0^OJA@C z@2tm*PPugIk+|a@Ln8{g#eg}(Y`$DN(ses6m(G}c!j?-XPD6Szai6DLI&&m5;qOW8 z{*Eq(i6<*``Fpy2m@aRl%bV%)1G;>VE>B|5FkQ0rGm|dAqRao_;ucA#CXVI_{0xJh zVX!j{@+gCwVNf#+W`;p{%A<4Vc=B`S_#1bQGby=qoY%vhdxO(Ck+MLYFYiiu^bV8p*9Rrz+v_kVf;UaWPk|C0rr}=-5D~TQCdJHY*4f3(TTR0! zSqqK%8;h_B_%UK!JgJSI=rujv?i?)*Uuqw2#GaZ$*GT+|OnlGUotB$eJNM6*jQ=ze z{j56EHzeafGv;J`IhyGC_-9JH0qwJ&nche7*N!&Fdy=3R6rE$QHnwKlf=Zc)au)&a zGElA}BkNs-oWfei%-R@EWf+-;HD>~56|&-R%)Fi6Z;oNBj3XN;X5WScQw(D7DVeB( zDj}sZhuX^&qYBb*0jo&X9nNHQ>@Z@>`ve)2G9#X=k+lVuG?<)8RuXtojCge=%?mZCo=JF`-@scRIk?}fRWf(x4jGpjd#qy78ZmLem5~}6 zK>18Jr+aE@sxMRN%S_bztZc3S`O`>M#Si-_OuW)>!*Bu6&-*5`qbLht3*eNVxu1U} z_0?;$S!n|b>WsQKe6=>twz$&Hr*GV@mP+3)D(vOdO{IT1#sHe=Yr7|vzTLL2vXQO@ zh1bs|su8)<$W)ZXP7|?w`K>GMH$e;cUC9{XIrDF&F@@yJi}C8)+eW&Hgya(&ONH1_ znLR*kcvIb#VnlWClg8P14a5V@sMh^KOVx~BheWKH=noYU{FykI-KUg%N`vYV6=wv9 ziuZ1_*JaYK*bhN#>}U>ElMEC2wqr%CwW46oL0K_pt8r7VW?&gL3w^!JJDWX1#VjAm z9qucY$NJ5YO8?;IfsK8GgBvyvQ7sYUHcq53^2!Zgk5QdMUK?t7!2vaDyICrfb&W>h zXW=+5&+5H-h@`wC-uKxv&OUEGABw< zuN6%?bMy-<0+HB#7(K2 z08-t_+e$h5a1=`&zOTobQJR0d{#TEa5!eGr`SNS8>}UiwT(NuE+%`2;LA3k|)jr?| z%P4|K&N?@5_jEu7d-8NEw8%UhIM*rrsDq!!Q7)4`PbO#ZpTMU-0}w&67b=d@=>9M9a==5^y9jg?EaN!r_EqfgVnR?MN6hO$pb zpbFwAAr?k+R(W*;iSV=I3=_5l@Jp7PW5$Htl9<6eJ+h`Tb%WLrmEY6}x>@6VXM(md zpIqs)o~NYf`(MT&eG+DH6(!X9#AMdFLf{NCg4)1wi!v*Uc+J0}2XgS0ba@pnu%o}4 zzP|<+xvadF{^q8Z z!#Ji50=vd3OM~jc^-2s@*Ut9rS0m@7qF6C9unUh^#t0^nQy`6__~cTLydJKPQY>M6 zdW0;%oL#6HYvTv6pzyFZ*iPh-&j50vU|toWK;fd3T27M z!G}~S%S0_2T1=hFGuZ6I*ypI@w7`;49q9F0Y8DzO#F5R>7BjJY-hl)D1muXWQEP(fOAbB#p=|9^S^iI*l2OYtw>lCYL zIMPF}rRLnjr(_aL}?76@^y_m+LE*4*=ce=&KpN~w!25kH-0E^1T0sD=YYXhI=X2 zvs9~uSFuVU0q0EuYgij&fTuGPvi6`%+%g5>RQM$a3F7Khs2$@)i>GB);^H+2^ffk+L z)4g*Dz*)GsiJ{cQ(L8~lVbC)Sc7{P7WpFbL>L`PmVGy3gQ0^R0cRg_rR_*bS4!WsfI;iyVHq8jV5o7K!BXm1JMBKtQ z$q1$C7BwT3geBV~-sAQGC zo)aAQ@Hh=TVk|nF0#rOm_ zyhnrT8DvnJ=@ylmUarM?Zi1Rd3C?&#u~gxhpDLBJP>XBDs;1F)0!X3#pJ@Z=1T9iy zb?GdRW>%5pSG($GC3rM*12#-Dq4F&;;?uJ3w>nSrilCD+K)?nY%Ti=1eQLexRPzt<3l^URa+V%B>qK-g&5L3g(Asbkf1YqU`M8 z?yLLn4{JDSi-Yat%di$jlF<=6$*9|CvsW@VUGsw&HP&T4UGsTv@=~|^7@8DyW?3+y zn-I0$7pZ!-d`Dx{@LZ_R()dGip#*O9O=+XeoobGB1(-bFSe#^|n{cUYY($aigQKES07xgtGt{wxuW63sVvP<%)Ej zu2_Xp`b4BI{w~$Ze5r`5RXA+nYr)b_vOTuCrmX6}){xwmObnY8^6X-jkO7lIJCr!) zvx^%{mt*1V;xqcxEk-94a3{}F4XS7IoQ2guH?ZEwAuotrF^yH%m}9h2B8?Jf3X4=_ zX?eBl*-qrf#;X*|ZlcmGtgwbT38fUrdTPq&O)glR%IgJ8XY)n{tuXFWv;lU4HlI2w z6WUZH1~9I6KyEt8<8&LaF;TSj2(9p33Pq&~e@&sorWonqvhR8gs)v08j?=AY;UBQi zt;OEAN~fbpmKCSn%ENAr)NabHpwxe10dV$Gt0@~`&`6bvs9+rYhPrv~PLm3%uh)$B1v2wV$m)^{{qOHqi;Yx2cRrHx#y*&;Z8D7V>yc zwbKD?k%TL$0UH2Qy4Ie`Pe7LmaV2?-fMgsCoZz!{&s(8}xu#V}b(5iozK*kLhDeq{ zcO7RF^o>gN{6c({j&x&|8=_2t|w^CO`M|$D|0PJ1XlH^vu?yD*7u4s$e(E4iD!`iu0iz- zGRPD3blyYTyBXf1i#@k}dJXg$cKndhicDC=+62-gNX>D$1BK2GSy^p!9w%T0ZNJe5 z*a_O?*4*U-=_yi?=+~K|c#77DTvmjQNj@=~#1l1O(S4zq zPtmOh_nO5qgxjHrfvAw@uexcC^i`^6aTFFLQFk+6E1RR0L(~0}HI&RN+W@G7V^d$x z#neBqujibQ4ye1LOSNIOg)H0I6WXNk_H4GjJyTIfZZ8+EyXGSFJHTD@RM%Y-xsgzR z%UKR3T#t*tq~#N%*5-;0Pjz7fMIky7Jgen%D*Ow6j@O3Tir$qsE^3CP_+C~M~i%4LCmj` zM2z&T{i555fw(A5gyQA20sl&b*A=uZrFT3wt5}8Z`C=0FppCAsM4*4E;-0UgOP7mv zyvX+z#9W#rVlEJfxv1NSS%d=Cq3p6nM+?8LAmyn^B4wpO%BF53<%C=%6eqXnIH8vn zl4Df|7iaD3SFgN4t%ZMW`nk$|iT~IN`Syq}-b%Ql28F z&RyL`$_d$UW#vH~C-ky{l9wlm5?Og`w%aIKoGn@5^5pG0QpD>DTHcu?T4WKxw{{yX zi?X?F==Axxjun1eLCPnSM2aje_pz=c1?7T6k@AQSDfG62ly4`Al#7K-`9`;qaw2Sd zg>YW^Zyhc2eFZW9lO$p;5s3MD*AY`0#~CJ}{Bp{mrtP07-d7NFD!r7Hx__xa%t>gY ztLpxe%6LPTF?7t>KTuG!DoNB_CQx%>w^6frD%XHzHtL8GuPbQToFrOg-N5zTM$3s) z4H;&)ju-j9f|xx?A|@sH<)&^UX7MTu@^gom z*g#!iE{wXFs$lL+NQvZZMpvZmo-p2$@>e1MMflxKe6n_o3If`Q->Yc=!&{WNP;0SgZK)Tmhi35wPj@QEPM zK4V)p%h8h9P9V)yjBUc4reBG7?P`Y=s-wov7m&s7xd_h?7{qM{T^yUiJpnyR)n5AT zsF}eR&r7nL;wtw489P8{q!xmJrUBwl8^v6PdWx{kky3fQRLZXMoS;I&^1#@!#Bh(^ zGpn$M@%UjlM4CilIZEbaGTG#Q95Nk-+$!5)xL`a*-2RIu7-RL64G4W-6}|z1Zrw=D zYp~qW3eb8Ms{bGWWtsCoR`C7n81d~cZ@<)_dX~4f{^hOyPP;6_j@cjhuSd%1ri#Viem;&8UvI)Pw?Z)9-?8Jm#<94gEyX4+jEe;Wb z=q?$wDKqQ?2ILCJYY$?+l~v6N|MnM-UFqwVXC#h3s#lUdZAddJt?<Zdu7;!#b;JODjL8tlfz`c0#r#f2(pfU?oc;o4CQs1>vrbE>&M@D>G@{Kg{O8hO`!6joM}Q zTSkgsTRmI%B!e|8Osgk_c@`WeS9p}>%jeLxlPgRe5qJFkZbTI~SC}Qve6DZ|xx$Re zCv2`TaT;=kiTgac!pxD(gckAU2wk4U5p;CfMVF`3^4!vJR(*bD**VJ zhK)ts8P=_-GkKCt31kGnV0Q0p{?XGG5IVmvK7NRg)%VWcHJi%+bTJ?ID_2!5Bn{^P zdzagOeK3&~FA^5y=%i5QD@UiyaI-`nEI z{nf@1Jp=gk{pi1Oje`kC(PzW6@2R3Dd{7%wCmUXO1NJ@*YW{ENM!WgH>E`*rzE_k% zKBRRgoqK66Bd#Y74w>pFDO^o?wJ-Tt9B-qv+X0RjdcV$S2zW^B#m>G zS_T|J?NbYRJx;{@g+ffcfS%_UwGhW)z6TAeVg%)EAIpv=5h+1Iau zM#;REY}|V0bprvBWajnHW5lZ~?fz4P>JbD%nb)@;+?%tq1vVqyR-zM7raAR`lc!4W zq)Bzn`YII^;^q3hrNY{Nc{4LQakV)@b{SZua@i|~)^1uiuwm0x2ZwFJpUVFT7733| zl3%bE^4F_-+oqpZM= z3O!H^Qs4A8+B`}~KB*wHuvK0TkP2~RVK>$V51eQtRMZ5+Mz>FKj!TL|g zJBqv=h=a`~W?i|E)}VUiLQqcj-?|zc^#148V0MPfjJ$J`ypA4*6&l_|xEQBQ_yMa} zjFFFRRi`YgXap$-DdE(cf~T}J0T`?ikY-T@haLh506$1zhO@cR(Suvz{Id*UL3ZxK z&x*Y7gYYNrM~)-=5utrl%ef3~QO3yLZH!Dir#hsBv9mfCLs2EyRT}ag$(6rqwIUnq zr+RQ;OHeV4Qyes?u&)n;9mPN?*<}}cBjz&o7y^r#c8MT{+HClc^rJuJLAy@(B^8~~ z=^lV*(ty0n!|B>j)s8$n;`lo<{T^VnM8T|U`lW59V*4Kju&AbAA1);2q}AV5tYmh* zmySl$iKED&PzuK(;br$!sTAN28{INtR>!v-yvDfFc=jl?jORVOioMA5s1!`rEN7oR zoV5<;Sm54eqz&;9JD1{JcQtzR3gyj%&Q2he|1Vfg>Wit-*_Y0Gw3fQnm7X}Wf@j_x zi4I$xM@J*hqd-T8;6{l*AxZAzDI+AwLfdd8qfO~qphg!5i^;MJI*aL`>&X@hZ=ha8 z3*}m=sTaFTI3=V1S~zM=y)=B|SCvWrwlE4rk#Rm{i^f2ov4cu9L!F?vARQ(qZL=ke z0Tf6?76^I);Z3H27GP%ZLfBm@T8naYY2LCtgG#^v&AXdL z${S1};-=QaL&C!x6@4T8HH8jeiIEPjp8iD*s%Pq)7ch0+3r*Omoy6f%m@GBiDwigV zG-{8N;a+e%V)kI3p5Dp|IL?!>U>g(Wv|PrnRF0*!j4ceFh?iGm)?{-Ttgo^TpfKC9 zje8Xir8tbkeJIS3Y`)f!3}O(+aCDDxJ+&UTsdw~qG0Q&C)&Mj7Zke)qIItI+@%<$tnRP@6LuqdX$x${hhx&S`SV;uK9&Dn9&_{8D z;!QK9EaYZwWFiNvE(MxWAuK5}iM%W;VJ(KKr^Z2^rZ+N{1S@k4W7S~^7=?0&bJc0u zuz@-4P}+<+38{?@Bg!0F9QBi4xWyY<|gL z-Dm8Zv@*F-;EZEfc_SNy4PL&K5sImVh+!JE4>xWVGs1>vH=P3ZaYPKZ$`yoW$*r}8 z^DxA8vvG@Kqd_TH(6PvIoiid#rDBdTP6;Ms6r1%4lVi8Y2(Hi?+kzWlFvme#cv2Rq z1Dn{yM_hDqjDx=zkZc#>Xtr#?H;|Bj@A3eV9CC*Y`u>NWU((rYXc*iu3FeX^YlI|c zeC9+66ty{mq>UU?pK)!eNOT055&J8}kf(n_eL$451($*|1t_=~tc~thh`2cjOjbKe z3SKcjWJq|9?m>7t<_YB5o)V@A@PpWCa)IOiVulWZ43o8gU&g=6Prq?zS`4+!!G+)tMf}tHFBSf)(UXgkXZy#;*2=j8`%No zq$lw%3jLLvD8jsl2lu4DaQ|vZc2r-30HB&Ugf+9kQO87wj7djmgSo%}1v=iPkVPT< zVh;A5N^T72XIBtjRD!BnG%hoqQGlstyw`v+atKU!4ct5&hs`UNWVex04dN>+PuO@? zda&0RyaR3?I)WQj{wB;Z0Iz|6S;~R+xL_Z3MYIQ^!4T!RAGe^DD{%$~ql{QA3rvF2 zcz>dVl5+eeY6Ws%d->%7dZB35Aa$T2Qo{rSYbkEi+#xF;FP># zC@p!LS7e?**LeCt;3|_jl+ZOM%_^O8$FIqE&9tZ1MGMF1$<-d`lS?UjYMeug&umX8A_((>kYU#Zp4>%PhAzHF)zEcfU= zZ<^n3&2P7o+iocWcHz1Z4_O?>ep#_j2w2@OX2aF*Y--cNE?+gvKJKAuK^wM7ETf<*WfE zyyIyAmRNX)tbEqT9Ttw1OIstP!k6^>#2oOlk1Cf2_!5&y%xf_3F*S5il*+#s0h%Gl zd~!yH$D}x0=R2NkkEX|W>bV-8iRz@}<%tw;MmL<4JnECUN zG~P4z%fZ0oDG;L=f9nCy72V>)+6bFzZjJUBuFm`aYEbhZq#JXV&G)d@op=WM84apu zkOA3z^{4H!%!(6GVYA-<&)$0g$aPhBWJo zw>4W?7pmd7aeXLqEL%NTJdmkWCx)l<v@N8ttMUCVr`O7m+X+(=4BlL$&|-dcyKl+aZ}PH(rA!9;uwsfNaE@?cQi^F37Z(o zxHh1Siy?`>dQ(bouJC>sA&ud0ER6}Yc<>xuaG%X-B@jeCWkIs_VFZOsaTrD6R2+k( zhD?-*8NDF4I=0Fr5i#Vpzkx3;2=U<%_;OD#jzxql-);38BFj&R(a2|ou#U5GG2Qw= zis=uz2)zqCV(K)+aK|KpRQ}a;X7(t&PaBnrxDY#D8|a&EOas+lZh^!nf@$bal4PNa zteRkt0($Q|aQii~A8T(@Kg00Ab<73~lLvq&-@(lle!cZ9ip(Q+XoileW&J%f4wv91 zPOszaRQ7KC2JnGvX`u>#TkY?B;lR3;;*|>DVn!{~r&k=wwbQGA52HgaM`dtzom&V$ zQ1Jvt+xLp#M0qeaY!(739ilt*Fb;OV})Fn{2x!$ z$kXX9-zdY)mfe*b^uZ@ydC8f@8P=aTvoF_H4qh63EuZ+{6W3t)oGbCdAJgxQUc<(; z?ZnIPT5QvRxIN!C5bq-!2b4&;amJB*U7byyv;b9OBtcog4dDkw{K-m4m~q& z#L15t`|yz-?n9s<_+6{l5RW@QN_w07cEPh;JI6}?B}7UzDhRzf0A*`-jH&2BVkbxf z{h+lV49%l9(Ev4%j;!(JKoQLPKb!&LPg}s~DRk$3Dr^`40$=Wbx(|`%9R-2;w8_n!LyVhbfe(Kb)-cZ(M1(TubZlf(8vIl z+bZ%{!TZn?*XWRr*pg}yA`6Zn=I3?mXBUr86@I0#`kS}!+3E};@Tq_pNs2+aN~tkb zhR})NIF)M6JB6cJ#APD|R0**{P&AApBxZEO`t<=z*U4D+DG3zOVvL3B1KiBZ?~kmF z^^a#Hg|*I7qSxaC+$Sz}mXe>b=dhOYRO_eaME*HxA_-D(S8go-h`~~t#j=9Y>HeWB@p=9|?Q^^&qp;vp{Vdr9r!5%~b7;(JMP zUh0$RtXu6#;3XyG=!ln854@xVl8;+2DPkJDq=Voe2jb*U*<{G~ zFJ^NAoAcPru&J}jv&ph~Kb!Zk`6`<~XS0P}U5h60m*QY^E(e;ILFQ$EdFgykI-ZwK z=cL1V>1Kwy^3i(4= zPEIZ?oqJKO@(egb;r=`mQpA($n)nW$RCo2%lPWxi^y$!7c}6*BR|q!#twJQ; zgl7yfW)syA4@x)1V$L*`8NL2Ej_S>*eyUPFtFbEdlN7SEXqi8JK3 z9>llezUrfccvDq0z6TYIWk);g!`SgZw5Ht+FtkTTu)ErA$^=bRe(I~+R14(mr`y!m zdI;A*gY*|xuOTE`BDbj@at2|AM4Tg&fnh(g=G+m6d7c4rqjl^y^?l3?{52&0~|2uNMJPbFeTFUYQTpE5~B4B73k`&0{pd^osIJ*OAPB0`?; zuzC%V=Q#JNcz32AxKD*Cz2!nx?57KrIj$kBl`PQs#4rsVN|H3R8>M{AmK#bqFy6h=p zT%gJpnA46yjDFbUS|9>oWeYch?(1<6O|Z%NO4LAOg=@<~)Bk+bCjFjf=I5C_LrL3B&oYJ{vPO4801vOX_ZE|N_0b~=K9N+bH|58)b|pS!GHL#P#JcU#!Evw#u=1w?5TSOO{|1y3&vr7Xxzj}0|yLxl~Q zndzxUF0V`8!i%$(DWk&3KD^;+>n|A|M-u)Ta~xbgyne&5 z9%i&qhconcgn(6R(}hBAaug3-Hng#L=|uVN{TXCMXqgIOnyU-j^v;T(zNt5_S}^Gd zgFTgX(um5ochHOfU23p-oF_=NP{yibG~&+-0*aS=5sKGj=qT$S`9+>Wek*<@A=JmELO|+uGvtZ^nB=gkVjcoS_(2)*SAG#8 z3CiN9xdv(jAqYfQ7s{-Jql_vgv&$ zeqbQV*Q^eEiYVIRV@^5-QI^u;(*kV{rN!qTdbke(y8P7YHH0p47N5W2ohZ0?`xl~E z`t4C_|B58he0&tOP!ALtd>ed)YzMUhisa>MnU#B(rXW|CMiIO+X!JHD3z8eNvI?Q1 z)$QdXDhqo20w3rY{vcO??#n5ZvePxB2lCm+SOGD|8Al_)^-rRz2NRPIUwC;6R^Y^%^?RPmVF+e%TP?a3h_@ zp~Qd8A_8FyLA@0mSY*i1W&a|P!s{SUp&TF5hHUYx-8qA*MxPEmMsYmt!pyU;MKKoD zghmC&9_1OmdT>SFP*FP$F~ZgGkC+fdKa7kb_(6rKO!!-;HpzOMsvhis6@>p6kB`N9 zrDBm2WR1z2FS0hf8x)EtiFEx06QN>`Y(FfJEsiL#*uFsyx)*_VC0HOuSsdb7%$p9* z5mH1iYIU^L$e}akTOF_ERy+yQ@U4!Vllmk&<5qXx!0IUX-6K}V9#|a(l8;-fBQXtD zM`B;d>L?f~NO%o#^GY_)CQj~Q^9DA*#pdN~=GgoZn@_R%F`FN>^}kl*!3am&wUHnVcx5Wpbk7k;%Q#pPXDP zWpZ+FkjaT)!O6L#SC0wXVqD&I5T=k_Yf-D>1lHQ6RWVO+_0+1!vzFGXND2$-qevqq|#Sdy}I}FgF|Lte7iNB-YoJVtJlyXjKIbEor+Oq@9M1%chejdoa#?{ps;Lg_ur2H#82`y_k=EPaswkqeTgvDw+cc&SpU4tP&lW1A@U z^&T$_@~z-ocsB_E{65qPMrb z8OZ>pa6;29tQTh<86lC_3^llY4b6H{zMzb`LWYS(u{McZOrAxX6+3jo$H^?xC!-gH zPv?;;lD9XO2rp#!6P9De2`4w%DDOu_b^KXp1$(AgWHI}K9#ir@jzLvls?>OQtT@QV zP9+O&maPVo>tD4oEk*1LSzIgCHsIfIy)s?PY}k1D`lq#YIQS7~8g@9q_^qd6>P3EHt+XTJ?71E+KDKf~*yK4O zqz8s4W(IBqKg0^KCwA!Z)qxv9`cV=c0nW>M&>aH3=RW%`0UIxgxCFpo#or74xQQ0Y z&H?|yRV6qFs1@6%yOpBEv_1yh^AtrmOmvUxV4A&f4roCjc&6HqnOL>mD`ub!=UcM1 zVy9P(%!^4!s2_0-c!Jeyh;*DDLppBV4OxJKswb4d4nKvW56HB*$r&8+ zGdhb{=L~@{JHyW4?h3q=oZ#E7lu+ec6AV4?-2mWItfh7Xz=&XXhC)pfoG}0#jLQ-} zUMZp6FWn{b*?M-oiu9MkU032++y9xdI7dGuS$maTcg0=>=u0o5ZXFV+Nq z&^`TF9}>m(|3D%_Mx| znx!LJ(LDDB=wruK`hdO=f2gr{sypDdP4 z$a)_d&^`ak-rX=Fd{);QI2U82vr1`sC7@DgOBZcZDfhlJEuF(r8%?abte@+?P?4#P zy;}ESf>rHuzTN$V?SO*qGrEWEh;-3DPCXO)c|(tN)CLo$_V;t$7pZkm_G;aS2~M@c z`d-#gxaxH2FYO+#FOn|W$EQVU)Z6;G?x!exdP}d?-2;5;po^Jro1%Z3E}F-n^hj-C z$8ybW?)CdpcYnJtx}MHEk~JtJK{NZJ?Je zExNGSh~;>!Qmj?dxxFR|~@nEfVb;Ue2=& zFC!JiSPyT769iDlJjtyeHFn_Wt9o}y3M{zGtX@Mp=;0U|HL<no#4cnrZe zV1WJ^#2(6qd-2k-+sHb3?3lkqShR@?D(o4NGeEp*1>Bsq>nF-A35aosnHU2hH5dV$ zSYa{(|LKU8FN_yeePDFWD4nT7zKFOyr-oX5EC9HMzm3B&?}3^#feK^@3kSl&u@D}H z*=oI*gH;%)ovqQii~&cvLT05;b*+Sxd!KRygzbUQhakAwmcN6{P##UcmVt%ILEIdJRU2$x?lj7#91 z1?pVpq-ARBJ>hhor3;d*AtX+OWCX(S5;czg zr3$ld_opLpKu6K~cDV#b$f>!$mpqXSbJ~N&{uMXOYTnN=mt8^I2rQke~`J_fxE{K#e9| zq1jULZeiSz@N3T6nIfLF1A*2$LqkJOodFa2ra(DgC~0tG=vhQiX23g?y0Z4QT`tPp z`29&6?|%4H<95}2VgfY0>8bSbt71WBj#*0@vja^+dADb5;7Xt|5I4;k2fVkFE$Sk! zDTAB4xz0q`+M2vp{)pNT6497!N)Xd5e%<`$ZmK0BH(~JoY5~__CYxdG+G62KIzTQq zN@=#zfDAF~;I-;Z7YjKh;*_23^6?Y`7Z4Ry7=y?(RIAUHsA5hCR?@@xDjOcKgg7Nj zDfT#Cry={lyoZM;f>c+&85s1)j|(Vm2CTZ=(D#|t%A%*9@%!T2MKRfEhpII z$Bcb=XAk!w&_BP;>NTW)zBWc3`V#O0O7MmJgpSvP>JVpIvN{ENCKYLlJiCl;<>P^U zXdMLp2K7<$MZQq3;J6|rNrDQMwTHim5)j-SYKT?BMQ^=z5)YS28Qb*{3$Q)aUjMo} zHsGW!263mgm-W}{>E7GlvX zKTPBhPU#TZJwMCOzj8ZXhzI>FKb)8PBs%L>f>V&?N8(71WcleqmLGxS<2K6=F%4OM zh<%|fKZ22hg#SX^{27}^iIZPub2>etPhqp1%`f@c&*>cSUu@pOhu_HNvuysD&EK>6 z37R0w4~Lj@+5Nn9JultPOP6!f-Mn-)FWt;b7ojXaGC4W!GC6rClat79nVf`b%H;l& zGnC1R2aZfmF48hNVPTw{D>Uo#T!eUDxu2K9CGHp1%OiLJsJ^0J9#t=2RWDytFW*ov z-^9y~qug)tWtsbJytv;%bI*c%|IzqpdF{muI~UyV;Uo0-1NHJFyu?MW*{)eZY?R#k zE{~}t5?p*#zL`Zc{yh2Wt~36egD%pU9Gb_L3I__Mg&jvVkEzd2Ln2*v^0H+n1xuUp zhtw84@wjV_*<#u3#5K=)w!Uj^y{b z3_w!MfbWps=eFV7k;|ese6TRt7~WQ>?T2I3Fq2szG;3;V6!!j74dL#&+Hei`%v@o3 zTuJXWd=I1MbR9V;hP|1mPwTU44`%G_2JnY=OA42rR0vthjreB_!RH2RUERnNf#9>v z>eb!K4-Q#+pS{*}db7yetzJWmj7#tHz2q!7qRjJL=>nx3jP*!M?hr{}XByy1s|`qP zM7iTwz8n5yLN`-^8CPDR4uA%l?kXfKm zMh1ud#c5jjGnMMZF#j69Sv@|gA4mQM|6-+8fA8vY#dI;@nxUy$Y}I^J)-BJbT)C+R z8@IOAN0vx==PliX%sjBCT3cXFteiBlGI};rUmitXO5e<^#Z*$Tmw$@7OU3~ zk$xN$;`uOF7tV{5R2IkJ`5(1l;#0Uz2uae2hg~6_-^Hq9NYk%OA)Y_x`V;7#f=w?7 zm@dR)9=jM_*K_vmDV9n_B$f(q^Lz}SN)ZJWKNGv#H9D%>g8#P8B86N8$8C_<=Uex`Rnm` ze^bDcyBsnxjnt{k`=_>eh&vo%)~5##XdFmR74?%A=&P343-r~gqHOfFyY5Myow6cL8p&I>-fNDWc(nUZeo0JV%Gx;$C@>ll|@_}5x$?7#kRh}3{ z`@Od;XRHOXr8$AX;3%~V3`9_SAjV6b0;o**iOO|Lx}(g^Q`s{7u2it2IG`$Z3!Hrs zqQR;tcypz=*7|O<2ziWjCJre)Njxn&i!IXb7VC2C*5S}0wV7w|pQ;r~a3+>&Mrsx) z=2_AMdS?s@8&C7om>O7z2qOu%tf{w!0Tmw!BRhF510u%@Gw8z5EmdhcMU)B66MZ6mgJc3OK% z>j8lZjLNdcQ?$3OI ze-@~C6IbygsMc##Gsx)WvyOA z?Cabp`)ao18B(>n>?vaCWO3%SV-TYso*^v|0kE=#tik3gvZA4Yv@6BHg1ZGb$bzYq z)elGbz=E;}(x|won}}^03~iKF{W#+5BHN zm-E|8**u5M9c*6A=7neihY=1o=W?KV8Dw4tn3K-urQ)m(J#;qmbK(Ojc-t zOjh2>WW`t_lf9R7lF5n!M<)9jf3knacQRSIsL5o7({ZvcNn0PvMD@;HBolQPQG~9J zGAy{KFv|&qZ}`)~y#Up#mDHdZ`p2=jF6%;ll^CL+r#;v_?EdzD#VAN>F?UPm!mm^%Rjo(z}G5&%4rYc%UF9cKD*S z8?Gq(i*?_mDpt+K9yVmozqOXsjc5_bK>yq7)%|OJ;5&&}ks*7JK_us%LJ5~Z|DIYI zA1~&LbXln6pvNk!TeNpgPX@(>&h~MJf2_t`17$k_($O4&uc&M!uA{h~77oJR zfTzM)h&Uedt;@AsvJurVrAnDGsc_gw$$IF_5QT*hV*DAZoXTrIZ`V3*S8}J&VaVtl zw|!0wck%E-k%46r3c6Aj*$|9<+`FRpP(d<^!xb)=S}VvHNc#^KdUb=eTHP8T=&_2f znkby=R&weMzz?Ftt~&Bw6!ONlHY48}OZ#OHmlmAI|FL=voyQe1cap!^U4d>4iWx*v z(c5hu@UwuzPYBnjAxechlR9x(sd#RiMJj=^bIsMxB^hLrliVKAW#vVAmZkPcjvV8x zsNA7H(sXe;uu)Azfg`?0)76TL@=n9}b{IZKP$x|mk&grnPz|xVhD0K{{aHkqc!N|$ zjRegTPNf8WA#xvwxKKV&tX3r32^4P)9s2IoRPdREc4ivw^Kwn2J-BA2 z;f32gmj_axDJk0)@^tmVFOX^Zq*|DwpH~Ca>Eu%P7R<^WVRI{*dG|K7&E>Vp1$QUj z-Q!`@Zv26o90A4FjtP-fT4F|Xr#LNA)l9X%=&F$hr7{Jjvr4t$K|rEMHKpOB$io5o z`?(FIGR(t=a+;Y%%8)5)Cdcl}00y$$(u<>eRbTayOGLjtW-du_6ixG zi8_&Qjio)Ohf50>-yK%3A*?ww%J}vUL*()T8IhTb;rZZn6as^7pY;xk*eYPI&K6Or zkomlP^AK6%6vB`vSVFDr6slE5F|wO(z)3GT z#iVa%MB#4Y<|*d3nB&xw#!16K^{M;T0La@3@K<#?d!V3D)lWa>vA{UXi5t@kp0-MX z&pg>NJnf8pWu{DzvQh7#SaG9q4}>{b6C1Qd9PEh+YqB`l-VxF#x!*#>l{!H*8N(@~ zN+JOoQA1Dx4!JtjJj$!7NGccVt9{W~=#89Xlia}9gER|fWU(28)8Uewb@rD5M&xp0 zxTQM&M*q5dzxR9v)^_Tv8s)noQyBaeW@cL1F)aS$63#beEKIyeSiA*T@K%AU_nYuA1ZieMjegCjD0;AgSCF?g{5shou zdvv<%nKYL)1lkLqFosb# zok8!WvlvEsB5H8yA(%j%>`TwZDX`Rsf_49qi4G~GkN962t4Iu#_!wuGa39h$7ye`i zN+fQ6F9^IYJ7yDjyX)qubxYc`?}9N8823WG@<+&xg(aJ!uW`qqwAj8Nd_rMW?IX!jN7bu1!v^QH6b_jwwpc63lWM zyN270a(6=P-ZTQ|oQ;|Fnf2h3Ojc5G_NkB6hjLXMgS%L8xaDh6ZsiLHBxDrKm8!I1 z`N*bO-UHu)HBkmBKEIF(_LsdXMESyu<7P`x3 zoXuP^9lMOD*kNNDI7;tNCflbMSFJHEC=B;8NETXoCyH&gCJ$W)-D`1vLLt4)U47Va zZ!{$?-`Zn@GP%i5EEM;z6=}GMJ~$&jZTTTdtrqv^4;%b7SI#+x?OXoJBRu`~z97E2 z%d29~mO119PMUF=z4ADJ!hlK!@JoKDKhjaDKqG@K6@*HDrynITRzodoXyed&{0}s0 z2$^mV6e1Es!s-)chZBE2S#}5``)@xs$eF=A6Aywdgmj{m)phSoP8!2IH+sBNTw!Av zsBin(o{YfykpSgyu6>Oe8Ngwq?z>^#XT#fyv0Q@Pq`0LS7zwR#JM;; zUQ~A@Tq-0;kauxr?9-zmQNDDm@TJ}X(;G?gq#fW%z3SVfajS9AVySW(8W-V57xDON ze)RBT5-&_BaXqn6a(k-`e0tJ29qdM+3=Hqac`eb~pi_y9?ggFFwG{y`79n#psgaO1eFdoHszs#A4TXl8NAFNfz}SXo z^bjW^HauN|FtQD{4R5XJoUAl8-j3+Zd0QGq5@Hj4X@01dt!~SsSamP-qsL8)1Hoce zzNe~DBXF>ml}+{Upj2^y=}aKS;lm2xMuomxySQ-HdrEw4d@+w>xUWimQs}QuZzS zxl4`;=0;B~DI%IsdT|nzI^eOv4Lpodwn8&;UwXkv*Tz#WyX)pg#Xg68$yR9%hqQuh zD5M~hdmIova*Mk}vtX-_O|e=wQXJJu$9hpH{UYl)74kggairK*{%;Y*tbTyWs>DIg zx@1Nav!*kip_rxrTKkIG({J}P4Bw^%6cg)XzBf4ihkA&afl~DYR<9wY>QJiXowKcw zLy;}sg|c3@+*qF9>Oo_{e`HO~R|$1+6oUnS%IY<=;PqIr#nPKEyA^)#wt%S|6G^2+ zUkSTqmdaY_i}L~m`v00@k5d_=f1&5}ppB4|1>m5kDP^Z%+uGqm96t~eOkaxHEPRj; z`tAphP*;b2yGM)p)%Y0{=qf-OivA+pxa!ccLkeU+WvWqx=5o03-}o)Oc1oDs zfc5b}r&E(i66`XYod2#5xMD7Xe{mw!Q=ne1$a>kfVn zqySF%e;Z3j7b*w-Okp*y6FJmYqH2{|pJ+Q9ikmtU}8ld=59&U#G8#N%| zOi^B4SL!$rHl$^&)wxjVk7ZwA)2d5q0?@$=IW^VQXwV0yml^gx#n~7(=ID`5-q^Ghi((ndTApq;QfP;0Svc!hiI@?}t9;~(l0h*R4C##L?!)$EtVU+yAGo^#YKn`)lykd|=t4KJdU3Z8{j z9(lI4?x}@tgsOt}RXMpD>nq!sZ06byrHDMZ^&~%~E(j|UMq+FviY%07hfpsTc{64~fJK9#9@Z)}f36&#sU))p5T_{?0zL=* z)ILODLhTT8)~4?St@&ci&(z?iooOJ}x11^D8^bW=Z?Eq`E(3aKhpgs8P`>-Phn7iR zo|QyiB96jWbpvMeWF4q}YzW8-oae zHoH#r?)9f^8(BkN7!r0+Cgr)DTtf7Zo_K8ZPvY+Pf-2wD9*t_gdhObg!VE>P1Bl4j zkhyd%{C#%goGVc&(EgJY#StncoJDMeq7U}8u7LzbUmW%nNHrAPYLMeRDbqI%Mm7P4FEBjf|2eNPQ#Lri6p%9)#o^m?ggHF|auaqZdy=GVh&jqbNu#78 z4lO~qGPM7O=#sd=UL2CqghOJBE{ztVi+~H3o8Y9xo|5n-M?t!Hw_GBf!9r#tgRIoM zndoW@wE4JNk~kOB^0x=3Ai z%%3JbQukR}b`W4zg+YjtlDf4b5tS609`5wTih#=pY;skyagKFLc|4 z6$ygT7S3iD}KQtN5D>@+6^ZCbKl{5)TTDq)eH7gNFZP~d)d~4y^vzu(c*hy zKXz6MgOka>P^la ztEVftvBO_rbPRgk)$5$q<-!Dn5#xhK9RcC$0XP#ltLXrOAFs{~H|j+c?u8dlZvSXu zYOEms5Vg$o>}ozIo+x~9D_lF|lUe~z703-XI)Ow3)8LH!_PQygwyKonfqX%Qrtoik zwHq5&I4CYt;KIsxMhddl3$k@kMR*HX=Xf)hJWu6<%o@5AXe*H7X@bRh#%7(ZaGofR zkC#iRKMaN2v!8L0bn4UQ3V zG4lOdGTh#q5tUK8Uc2RN)sI)INEK5?2@)CE|G^+iwT!QEhOTi&kTu{MqDnZ93G=x_ z@N62fl+_CL^!`V5yAmfxeB!wUt>*TP`Wxqcy}Q~dz~UDog-6i;2>Snup?{cdujvun zKBf+myjX16R6IwrWvS+wn)?ogG}sYqxAzc4ez{SL#dWa=hZgo;8bjMRb3Z|oHDn4G zzvvOFsSLu>jDN)7|J!=V{{y4;W~6?3U zQus@AjAti}(Sa-$*h4vU@0z-|Z=f`gDiK)rIqSrlcdt6aCW>K!wothXwyl_JiTLws z6sZ|nvDUbQZ~{KSpF4vrpjgeqqk9c>Fpx0f+);_0zHFf!lfybVb|&7+gXKzjC_6Dx zrO;N$uZiHVH*zR!q1{n=n!RlN{AqMTNvJkaIgpwmQf%d*zB;dhAn+mLP3V}VZ%qCn)Lu2p zn^L^qB^C$-93C?&#u7Uz)IW z7HMo=;Wnx<(HU`C9D`h1DxA){38VL`mKMF|<6&fTrsfkgdLm4mV#JU#I@z{Y?p_Y_sfin74x;yq3Uo!zB0o?Z8v&kA0zFoM+D8l) zpsxelVehHrRW{xMC?dtPMlwAiv$?LJqf!s*@3hMhj7CQ39;mi}4NNdB1e|#g4=}f( z;tCn2#0%y^oe>3$O;AZ~+6RHCn5!XGI*d-LpzM&yS5lhyKoM>LaG*rz=s=S6OUg&_ zLqZ*E+27xE>*1%ByDr znXZOdQYkuI4vGTk3&i*PzDG!75#A-{tytoHGH)!Ox9~W)73Hj4ktZ7)>|co{&BxrY zvcr&Wta+S533J%5B@LT!Q5tk>7^iu3t)5?K9*-887sgQ(@)yb;5l4z<{d|s(Vz87& z(~d*;I1>v}~+yhy?%6?F}Qr3h%g@L;okA3sq_J zv9BL!@UH^igq~wDN&K(k(ctK<>CqqnLJCBYQ5$Jq3 z@&tu)&Q4zJA;!H)Uzo|WTg}CtXA&Z*L-;bhyK7-^q;p|68YWUnVGLzVaIg8M-=4R;;z!_BZ+&t@Z= zOW8b)%@t@0?uYQ~j^*x$@zOlO6K-%5`UpOlcRwoa$E1B2?T%&c$K{VtpuKCMxw4v_ z$z`WikjRzjP$Sjv;cJ7sJfNt{1$-p2bmafSud=a+KzI8`ctCYz?r?ahkvQqHPVsH1 zG7d3Zi*L3Fe!4tD!65WV97%t~C+RJuONd`KIuAC_r*upIP01PMm#>#(U{aOw+bFvh zDND>>iQ$SD*-+7Yt$xHF$i_=K%S9^`+Z8E85~E+CcqftLQB1|JP|SI$PjHmlS1q5h zy$q{9lVv~x5`oi_n&TcYXvMQRl@z48748IL^B$|$5D?yq1s;8TJgpdX>qt-%q9RSr zig1~dE!gL?B1_5PPH{xdiY$@F_|BGN!oL$|s1@E=CJSp=E9xr?t75R^GaM%jwP0cQ zqO-J;OaO!=7WQ^UBr2(AsymFRM0AJyJMHj)0dv%xCecM0r32&x;Yz}=sS0j4`NF|u z410*(CSX|jI~&8o-zg09#xgPNUDmYwiec|e4dxaY_F;6E8pC`bBw^S))NZ~l^-Pm6 zOn3O^PCM)r!}N^`(JR&5WHNp|ig_jBSNJ;{zrx=MejTSqGO_EM>^%jY@9HM@_0%A4 zfnDE6XKAs^13?mQy;I@VS5wb33Ac2IU+J{NHgU_Acv=e0cY@2hccIafeh%J-#kd`s zPkny=PRc8D&8}(^|S~Au2&iNVC@FajNj%f}-`~Cox!m z(4E99d-=t3_ddQH>%Ks}yimUSO=(|*cFuhU%{-fz zv3a@wS(ESXXY&d+uVnKoHm_#$8Z;yB1JW*_#Vzc${QUl-(Y#JR{w--=FYSZUzCqeI zO8X{h-;7p4@-6cBL;U-#Y~F@u&V4&ttoa>yx#hIg?mO{1;{G;T_W=&{JAC&pHt&{i z-ov-A<2UccyB#YgZ<%-B$Isr+<^yQv+z;~YLwx3U@owJzkhC90i-A5Oe|!|J`$|6Y zG5Pypv~%vq<^2Otypp?r0)LITpF|52$nWC?9$bH@UOuH>KCNCTaN`jQ;n|w|8ToL~ z6~SC&@n_&9yCZDg%een{u^DD*i*;-sW%Fe=pJMX|Y~IdC9%8eK%^7SSrsCrxZ2pOV z{v(?Y@XzfMFO!**iOkC+=4Ar&GWfg4zffFaqT1sErB^#TmBTnI2EW1#>;Of3Qo3I7#fR0$CQhBy%jFyvZF zV7R1P4fpeEKfkD69>EK?^(*S-QT6gw_3}0K@(uO!O}qfLzQvbi?zi#ceh1AxV4FLk z55!ya^8@wrBfNxeC4p|kx`hN^2qRv9BXoyVx@97V7!rlmodJq)s22rPo zGDo>WKBHN-Von>e#&p)?5OY#p3=?M(bpf&Wh+{>Kzp&$|<}srAbeEk>&1RUqHjiNz zFg&8iI~q@Llw$;R-uLT!J&0ykf%6QCoS zni{1(pf*ge*9(${^lm0Sj#Z+I~{lHsD`r1!v5!jH~*c)^r!UAhdT?f0os& zyO$pbn2y1seufQeuH=S~B3eARf8l|J`2FL9@-yRs=FNPQNX$MIm7>kA+y zs+6oXLz9Rg!>-O$jGa}#Vi8N+sDRu8bqQpPIPZPF z&Y>XDky{N--)@yBMx{p3H7>kz8DfN;LJmlzm#I5QL7+nIB=0GTvZ3fWA`+OY24>SN zDmc&HjUYd$<5Zo1I^V9P$E(B#OMqvRY*s@W&J4$WWB^Ybt9PQ#}X=3Z|^$=SF@8^d@*t)GJKrs-3-G^m8pV##Q5l&1%g!U!EmA4>< z?LbT_xbPRog8njTK^@SHz;N@Z)oVy@IVFnOdp`x13X7&s?7?do;;ucgf$2z&4E|7t z>Jv-}4%moOpKL(#gM35BZ1G&mIM>6AD8f(I*=$7k9Fqq*)naavOb2dLnqM`_WY^*V z?cmM@ISQHRa~0HUWh^539mBv-q`WXSi>wIal8r7aMn61=uc5G-8md)Fk~mo&&o?lF z%AFLj%b;E@9IkN!>HoyacsRdcunZQZD;0iLYha3Su)-&!C2GJbSRDv3 z0dvKpxq=jW^`8X;9fy~R&V?-n;5j$2)-19;L%W8;exwmW@51Vpa8N>0r3yTskiVP) zMKBQ3ofokOq&~%}Gf_bnCZBW&o7nruhwpxZG_|{<^60Pfo*IPWd)ATmDPISKBEkYs zRg}*p8!?39y9gZKf^3a+!N)Zkh>D=xb=q5z$JP=V)mbkeAkw2ySRs1=IU`a3xdEvd zvAvLbOT}??hcl4P4^38BW|~2|tTa-j6CiT2??!rla9iy>S*thla_Yk);h=i5D<$12 zGFbM2WwB&6re0`CV2EVc*R#qy*w5*+{BS zug(JnP!CWwkaXNsSmvdg9UCjwu@`uc(GfOWD~|CVgJK@Y6NjCW-2lmANLT=NNfWAo zjyeMT4lbgI@kYEbXe&eP#i?^pJWb)_9ZEyze;e!wN=GOtaVsa7!9VaQW&BRPT0Bt1 zVuZxwUWJ+F3*$w&7qCE&hOG+g$AE;dKZszPNM(E&o5b{^*t8mu8E$}q7^Z0H5tQ#a z%JXJ%1m)F%I80F9U^V}@pRDHeHd)OWWSHxVU=b9O0+JIDoSME`k$HH;6j%k32!fm! zbqCHM9AGj#jf9gT$01229;=2(7Zmsq+(d>WcL4#>gqG|~O5T7xWI;j3Ma2((0x9uY z=Q;>tT1u4;WGe@vm&0`fP7Xhi{Mc1wyhH^i+#NyI_X{aPDrF&CJP`r4oh3u0>hnZx3%DDK3vLiOTw?OH<{v-b#4O&ZiGP>thq(sc<+pk7>s zR<(ItZa*5wMfB|w#HHx&+O^4gaOw!N&Hz%~pnPX#nwNp;0XaWP6Hf%U@Q>FgrSX*j zU11rbInl~~?>xfnj7t^s8=(*4d$m}=9YLKym=J>Nk*C_%3{&eKL*CMo=m?>2Iy)tA zdAJ}*4di_{Z{M>u$gevyGm|M5XL1>^)?uV>UgzxF3LR2q2Pnf;;p9aXrtU|f<#M4^ zl8n#l;oabO`~fa6-equSf!r3F9;Ul=ZqtR%{mwYz6!a~#g$nLk$a#b`Aj8vHDvE{? z;THTfGo2p~2Duq@40$e`T@8?)U}`dd^;M1EV2V>*hcIQi_c769#@QZ}{o)1?#G=NH z*(=#i@^O{Ck%`6Rb|@NOm_+5rP!)x2N+O*wHZTWmnqvQ;Fe=fcgkn=X7(y{U%N_&4 zMiO!Z9XMc>5`u%I-CB``9wqQ^G7CkKrg7+@0%$uM)~^ppr5~Hf@wG`v*GvO(3rkyk z0Jlv_TTFl{g_&fYgosQv3=w6n5`jaW1n8Js`M5Ba6)7O-putDLoXE!O)0;bD0ezh&gj9!tvB=%w_*mf$WE-#**3C- z$WClWiAZrek)ou8-64^7BlL%lK<-qcviC>=A$o6n+r0Nas1%Nf(}!4`Hm=Tze7zU` z6Hko4I@?`0S2EMD_L8upi_Py0{L_NWBlQ0j@5~mCgYm$7&BYJ^>8^;%{UPEpi=fqfNKaJzYmB7wgmHO;nJ{si^nJYm<5H8uL@oEvT*+ugM=DY*@s%9M{hs#Znq=9Tp?aMj zlFAHAC5p;##%s2Gi7U8v@uYqcCTXeA9bAg}AWZ^F`-mD>&`+{Mst^xUV1m7nNp*~Z zHa6q*b&+y2Mu)1rxO7o1u%tPs@6`(jEU?tAyPj#^e%GbhPm{BK+d>}SVZgNltDCFa zLzgv6Uk(uPx&0k7{d4hH^g%lQRBAhoB!S^9O%d7>7#|Wr>Bn{F2(6Hh9- z_)Wdt5tkdi-6n~Tdek@10GaS|&xxs{P>slLe8!_*!808*Px6-bndjykRLx(i0rj!3 zZE|k+GPVw_b9N~o6};mXZVlZ{hHi#MrsUHVp&dQw&)CJYukW3;AYjd_tX@M0`Fwyc zqV8cBly<)dp!__wod-po8T96%N6ouP1R+uvD54TO+ZYLA0RCMgC~_d4iHvF^e}-N> zlugBFY-G<^N_W*aooono2&u!sP__yH=K&;rCAM-e5(C7^oHT7lHh)B2|Puh3J z5GnKttF5C-V#6245lHtA2_bf`=Cq!Q#!v9X;ngQG)bl2N|5A>WDov>JIfny*I2BDZ zLaS85b%QA_VVcu~kEYuCOvN~6u<)Vs3Ee_*Xh9-)4D~GvzV139C%=I=ElokFK(BLs zN~%uWSx7eIq^p#=;L19OzqYtK+qVhDRfk>u1qMz3$yyDeo`{(}NY_XVAZB5)`GK}h zO=F@`0|6AMB00^-0N^MAstk)`kuK{I_701m1nM3kjnRUIpEX>v>Ob`@EgS?SBFrg^T_4WN0f%o5p0F-^3X z-oU?R7QF&V<-~uYOB{ok9*1QV(nGk>HlCroSWL6}+v25}8B_<5D~e^{ zy--$Ntj1^v)FLwZ;u1lS7p-bdGtirmzgT%g_x=Z@zO`#T{ZUKW;MHLcF8dk(jBn-{ zS6*vKH?JgbIp7`<*aH8m1xgMSg{j9N&!XR}*y|cypPQ+^7v;FRM%6y;Y==(Md zA|m~2O9Mn+s>EQU7{eXjCtj4db5#UcnXu-UFA$n$;Kj*T zRR5$Q2lA28I|XLU(XwWxKJ)}7G8wJ&tj#D@PYwg-F z3AcD+tQ;@;@-XkpSX_V{sDuPaU^9c4dP=F<8n9<@xA17rMrUwi@Bm}}$g{0SJQ={3 z@dq(DOIwov#7O^MA?cvwn2|TM5c&V}R~9B7$&J$K3l@Qi_e({r&kb*(g;VCC`h3!% z>fj6n6#KIQ#cqDfAlK?D`Zz&h6O>$Z-{{k@qECO+XZn=p(&I{o<<)PtGb{(L8T$IO z$^Z0O;b?_FjL}-^Yr&`|jl{0q|vXWEW&Xz!ObM^*^x zfSnYN0X@VT&Xt2}=y4UE!k*U2@NSvlpwv@$;N$@}hjCNp_+gL zg1*d~y;+vLYYy*o1i{_|Q6W#A+mW-RbD$kLOCA^P@mT`Od8bJs++yd+ujkcA9xVsOiSY}gc!TWJo`RDIr(Bb7 zuj>p{&Q(&vjZW#?J^BUL19GH%MT|2N@eJ;lhf7wDNmGOsgQ|+km9z`yL3YA~Rv?~= zoN3335Je0ag)cm52gWd^%$7`A2|X*F*T=Ka&1Re%kt7=&R?Sbj$p;bD${k6olQB=2 zpk=DadO_I^zG-7M#3v6<7)T!omI&fZ zFlqr}OQTpqIaTDkf)wgqwRE8M?Yr?@&-c%~TAX-8!qp<;lYVy6#(T4NZ71|q?E4=f z=pk*r*mX|uvBsRl6O$&9a8>Ne|NKl0)-(U}3(;9x|MO$zz<8da5wG*h)dAx({iROJK#+Ur6fDrpW!$Sd~^MqmC4U7m}^Q50p=x@MwA<`#~)!dC>)f+mizbxYn0%^#)abUSgjz; zh)z1VG4R*)=VlrYNoNFJttjndyA=2n;$UNv{byPL_vNGr?>SvTBm`6+U2LYakDZ2@ zPPoRXfkk6U!}o*hJO_jIjO&!pS!=Ent)U$TgQi*$)^nv|J=_<~dYT*4V{fOM+-8CF z7jfId8|+mFH#YYrd@6!xjbbn>_8WMo6i3&i?H(n2~?0O+LS(apO%>BlY2dXjgAMd!nzS~o4iVl>K*ZOvk zfQm#3N`ne961)8|46ylu@wHKZ7T4^9Q`SU~MOELV_x5Y5Ca?R61;Av1=4vI-bht(z zVQk^&pE-drZ@h5P5zH0*Ytjl5m|ItD^Jf^WXEM<*(OGM@8I1%#!$Z&jffBFf*DBeF zTkOe3$7x(Mj%Feb^nwKHNtg#U=4if$_ztZYV-Fc*iPCxjx#8)g4O7yjdS)yY97JKS zR>?7syVT!8NRX!+hG6g}Q!=E3epjv<3@UyfOED|tAgt9_If(IxoUAc=cZB4>Nj%I#LK zA!%h>3`zVKv9&U4j0WF4vm79is|Y0f_7=+}81An_Est5}#zv3;?x1{8;OCPKrlXZ? zw5kddGILk!Af>xoJXdCOt59i z=8GytjXD$O+6IMll3`$ylW_~Sfgtl^D;;Pi9q>$iIn@HZIf-)8Bob&^EZTU9LL)<| zG;mMyatTIu+M_4`?cV|j6d;zJNaDO;Um~3(rhhwCJvt<)H8k0XoN)bsBM+domwmQ_ z41dq(v=TCk>M6_Nyp;w%O64BHb&0sc@8zbpzkbE2P4nrJ6%W%04qnLgJ$(=l5Y zJ;8)!45vB2H3s-lG2KO*xCn;egIbKd-wo;e-4L7-B1hHyg?%Gbzc9>%0XO>d7AI6M zOSsV%j~jJ?t%i`9h=08};y1K;#2-TRJzZw8nw|)DE#-e}T&qeQ0i~dg@+OahBPeUCW^SZ@>z`%yjPvA z*@{oKY%ra%-2zkiM+S(Vz$a7K`eH8%NqBLy0?}z0V@W}D0(_W}fD}a?6Ct$5hEV7? z27oT^CxC8I09w7&06OWmYH>E}Y};CaohK1Sziz|G{Fwo!E&T-3hyv3!OAe-y;(oaB zJ3CMvx|#^4JrOV&KQqAetbT&&Rt2Wpml{l`TnAN+v$Hb8xQviq%ce?Y8&LKS4Ny(@ z6I8b;P?eS%RA)XbTbn#kfYa(O$Q_f;uF50|n`nk+!|TO1ykdWC0PUsy1lltc(0+5N zfp*ff8VAYoo{dP^i9~3<$%dBsGXqR-=_ini8mHX1;|bS zQX>&Y-?d?6{K^2*_xlN?+ZB-hrq4i1a|vEN`c_{XY>k&aNOJ}5qC<6>iEI}fek195 zZC#%h!`t$`ftkl1aqKj}(j9CdHOgMNNePC$JUovk@9bNJ?Q>L$OSh8dUqr-SY!UUw{Wi}KRYb9C{S zyC2PnTatE)A55dsvCuX7^fZ_K_(QSS59%WvRi#Jxw_ z=SzDpzgX_x$CqQ>7pRvP%2&TB?TgUPxi3cRzJ$$7+03z-XY(>PFZVxd^4U%ctdKP;ed35dE?)^Wx$U=E}`B+|TGo1V05O zPaviq$L4da{_rPkM%e6NGtFj-&1=}alFi51e3;D{3~)P@%@+C#UCTx?^GY(_ukp{n zV6&4-fm_)e#esf7LORDkU(DvcY~ID@TWr38rr~}zG|@Silbn|c&dcQHWMXqNsX3X@ zoJ?k3CNeLRm~%OSc^Q0O2A-Ee=VZV+8EmfMel7$wSL)UXFyx&8<53=50mgM)vjAg) z?*th0J}}pO=Zc zUsNxT;04?I74`C{dikn)`I>t9hI;uXUVv!d;>$Ak+jw!mgXSJ+!*?#Y-@{w<^8qO&3>x=4QJ-SGzk!c<)q5TUxj%prL$HW)hWhW!utwCs6)v;W_Bbu}xjVEvj zJA}{Eqwonrbo_vyMWJ;|_t3hjuh6={fL6gh22dMuk3|a{J6`_q^>cvc4@mKTion2F zlxyD&w_RdZrm-5uqD7F5zVYmR*hLsR7EFpu# zYPo6=vW5(DQ7pJCa3*#v2V9>xkN{HCBGgjsI38ZfC{|rtxNBk1y$BsPFHjJ@Qet## znaCs-n&+!05V%$>#XT^2@ko6ETz zC#`SILUT>R%3^?#daYL^Y}%lEwfRl+>gfEDpQ1j>dRpt4k3wMvLXu%h^7Dv{7W2TW z(i-nX47w9mzh@_{&ijdq-c5eYI6`l>klo+a1p5M9h%q0xj;0W+nRjnliSI|yXbd{Y z=OtgvgVtEh`F0Lgt(uD*wxk0#J-dnL5Jv(gHdyMDKo!{@T92)~37dujU+et9B<-S=^Dp*URH{npafwvUh=at*oJQydJ4%#VJnwvL^ z_=zM@kUr_FA?}qVUXEhPHPm-fLGDa5#SCC7Nz;HcT|@!sz~M?U*z3~w=OwCPmKv{5 z17pu7jQr(wC(tU-x5JRfs-0YAEEPLx*`k^s5Pvo=5l$9+gIqMYr*bQ5*(%bS!6Ael@LSQg6Z#jd7 z%tQv6qE&$0SYe`AX13FH&QvjPhtq!Q; zaO?wUNBO{LaeUPCY}?0!yt~@K0g}K|FYTbDU=sT5Ae{!BUv*@vKR{;Xt=!s~Vhuk9 zl}`FWG~1uQo!VRW!bN9p`k`)30=Ik38iNBh&x&8NFX@Qz@`O0Bm?Q2;8ZqH!)=K=n z1#?te%5{L)$|R&F^-^zxfy9YWjR+`<*T~SG-T|#yk$}WUU1V&SuOuCGk4yaKMDv^G z%G;1>5=ktf7BV+B{Dra9Vh^|T9Lz>7ZXCTDauPT9Jae-C0^6@C6#T^I%ESI`&l#M~ zXSP9^aXlfi1_iz)nWrlJ<%?AwbOzmv%~_?s6uzj30NmsQ@V?M_Sndp(N048}ieq-L zX#lUS)+$d51IYu1I)3I?2C_VuG;jxJf2Y6J*U4JbbP=xJ-CRCByU;w5HiCnYlyk-U zg34Q?l=Bq&<#ArTObyn|54So%%z;E|%>B27a6JVcxTGt1P2&zu&{wWO@ zq`nTJ{u>fL`gy&g$2F{$FtqjIFAOL?N(AW9WhOYVk0=nxPDTzazlwO8A%73Kau2+Mj%F5I_>P*Ymj6KnHHz+^*Klbo8dU{Xx zpWy)BbBYgH-x&~o^34ecDh--y@C0Z0N$AxRLL+CGUv_(j0Y7t%NAnY7WgC-*>0o8S z86K9ErRk!ZGkhu6(B2sigWNvD$q-LG!;Ac6Sk7u*g?3Os5w~8$G9#B#M8@lpK-RSoXVp2*Yc ztSwC!-O!HvxQ6yI7Cr}=m7d9LtInmOCxV`I+m z>dTzpxukphp459Qgx=;0iRbCH%a_635&zUdjJty+{#N~@dI$)fvCWC|>x##WrQYTQ z9@D`ro^!mX6q@N&fURHbbwRySIuB^Qkmvbb7U~TYcr}ly|EaNkf8WDX zdXBFk`3ZV$Uz=uMwx8lF!&C+##k>_WhB92NkHHOFor5-iW32t>JzRU>p!r{&qHcgR z1m994&4~(W9HoQ``{fwl7yvxymIOH=4e!y?tqB@y-z+(`*_F<+d;4Yw$7vL zrvHS2u5b`b=z37;mR5MSc*NfPLe&W|LU7z)a2Tqg++XtD7;$jfkoWE=yqkBIOMA4m z$4Gmuw8u$%JX^h|EAT#$=9LPSKBys3^xlP5JWnr?EFA^ypV_Y0=~EK?VKPQ<3w`uB z-E53Bm>*x%%@p=m&q%(cUZ>9^YNSvNcjI+BV~y2(@uBiMHMXaP$LYz|gJG^_ePCh6Rd=3)CwiK0OplD77#Q_9U7jEJzKpnFcGlC2}tPWFMjOu_b^?tT(79M%n(zEgu%FiG9LAqd)H>z`nEu0JF6I zNuWx2On_v4XMpF&eFV=BdJmoi$tPaU@gp1(d~aLR#>h}rET=ENw@vPW_};DxVKOWYu{1T|%ZB-taZa*H19w0r1M~TFWUXns z2$+r-#ADJ|&J6 z5kuPZuvN_Cy43rmZ#RJ}+ZO4feOI<^P^4>(OyJ5k(wG{9=RUk+6w_f;k786RxF-}? zD-k`(r#tM$=E=gcec>+*$UaEy>5-feoc7l$u*lF612?~n9kTt?-i~|Q2a|?Lb1?OW z2WR_zva&Q?gwM8n06$OR-u5A`p}n&m2DyE$R!3CgE6jFpI!L>Do?- zOJJp^o*~g<9jmw13kf`wE|xC(xb(Q*`ATK#c?OKaOB8JzD;J%n-K zLh@jzMjjNmz*=&c3Lx z)RLv-JBQekLbK3~bJSVZSj|@)7S2%tN(3%Nc3!@-;&;?j@hTlk(nAIpTw?*DpMFy| zz}-O(p6EAqxMt|PHYLc?I8j}RzI*0Gb-8r5L{3zD`UsU>O8}Kvt*0k}^}~s((no;p z?>)fM2poZ9UxJrVYf2Cq>U1opFJ3|ya}UHz=#_lOKRqv@v*Sr@#9b&v!<2pSO!nln zFetg&cNe;&C+JltfFh51=)ey0Ls@H@ zF2ahYwC+rQ$2ElPAi~b$)l1<`uz|@Qz6^}V~w3i>?rEysLQtF+E zm_0r(U9|78bSci$a9hi+7k5{Pc5guQ8$E<(VBG!7P7gzXhTM>)Mnl6B!9Ydh8v}s<(nA0S z==d}A+BrI!H%V_H9s4Mpurq;=E)jQX;iK?MP?`iEg<~=6baom|kOMSc-f0&B8gnCi zg2o-Ng}_I_RDXpO7ajB(_$ZiabOT*m`6$Ruq&*)6KB{~at|AVKkAl2=?D!~Lg0$6* zT+gz#7`^q=BVn~M(jc`3)yfRY0YW!GCp@h?STeVR+fx#uZrl!@VU2a@aXhY8W6mSy{T3p*xfogZ0f&o~~5L)=-gdrsBxPtwfSsc2uv_VKNBzoL|yFUP2)} zc7^J6GsPU9!?Q_-g>@@YE=w&mVRp%8@5kvH4SfEbvC+N2XZKIpW!Od@L8e1vBmZ^} zml|BC{|de0h7wRbFyFq~$e-%TB0)NU-7yEnbM(v#RjM8Zj9@%~4_tPZv?NYU~43OVb?B_!Inm9$rw(r|Dt7quwr z0~kG{wrp&iRQpQgdklW`q8RCiOb&;Q>w0e;o^P*fi%r!#)s&-hf`)7lmvp`lQX`nu_YTfy8e*2PyK?;yHs5 zez1pY3^e!e>l8%;6`YS_1NrymLYeQ3&e4|uAF#|)a z_MTMc7aC$}j(#%h8ubn|-G9U{V_U#LVQ%8i@&nNTEKhkAI<8h}RC9#|)y4Qp%a+}< zFz8O=b;mNdC@&2?zKg%y{b)wqlC)F&U>c3Cj#ZOSPs21v+`7DPNP9rq8EFrqb!XY! zjb_JD?(@{kZ{TIby+_*TOM5TBSnl4(mt)-*sFxSYSHCIki_p%wFGlOWgw0FY%(0ng z^D;Is_djd$-TiD{!RD20Ud86sY+i$A#C<^81+=Ji`&xc}|Iuh(Cm;Wow6B-;L22J0 z?Hi?ileBL}t04In`THUM{Z=+_Lo?^T9WB=U4!qoQ+G_WmcpY(n8?E~Q2l^epdl#E` z%Qx@g+t=}%_u}1-6_dBjyYJ&??`QJ?G;{6;`Su|`^SgLA?|w+y52M9EACW&kiq?H4 zANiR4{V>`&_v7;Z0o2zTfnwkj_-n-dB-*Ke4}3wC`!7}KgJ;Oot;Z%;X&zgw;g~GU zX{t9hI;uXUa-;M;>$Ak+jw!mgXSKTBG|d$eh+Wa&kxkgF(-46 zk41~mj+Z~ebNwMPY`mg zvX)G>R$st2o`mVeVeg=Oy7^6Wwcp>J(&3#7I(Pcu@o2mu69&IpCcj#yezh#}D?_}x z(*nU_Cg0feq~SY&btu3-%j(tL%MXOP977Ev%CERoX#fa`N+|p z&(<=Cf-GbtY$rn($?F+%w$3?F$kj*Nc@PH5`e=>GIGH1=t)G+&)zNxYRkmJi9(*>} zs8`0vH!-y@YUPGPJasW%4A;STu)n!7@d zH(O0$HaFgJ)kXEf!TKiT%p!`czGj_s6_VrUMr*~1QRKMK6*f8kBhKn;t^s9N9wUS5 z@_wxR&MZuGzjeX`+`q*f-@Ofg8-(g8tMKY;le$W}M?DKYW?K=WyExSZAM0+Wkgo<^3B^QmDFHb~FYq|HE`@Q!Jkk=z5)Fz?cMn_9{Js|`vpSc8& z+qp(UA<72b3w>^2$|ET;C5>O%=g~J#{By^Q6YtjXw=uV)Hksu8+iB-?4|;4#lV89g zg(mAcrREbqPCKU*d_vDDvXznTPPS%?5$A;92gV-%XWF^P)vPqMn8WKJ@*ZC;jH_a@ z9~;1*C-Bc~b)ryTXr9|bFj^4fS8ckGL+wvxlxCU*2@)%{=DF zg=kQSi42Qt9w;axhzN2hC<-p(wXUnKtFC`_WnJBkuAq3V>#?o}{(rx!?ymY(clC7j zR1bMs^MRgu)7^FauKLxte)X&K=@hfusAoc+Bcbdp%01t-O$N&Cx5-$!Ut!uN1LgMH z6k%nA-5Hhp9MiTxYs&2%08LHQ-4*bF9{ydiu#1&H2Oi*7o)bM^-F82AffD;|GFIYmo3_b7 ziTyU^ro=xsZTnuV#6M&*WkHEK(eqW}=P0mepq0__c(!;lc!;~z@(rT62fZdgzj`*5 zoyD(yk!hO@6xVN)vEt4(ZIglG`fXAbx2JHQC8q7|Sy@?g6DGvnedZIHyjW05PSAXn z@(A71L!fw3?M%$H%V3Y#Cy2gYX3AHCf%dhG{^kR1)wE3p`s%mISYNlAw#h(W{WeAP z71kI6=69I^PsK+GU*BTd-rn^U+t8D~?qKp_L0>sR^VQdb)dj(TRZ%_NUwSlniVvgY z4&mPeru;L|%MUO*o9pFcrfo9NOTSIVdie#@HW}!p-zKYi`GjeE_X55ACX*KnddUfz zuU;OTW?4Sa!l>W^=K6ZT1%|%3fxh}}GS=4@n6}A4 zU;Q?z`g#})Owq`UfVBnVq4i~^UDyj$_@&Thm^vA=YpH2p4cO(kNm&E!OnzO!8m@Kl zH_^0JrcE-C>a1kC$h1x7WJ=zjF`dO7Q9=!yHmYYi^;^-C6R4AlixsK3n09uXX=lx) zBAEkG7ksB_lX|8!HB+< zzLZMDmrT2AED<_4(%7-m6%W+EX7D!Ax~Je%VXvhvcbYjBgjhn*4o_bJ0X++NKu9SJ zGhpDEM4O6@N^w2pZgTJ(A}(`Hr`?1N-|M%s98L+LvksFdC8d}3(uvdlmxdaU6h+Pn zIDti{E2nQ_`M?;Lkf%+??s~iF_&cZkeMXRjtL~KD;Ytk;p9;2D1rId`oRyfZt60X} zCu8lFQ-%!~C@-@s`~VRUBwjR^q=tJ%y8_w0uvCbNhc|dOuwc8EA~1VvBZ=IdU|sIK z#i8O()hMnmBbUJ;@w3+yai>hnZ7AoW%Qr|*&$if8kzn9VD3y%kh$6h`7%~WgXW);3 zQ)kBCD5O8|hHnaEl3Exmi#QlKB?dg4(RFCPm1;iD`DPZP*7XT?BJdFuRxRw~AnCnGtHnAUz)# zA*VZgw(nLpQ+0V|nGMkKv(`6NvcT7Ms>NxatM&DbjQ*80!sDmGDB zpZ`MZKg0TJQiQDa-u3W$-25YcyM_08>_d93ml>gIy`B$Rt?%;6oV4OgG+SF}Pnvy? zF^K?gW1k?z{{zaCb^ZS>Bfe(T$D6TL=B@wF zy+~8BiSkDD{~##U5TC&PQ|0<7?CBmi)&E1W59#$^W`wH$dOm3NzsoBNlk`7Mw23Hc z3-8Ge{JQ^kpdp8d50!^wYyg`O<8jW;Sj-$C*zV6~xWh2$*I@EghD6z|N^2`j2TJt~ zIOVO^g2{0(*hiCvvf$XDKxjy~4wf^8(HIB3`K%a+OLZ0ZWE@`0 z`f5@{FV4Xb_94A-kQt#G2R$FO#-YnAYplyWkyUN&Jz0-4jQQ8I7f}*1>LOWiKs$Dn zJ4^5Z7+ST>4|8Wf)@#F+vRi|U_W&Y{0qj*NaRUL?gC*6MO-Nt_qUJ&lgeR_qe1i~v z+@j(LBk@*7c#V<3n>`u{5hfag37R@DR%a|> zu`Rh(1%Gj6h*JTUx2u(A3&8HBi5axSc%-JxIVzb5WQgkWEHMr>6rsDc< zrnEUzl)5@!m_YfQlKCB^lmv+XdZ3S-?dh;sQ3yC4$&Zozcr>v2IZE+i!E7*!+$GFE zN@0l2WEn4jvVj^(6lnKMIP*-~WDsEFx5+r<>}1n68HAkqZBm1qr=h(Fd6^ud$e$&g zU1{3l*!U3{pXrwWhBqQ9ND&uiq+A&B%QI&(vC$YGlVmNNt|rb!LJZhpiLHvGohVEb z1Ev~7?|I0wFlE|{Al;B`MP8JYcrm4%=#nKh`z|b5lO?eTq^>el?}1yslX@DEpRbH1 z^C==^1;84x_9v z#I86t=GMy1*?=95I&jcp&D{(^Qq}fojYVN0q{QP)uwaHmE8$XmLxYI4-AhO)%_Mb$ zYTWQeq|N&P7RiPtKQt=BCS7P$!5}tj=2{n$k=K;KsPI?P$xmABD-&l%`D zq>EE7mdD(T21Lec4I{cbv~4nKi%yHDkL`MfNkB$B$4$WRvlbyl8JTHClq1e%_lPb5 zC{hzGaWO-wzX`oz>W>kTO*#(fU=XR!4334tnL2SJj`s{!f)Db;fKJ43>@XnqE&E|W z?9d5j-VqX%2$2)AS`tXzh+Brt@rpc0|kF;X`7k`$>MpfZgSI9KZ*2#mTrvPimgBfJ^gT&Ij z5j_KIBhYX&A5B155l|$V=8+L*1=QUSP~?Ox_Ql6TI?%>0c!=J71W?F{SsD;QK_mg@ zB7QazIwKV1jAj0jH4q}Q`KUN?+1d-esKH~n;(z3%}NV!5eTL#zyxIu)95*K zmFe!8S1~B*nhZBSy3(oZzEKSfktkm&@L+ z>;>CA0&B5=f)#_)Zty&u7Qkaohw;SOTyMZ`GLDlJA;=CeGekxj^cL#Z$+5C#l}ob&(+9h!9`@E0t$TtFCq52cz7j}Zt1JKy8H?;%!1&Je~AEfP?$ z{`*j>E!HPP7cpMh?`?ER_R35l3tx1l05kL_5}=Czf!mqnO^EETvKAqr3S^oUk&U=~ zCQt=6hLXX}P^y3`sMAD5GYP7gbxBI70w3g1#X|hXpbGYF;y@J@F>M~JS1T>I2EL#; zmd`3+ahW~9BCf4@!WPTZdG&G4N&{ZJIGGFKY?%#+-5w^M%-JZI;p(ZRSQ^K=7a(J~ zQdj4T6BEdY<6=MI43&=FYml&c!5OZ?wFv`f6rtf}<7Wb#kxcW*D0Dj1-48fpNp`#A zgBsUDOS^y?-3&?qZJe6DF%f`65@|lSJ%fm$5x{Yd03?L!;?b@EacscJFQ3)oq;yR< z#`z%tJeR~WI2*RUvC>kI4x0rNtNhobv)!$7>~aZNpx+m5Ef~BQBo_ zoI#DDWNF;js!3AORAnThOe>T&M)} zUWF9R3#7PAVb_EKDP9W=HyafbK#F9VN5+Jv6ZkI-#{40W9(I z4An>Q2uXVRv~vlOI3qlw6pKfMvqynOoVT^vf;|Tq41Q*@vDI%T$?!5Y>o_5p-KmMq>L@em{hP$iO1Fi5nbik60#Lq7`coX zeCk1ipUwE`gQM=3<)S?;J=|%TQXpbP|d!~Y_=Bb z0oX;T(3?y^sAfQmGs&AksHSEuLLgMgG%F$-@%K#-Dmq+AUO|RZ1wuugW+IwN2-Oil z)l_?f@Ij7HEyZsPp<>@A4nnm-046PWOKW|#zCNdLn@jA$RMD2^iB-Ka-GnaMs5GHA zFG`|6MXiz_C63GmD2{!CuFg~H>iomRgs!6e>nDDtQqgmfta;&AErn+j2EQ7EhMSF< z3HVhq%_AevAk^It{OaVa_QnUX#-W{EK&)g_5+GSAqkW=^6M?fNVdlQ}8X|y3aMnoz z&I)Ik(*7ZlqMZX<>tIxSC5&oHP($gbF$=nZ3X{59)=ZIx3qmS9h~iZ@BOy z#9+Y@XTcA2$lY5SMTG7?LP{G#=iQ4%%J5NyUHwKWK4r0!Vutz&C>5pw!W_Y1VjHFS zn#GojnchD^sb<1f0Om_c+u0I4dG&aN=hc2`E_qG?Z$K^~T`D)FCr}ybs_6dI<^O z#Ge?aGY(_i4GhVlNwk&Q%C{q)3_THKr*MltPkc z?!l}iGH8TStXw9YYwQnLJk1GavhXLTkm+Po1y5TpL2`;hbFRNL=sb2H7jLne{?%f+ z#2(*7x+?iN8C^g?GA3w7*ceF(fM6~ay9ud4D*8P)zLzwhH(rSe(%n!hc%ecGz>3+P z8$V{T%R%5+G4%&K>srvU9!7ykE2t< z-1x_EJCnQ#k$p025n^tPOtT`g5ii1IZcL4#WQ#JCD(1#?;3cA&G&lYOkR;XI7$4+w zHJss5OK6lL4oVj z()>wEU7gQN%%ypmTY)bI&PnbwUX^~{N+f7rGu{goZcUgO?>cC>*?5>R<4vY{WK>xM zb@yY&yC@yXMkSR^b+Cg3N7qA6PB^7DJk11I z$yeZU<-OS+#k&=@9|#uW8}1ctIM{Y8{)qWI@hB7a1{_`j**1&SW}WR5C^q07wo{-E z#WWz{Y7-8^t-wAbJYGW)k-fByL>S*n2yH_cy&JGdc?mwk%&9ZU{+N+@Ve;|T405Nl z=*%sUZKl*}3P$3|GK57u(@dCuHS}Z@k@4P(?c!O^`Iee2g%jevFHhplml_I%q0Qbp?q@h1*Rb>=Tkgq^;AUqtJ76NWveP$H9KLZX}mEm!Twsr^X58Fsc0&`LVO#;sxrPH-Bn!#*XJcUss)#?_6O zcPBWxi^pS0!Q3*Yjl0EY6;<^qV~wh3t{7mZNYdX+R43B^S_~J6oq$ zoeT4-GOUs1OU$ntA{9T*Qz~Y2srX^eQW5d?6ObwI5*Qx6Ik!#dl9(gpsfwaslIX#(6lmA?vahAw(9LW<_L8 zMjhWYibKw*F_dP88A=uFArz}2qM5WFQUQ{rS`Wbo`Fh9=_>IL1vTqY-J!A;nyi&0> z1PDeep99X;^}HGq)51L0LX!9I#55+&O33r#=uAD__(zCeayN=upH@NcRO;${YC^4o z#PF$~YalB1ypJL|^I8M>oWiS2P=h@9_3JRRPea4ae6EBwkYt)iMv~j0?tZL+9GAET z5-X={1>`@WeO*>S;!Q@d{*k=+5>s(x^+OU`?r_{r1kGsmlM@N zKvO1w*^42T^k<|alEabFAA`WXea1d=RzFQB6tgOF1KoNU>@|$C7Lyk_h0P-sJcF#k z@Y)4%Bv}a(p#d(q-i6F*?g&Bw5Z~D>LYyZ+iIA+DL5Xu`$DifyZmBd|xS0`SK;sT5 z+v{3K#P5%UxHiPk`vVp!uY^Px*l&R0x$Diml_V5J%rXyxQo)rMrU?cR+W^DS7F#X= zhQEMP%?3Mvo+M^#*!do3Yx}bzat0Vqw@5(2`ct7)TdX$*7}nY7lI&ykel!_+2nhhg z8pi320~#L$R%b0jh%7SAipWMBxCB@`0x(cxC>h)gr3!$7xOk2{R3x~$M zN5O^ICx}aOJ4#reu!UQdx;menNZ3LwvBRl-?%|ax@w^WrHN*NXZzz0RVbz3z7CsIQ zH}kdtCoMegxJ8Q=ov`?%MT?F9|y-@ z@UY3`eCX3k8gC_%4}Gbf=I|)aUJD~!J3!Y56AL0Tq#p#u`STu;Asy+IY4(M%1x#p! z7|hUUb-z)iIX0-~(@8)J$3m&lT`@2L)oi0mCtGZ}K$Tw3IBX&^5mX5~pGinW{_U5r zB63ER&bLTF!TPmOsx8(Vqe`BQF4;wu&^t^(m4+FoGsv3|*;3Xb1geBgvm&w)-`xaN zqGO^o?q(=epi0ykCZd^yDs2Ihq(YVOL5?cD8^1ABiG7)yOHaMVlFaVPNfxNDX6CE`MT z36un?0aPkiC`X3 zHghAAB2|3gWPdDD#?K;*>^E@YSnQ;jJs$<7!W2aqv>bqw<1Mya%t8mCRI`CK0-Rvy zdz^(H$%@DsI2p7^K*9P|P^vA~8v`dL8(p#soS^TK0GtdlPG=nI_+W5J)*=LOf=sg_ zvJq#|1UR9_Q1S#alq!G|>O>LIOae}>0FtBvPVhkvoV*>sG2n!Kn>fJ9#pq4L0^8;y zWCS0E13|1pBx`IyBy#KW1Vc{j=GV&&NdtQvtkRacLDAd92l)_+RG*-X`;@vmk4-cv zL*`9CK?{{~-s4Ehyg-XDD}0(Tpv4!U;by*7Lhwy8%_Aem`=RcBfEM#j?1z8I*iWHt zUEqnRnFxT00h016J}PzXPUEdk4~`72XD*F_QS3G6z#0cm_y6=g7y&cn(mqnx+y09)38W+;vZpB zzbF1Lu-Hj4`+Gi=3NE%VD`4<#M@+oTV#~$Ee-4ytHaJBl{@D2*XHkc;B66PipJkDN zg7wRxR9mb!p7>v4qf2%t{y3^9O#ClooX$94aYKK8)*{5jADL!FWFroj$;6);LuowE zP^y^tQ&)zFX41sp1Cpeg_~V0o;{R6s#wPyk+XS2V*NTvpYX}B?SRC5>CjN5kp4ExJ z+>q20fBB`Di9fkbe2{xkr1~`Rf1gs<#B+uT9mT{u_gyzC<-Cs}Df626|GmPe2{ZBk z3^d%#w@R4!C(}GKV!Q|H-YX{lR7P1`!VjTsX(s;U)zlMz`K`#rUlLUAOx!_)%V^^N zSIT^{SS`U$jg~*76j@(cgB&){RNyA;-zc(qrUD7{UL3KcKPMfNoQsUU*F*#hWKjr! zQO@?C5b6Ni`#lexHf%P~B~7-)WMndw3Lc-3asTtO9IUmG>3aci}%=CU}xS6+= zFf&c2d1MT^4(jg5%(QDhh=`c7$?4aid0i%_vGyXEpLWd$p;Q~0qDm6W{fz60lo?G? zPZMj?kocipfozj_qKsPvrxm86um^p#Uc(t_y;iN%ShB&FhcSq}9rAd5@ z3-9nn6j99535hb)?rM#!GNI4)PqUikwqW);HlLC$S9h3@F zJ~5UdtnwlXo`kT9YTP>0202`u|}? zeQ_ACPelXS&I-r6f(_<$VS|K6CjEj zL&@M~C{+Ma)PE+TnFK@)0!dN^t&Eqtxu5DE~T!{rzhGLiKyTRP$+j$N+qB7PNZjEpwtHxW=$AS>Mm%w zndg-NN+r`gGM-!mb@v05>WU7<2r7f6z6cHM0!wMEMgUAL&S1`zObwFUa%gG?ku@V| z>Xg8kLg;*eN5Qd}?xrGy;rr-Bs{(l{Tg6cTA^^5>i*RNJ2Gc9RR8J)loBDOq9m)U5 z4omGjmXdS)tAs>RV5)Of22?5#`alu_{)am!5S>~F!r+uE!#>UgXQi|@yKc?#Q<*l| z`8jkPeU{roWNQy0oDJFX{sW7Y!Gx~N*|ie4xVWW_fb5O909`fM)|NS;qRjzJxY`~C zOc+vTY${f&#r0Kpz*#x$)aosS>zq~tgP1@;OF_KTY>t_ULWV$R8?8Akxvcc7TPp{} zHx(7WF}_`Uw!b56*`Dn;XK$Na5N{n8hcGF*11%KQKpP1I|0_=h`UyoN4D2@=G;PGp zt4zXF1SBvSN`-ls7(QT}w~YoJX0hdBYJCWlYUYzf&>-x5k5lVsK=goOIfo@#B%omZ zLMYW1>y6Q%vut$9E*gY>Tml-jj0sCdcf$`$%36d#gOF)fL^k4Qo1j6|7)m2%hEfF@ zL|s-Qnn`HT`9P9XXb?W=hb7@R9+rgPCJq{OVWl=)A9A;V`&HZETHPD7x>pp4G%Zi` zCvmz&T9GCQ=|J)Z^-`64#OWAE$>|fy^H!y<&Z83vkJT~HmxIs|CWywp`i1B_6F zxP1BnM)*T$WQ|iJn%;4Jq?-g2gi2IR$8LiaXASjhav*lm}4s4`qK*o)F4W4JwL9gY)6eQyq zjVZNQYSfzmTVU)G3K~?N;;qe<)(8Z^ad5F-gPb2tmM)!)(SN3sqootk#UBxYv!RRL zQ&^;oa&;5xP8-l9ki(i&ZqxxfMv;U_GPeQyy(@U&_T|JB520W(xx738nBbUYK)MhD zb1+H?L=hq-*H_@QZpfn_h@fxY{C9*|^Uvz}i!P0z;L`u-=;ke*OV=PQ1**%O#A{8SI}B*^9CkAs{$p zniY}FU>biiFQ5e-Y9(8gp;Q6EU9Su}l2uBA;A%jUR1h3K$RW6K{KgQ`4%g%M*x8OiimcBn=jKu=)~poT9gh4{|?>R5)3dR6=7h3f>Ng0Q24q z7dLjbECO>}htD%pbdOTk#L7?;C36Uh{9vLz2gu43y$|a_zjmjv)<$erp>w?Qg%|rmrC8nlTD~zCXlAv-Ua2F9S zBXsVCD@Vtw?5t_26ZX*g;cvn3JkAF4)V2Y&P&r7>ZU&44Al7<_vNHHh;czF^F7Xj4rWE`vTqR8E+vQkL^k3ub;mTt#GM*LX_U@Ts+hP_SA>XW(!_lOkR;W_9UtTq_v`T+o4B)Y z6KCRHtiw>;7>c@iu(iBZsWu0~uvt8`(&C&MwMHk?tV<}7n$1?|MZ#fLkqi1@pXnH znCPEiUU_7?FNrR9L2e`BW;ESDE(pfiRBTl05Kj@AGA2gin7>Xe=ub$)C6^5CeQ4}7y@PusfI1xsxPykKub444r)j=o&q~WO*0g1qaY#MdkUdOlc1oxfM zVgt4c;Xax0CzcTi6Rj+(7MsoRlv|97khc{1yRu;Mzt$>Npe8sJw;`Smio+nC3otMU zqsA7r>hRx22;693q=i#hw{9)gvWv`wf&~dJ7=t(+h{Xs(gvf~hXDVi;B2nny z6JfQX(BAK`NEx*0rVyPm2%{-hn{_Fcr%~MOi0s<2;y^T-IY$(+h>y2@<%WZVYE^dadZUSz03FCA| zFOA!fi?S9Wa5H3@6_Jh1MNDurIvz=5UWQTyZbp52BAQ9KSq(^%3OBG>mdxgv*&C3%lJ1J>m8EHuxpzOJkw}{8wiMdZ4 zk^51a`UH>Nqtw;;#6*I}Vh9}~Q@JB!D(SqxMOudSTSmsds4!~6AY*?I4L9?!5|FWE znn%WsJE87=AY%)RY={qv{TLe81r&?16agNVm~lIz7ZE5-l2z_i+(qQe2nt)dEXYp6 zLL!2_8URuhgM=}2nvg{}7;~HgObp1F2iajp_Wv8sEykU=D6 z$;86`l5|$`JTf|F0H5s}c9YA(e-ZLTk+aTcGUOeS_#a3}n2Rb7K~uJqNw0U`dnP@s z-Ad*C95Mu6I?kboeW61{!lzWte25fa#$+r~#*-pq(r+;1`4&4VX0(SwsW5F277~Up z+hE2Vi!B#m#<5VU*-#q+GqCeL&I}J`MdS=-EVoEN!TK|xR9mb!1~V?Q(IvZJ2D&H- zV8;23(;3H1KGdwuT7&>IkZD##HsU^-fEm;nN-jl)QU#bny)q)2NnpkXAW14P10VE* zfbbg+0>W<-2h6yv33m?xl-c&=AWThc%phsL}|L5+!C&skMHWt8r!-AQeL#H za4NPG&VJ(v&lxrIOp?G7F_}C7O2y^Ju)8ow*v1hYi!B#8 z!ckDF*?<H3I#b5Bjx#UG-7*Fz z2v%C)B?-6cBd~=&#;x)$gRCDry&=r~fo?zojxfkLopE&I!}_YMMF<=LnPx>~BTia^ zzv?TF*i1x?p=59~lqzrp>h%!OOu`W^2a=@15%58dBkaI$3`bz!a=;OKBE$~JLL*N? zy}R*;U~Z!+y5L=ZArN9Zp9E+!OFV;n^YJ-Ohut9^*f$$=xCok>AP@y_6Fks4Hr({I z0Njz*0=DUCL9o=aAeh-)0MEK~CRLE$joUEg`0sWO#e$XHRO7BU2{QV?>}(4A@CEzJ zVXB{VkkHcf-@6chV3eQcU3|c#Nmq?~w<6J2!|zS+QvM4zlmB9-nw=TVdb?4ADIBY2 zn3Y!WM&NVRB(K6g+I|~7_{-Y}mqD+}uA}(F7+n0bq?+v4gP|*fUWIn(ST4KVAnPgWgr_`g(SK1Kyb8ZO4!4-qrl$jqKK&*!3E??)0vOtG5F$ zZ^p|`yzIiuTkvvS_*)0RU5}T)#>)+Oc`IK21}|@e%b>TLUB}@H=Rn?wzh6HUE;q5C z-_EY@VAq@3^%i!0C%e9jU2laer{ufY-?!o4@4?IMaM|hI0axhrd*NgC!E?Mj;d9V? zA6&iNSkYbh?frPUo87qwzuts*J^*T>+mLGKZ`f@ppmK0wSK;~$Un zk5BOrlr(q*rLWlZKFfYAaEW9>_%4*qo8i*-J}2GW>EVrCZSV8`kL+PoRravQzM*1z zzl8Nh>2NY}BIj@61|C`VJH8-^4+m5FSWmMvz0w3#9N+27?@SO(nB(2BmqqT-IUA!x zsQ$p1Ymg?p@bbrt;4}U)$hG6%9{397{D6Nv2_Lbtqa0N&go@>Ze8t(Y)1!f> zNIM+!a*mD}6OP90n{eceI9IwH9LK_)tFMBDH`n*%pM4n>$Eb+TbT)F0ubSMM#__vJ z2ZEzX?0RP!rVNEgd`*}NPhc(6;B(NM4p$)IO!kK?dOt*y@w7%A3#y`aju;qlhG1{a zCS}N563*up4Nma)ylJ4UFn~g7%E%lX|ApG@J0zU?PXX!pz=_{L(TCC~dbwU|F63k2 zLKcs?F!T#pUxL)TN}mQGDeyRG=K;`)IDsp8&!u-dqTEYJ!I$uoF9{cA0{4LgUWm6R zk+&!Dw5}{Cyq2;dMW74 zgtN@?Y^U){!R{Y}6R5@9xjMy(1kXx&k`-o+cNX!t7MQ#=GH^I=~hBt=N`AX=eR4{mZxt<(?J zq4G)t-l#XWE^(Tz#(dnE80PvOs+2*~tNtBWcPVa!=8_+Myi|HDJef@Ttx|(jP53t) zq1Idi$)lUCxq(G4c*`i2JBuzp^%#VBmpF5nOwCz3-#NAHHcLaz%7&rlSh3_Tal%KO zIZKy<)!-pwev)Z_`bP}Vyc)I5LTOgh`n@&qH?e$^9hx0_v92iHxO)+lSd4WLeciqk zt7H}pn`t(GimXtT!@}k$4efk3&3M#oloqz!;wUg|babdyuUDH!;}WdF;gAMav$g^E zzuH#t5CiZwKu;z6-kEPwRUk7wtkCRLB3WlCR1PIeBMt?xi5zOdMFUW*o(=a0;o^(O z7A;4;6C!#@)}J`BN2WrTfZy`-R7Vz5cT;hJ#|0ZE+w0 z1#h>aP|uU77Y=&>51!%5CH+oBXQQF$cq^d7L_>NGJira<1}Ga`z$@01 zCVDOSn;Q2e)VOaoZPQgyVq%-F#wwX{_uFJV;OsDMlfi)Fw<*HP2)n)H<&9b51;XRE zo3{NKj;#=gQeNXwV?`p18ZS(6x%lEpdZIglS`fZA^GQ#eRx_h!| z+xKGKJ%P!THQ~%zcO|SQ!ps=m4Ifu@SNu+N_YzaS8kn{V8J*3YYtOVz2D zlD1KFb&vlalNSqW$_bjUnjV3EZMc3aty}~wi)t!c@Ks(3p61FL`vl?ZA58gbps&AW z^f%Yn*<*&Tyn(*@Z8Fx^!%f>{ps#+LtmfT0|h;s5!_rsUu)VX0|oWlWUQbYOxt9jpnjXID(Du|_U;7= z+G6rzVL;^s%~wGWRu}vOrHg9k{?entQ(QI49io@-GUcCvUcQ6T*<3F_VA>`Fz4Y5; ztd}1%ZIgjs`fakRm;Yee-n~FC|BlIv1-;}1%~vlEiH6+-Iv3T<1Ifd|b6hu-dqg{b zV#-AW?R<(++gv+;XWAwM?eyDZterEjFm$yIw9{{sRqZ^&w7q+Qc0Lc*OSj+=((S!m%1h>orQ#=faf!!q!W62lb!aU3GF^)2Xf9@Ff z9tm#weR&k$I7|+v|^a1TqtQ+Bs>Uhqmt^8~TJOM;9n zOD?ak_W(4%JWvBaR(GcVAdSMhSts%8B4_6ieGT5?gGh6|_hPAXGRYadO|FU%li`C;9kOT(;Y{xy^977_bJ_v=0?cTvI z*tq@Rn~ROw_%82BYzLE!r|=t-mL1rcfG|>I6KrSMm%@iR`BBcy!mWLZUhv#uEAbmUa2`z8Na~RE@&xQsNk-N143_k`uwXrmzeZjF#N}mv4}s zK5en5B00)aP%7~Y&#Io-vae&9>Bc(>`yl1HVNTEG*cfzrBsV9@h{)-7w;L*oXACL1u(%8}xk8+J-K#td6q{*@c`4s zV$W7%Ll`-q(rUmFxh1!W@C*;#~BqP1XR^ZKN#a2ve zYAQBS^oVEiM`JPT#a2wgKBTu5G9y%5q346vR&;q~Rh+HJD&j;;wH5bdA%0-Yx}Gh> z8C=grmK3J|@!kxLSRN!!!Smf4faS6c0nTuR!MX556ZQwVGfVFyQ=qks%!PW z%PVuziY^g2ZJ|Bs^l`>)=~<^e5<=k=ST-WW7te(?dWI?TJVltw3W0D5D+n-g34?3_ z0O>SG>g{ToCFWZXir*d`g@v7MNy>j9X+&To_z(0r6<<$xt>SliWo-@;PNY*?e@`~z zb;caj*oX|RxD3`bIB@yDS+P%%wj7sJGA%Y=IWK6%e`alkNLxSf3=*fvP)lBVQ=R9(_#BGfY=btb~j_GJ=nG=Tx>T3PT1 zwINQeAU&V6U}<9R!eGcML~@S(Wjf*zXE)_L#Mu1WaJVRV+4GM5LaD3sqkSNeUOM>* zazn$k;CdSU)j2FybOOnUQEbM+zHc-Pj z>Clm;Z8C_3_1k0|3p>ZOO$M>Bew!@E!k%o};@B9vSuBQbv{Fe#$dipbYbU<}MXZkdOmV(4;br8O64oJT;v5s24G zmEW|J(jN)VK3rw3sgY9=CEelkke?A(1jeECG1*I3gS~Ug7z@#GhTFALt5UBy!}W$! zf`Gvmrt3{uDpCRgdo7F%*Voz5Q(wS&WbXe#4~@&mPC`nM4>bV!!^(+^JmynGohFEY zvwo{n+_0hHZt$f=MBhPd9?NE~ET+$&jW>#8V{Q!sQUOjIb&7C;g}WIfjb#H54sPUO zdNFlle2yY|6S4Er_zJ9%UnHh3?T3Nfj|E}}24jY(C7|GagG=t^^EUtUqlAU@RDTxpFE@kHzB z7E2>>FZuJ6&_`kOl3Z#abp517x{BDo$Dq_qv3&yHLe}(%Z{5v`Fc8T7xj;HRv`gOG zL+%g)e#asKg`VQ&hFKl#C2Eq;FZ9BAWG9->}7(Zb$HuCnT za66M63Q_)X)*^%`BQvdta>R}99&an4T57_jVIo7RzX|<*>Om5bO*&!nPe77XCrsjl z{A9(yY{NHp!X*2a{bWUUuoBxZhv2D1h@3F%rob>Owc$Ff|6>-hN^5JbF!e}&Fg5K( zp2+lyWzy){9hs&L1M&jyJXnX5!h91L#g~uJ@g{hMuVd;TBZhJ*il{;KWiKf55~Z%r zclIq5nes9LIGzI2++c`He-xJho_x<&Y{6D3>z#|F)OM7Wh1Q(J7oX`7DB0_0|3!S*ESS_`y#g^+7YY_GVbDmL{ z-~%=kj(biM4=`g`5yr&e@leX7JZm9Dv#ueXkjDAU^Wy&-HkOOP)r5L6(9icY&=0aS ziR}RURO|JP2oOTF6Fyz4H(?+0>}F-OQiWKj)>db|+uH29JY;Ir1vzTf$10^DEE2YA z266*3R_0S`KSA6a+}SLiZF0;!E!@uxdz5+YBCD%3fmbB*KlaMr z?%95`z5WvA*-hAQLwUTnVUaSZ6cMq0gG%qW*hw*WzY|J@iI6a=FifTgm8d(R^BNwp z*m5z~eHcnL8`6E}Nz8Sz^F7XWZ)Zj14BLFeA^`>K{~1cP#rkBphKmVN*&o~JlI%&E z!Zg08H5MPwsxstG(pjiF?4Gn6Xe8S2Op(M*D8 zehVZ?1<&Av9G-dcCiuqS8TM`Bz%wlY0kDHg*SFy;Z16{#&0O)BN`Cl^(v3U;nzPL2 zAxg{AAT%$~vL~GNvq3W9IbtPGLOJadMzdI{tMhOB7Dl76v!5W1N?Pwsq;*~(%{qmV z69%MN0}VGDVG}@_WSU3DsR5|FpCHX?J=r23rD;Kx4EPV+K>(}a_0G4#Ql+#MdSlqznmrObp)UL= zuO&bfXsMle_F^240?3pr!^5x*wFdjsA<-LbKE-5NjWTRd-&EmP9>OjRmJoXT-IOHisU)*C}E z-?z~vyO0YyFbR;$_uzIWc@rZ0ovcL&$OV~ZMPwsRrwQajjiF?4Gn6VI7wVG{(M*C| zegPy&1-amZ9CA5)Gkjx^3;Q;4AeYx|a9cwqDYV1ikQsynyZJ&dSJ;MLx^^c|2GL=DfoKK$SAwiWnDswM?!RRA0tZr@HHsVDg{vWE2mU-S0FIUiz!Cho8jcPa zZI9x&;uicyorb-=u|$HeC8W0@!QM4kqzu_~Wp8B#Zn~_uYb}`_O{d@vY#5mD)Y_v% zo9m4-;BfdAAi0MB)eo6!&Yka6S`OfLaA-piycdxTV7X!<`dBX^`tCf5K1-uh{l>}O zZ?TgCEV&a(g&C4Eco<4G^O7Ps8Fs!$(BXDgM9w(bH!KoRu>PN+ zR9mb!cFuonqf2&iGV~r3aIzo5?M(6}ME3hxix4;&GR=y}Mm&ELoQ#e@(kPdqRDqLG z2bhRv5>ED8AW15m3?KAEleWM&9-4&TCKygut~5&!k_4N^#Llsyz-!MnL@5`XEU`O# z1x}XO!qhlfVky++WwX=d=ZOP!5=wEOaI(cpUHcABmP~MgQ{|46sU-H!M4IP?ldV%2 zI$?0KHPCRg5jg=TOQv~bTpNJ8_ez|six9KJT3gU~6Pzr$Okp-ogl=N%f>cB#u()5 zE=@?3s6!Hm^^mls>;T|}@o^BrO`y9JA@TBB-*KzXYY)V!bga^L-m#vJ1+ftC9f9d=GACk~bl; z-^p5p0A-MARzx=9W}1L9)EG(zH$$lcl%d`h5zQn}<`+PcRGO7~3BOGo zP^OBDzZ+l?t3M!2F^^y+()>I@msA@d;t1L`bI)@lZ&6Ss=00&)jzg*I6NoZjsjKsi zeI?k43X%XVatBRRl6p&##(9Azs}%-L7|>)TG~8^&OaM)iX&xDO=0M&31WjI^Hn>O; zS_YDgLSs{cBr%pH07Xv9)Px8KBFQqJ=*}hbX9R*Q6CeoAYtMp#3pVPM-7O6DXt-5( zQ?b^PC##XHC<+o{r9@(jH<9j1zD#yFWZ$;1evkqoTMYbhiw6FP5rhy6tJF5ttDAWG zZU`xXP?2UEGS(KG7~gXNq9QER1pZhCktD?uZ21a*Sq+=!A^a!&dqt2IoS`YjQmH;V zT8HeokPV6s)_Ze9iKJdjNNz(?y=$;Y8Rlq`I%3#*`Z}t}6_(kk1{?Aq%Td`hvr*5b z5d!TdjkipoAUKEA0R-wd4)lJ~fZjSOz<@iUR9ptf!kIk4$ZZ=3dcbhMCcQHD|l4n!SJBAQ7!&~Jexsc;~C&=1bp2H$va4t|?BI8YM- z2t2=Fs8z&lhW&wqtfzI>^&(GHC{?o>15kHA5u;RTo%OQI zqidkeDS;!sxe4&2RB4@c4T``>l7RcMG(;$2c9H(LuM;SYgyY@AwD19ra0 z+1o9wh@1h3f3iqG!TK*jskT^e3^;t>MwjdY4lQib<#;Y!>^V~3gWH+pO^EDwvKAo# z2V|NRk&QTBCV&GqhLSDHP^thNjzb1Wb1ca!B>@hGbZC*+Vit%HuhT?0~Hpzl|3JP}V+tbdL;HpiiKN*d8^2HDGD zQuCF%_KifvdP0k7f9|k@N?LCz(mF5LVYR}@ZbGxyoF=sr8g4eiCcqBKG>?o^bD-{i z!Vakt6(kHq>j_mn8$J7zkU=BTgTM`6hkiKegF&p5E?Thda{Kv_YCQscCK;$bgLLa3Js^`fwA%WTHuMy1wG4$m#wZPoUHFIXNv4K3wE!ddynf z`k&R4aOh7zp3?+k`p;Q6l%|!-;UOo}c zBoOb%@LDPm4@P}a1uPM6V9oGOtOfOZ7&E~ip zJ2m&7fzzDXbDR!Gg>+!wY|!Cg7-Y=OJ{!QTrY@Dvlax)gbN_tyIqCz z*MAL#x*n0xf>cIaGVq`b$1kIEC|2ZSpTSKa)1>K>CS5x2O<^DY2=Qh3gHJr4f{KYq z{swP;o@ngDoHUD@cyY(h^y#}s3y=&p>?ZC^M@v;*y zyYTWByj&Ol*1>Pr&@(X3%kCPUEjs7x5AZE^4;+5#>taliU5QTy}bQz!f_GUiesj@Eq?> z_#E`!2Ul-5)_50wdp}<8W_RwvuQ%bH55Tuo`;DyL<=u#L<+M<;eghpkc8#s58CN1f3k;=?n5qkkFCCI=AiR zdm3ph1fxqhQ~{%oMjFk*%TJnc`2}9^n0b#KO^;`pdF=c%OquPmG~1XI$YY6waHpHc zcE@1^lgFZ-5LEOKh-`ab;2i!E|M)U|0M)<3KfcC4zRo|s!9TvmKfVngAZ$s4%~^o!4@N4arV|Rw^6OsHae{$>>g=3 zN28VHXjy2+k9J^-Nv+<3!?XQ!p~?f$2sBgN%Dxt4u(>`Xkj0C*07cuVh|YA_yXIEM zS559rYe6^0y-5d70!KnN!JTQ)Hy0l9Wpye%fwfG7&p~fGT!Dl$*&nhnJc&yEH0VPd z2ZA-fKyS&K~E0Q$Wy_4F1^#46P9-gEASFNc3%<(N(Uo* zV2GGRink`QwE%nKthGOHD{Ie zf+#0zxL)v1qjx$_B-C5LBvM1L7qYm-dHookuh$$X)f?`>aHBZt4lIWoEAZQVhAO9e zaFbg~SEB5&4^_(Gd{>vi2?7n+>N(~XH-eOrA1k%7HXhegZI9NPOPng4GcY$WYz1$b z(&b$z9@vk2rIdE(HtBJ&}UPEPy`& zBKrNXqKSeXt7-k-8u*(Sl*x`iR28_me?nK3&Qx3kB^F~nAzzg)#VVP>z-F4w7$U2f z<*={^m4J~5$9UBHlnw_9Q3^Q3--_F6o?WFZy% zS>fZsGhDW%-w8*5ZOBn?1yq=5r_O-~xSje1lnoBd73)b8y%zjUZRZkdJEvYnJpkAlwXXL!cas{)f0T~sDjs_ni5=)%SBr(6{x%H2k9yUhGE!MxB> ziAY5FxT4(Rcf$A;ri?cr&np?7&6RtdX`2j`+i#Pxau-e8WT4!Bnw<2h$?{71&_(bxcd=uiAUgd+Q+^xh^d3fkbDjQ`X`2jm+HaGwPEUTl;RL`yr~Njm zIz1IIiIAPiZZ>4IFlT`&>Z`$6yKtV5K@?v2? zgl)1SUqnyZIgj| z`fXCx6IQ@sn$(y!)}32jHSv@OTJrbyDGe9^#A;QS>mD_#fCNwny!| zC_DJ)j&bji;FjNqNAZorg z$}rajNim~7!Jj||Fr@uys7&u*#_I130ES_CaNNVl7y>x|FBB#K=OB8OX|KCwtXe5m zT7V=YBE7lTsEzOPp2T)A$#^Od32z5>CLoLi978P2L|pXbWJY;1TMYJlj`8N88vDNi zB!@2|@&f;z2nnc$65G{z)yi6>RVh|0+gxW;u~EVE!1+PmT;`e>Oi*^#Z)GXI&rb-$ zVDhAFlC)kr8D|c`-m(}h9>mmjX(>)l2>~at=yc`u?QEwb;}Y_;$=F?QH-kLxerOdW zhORqhcNk*e`0hlf;LpJ3IxKiDc)mH{ti&i@mjc0 zHQX!Ol?DhC+h;opZ@5gTg3vcbb|yf3i8Q{%x-@!DsLoS0>a5$4X0SPF_8Q2^KI%eJ z_GU2VapzsWL3;Xfi#-)vlNLd#WON5hsNa<~btV}z!_ee{*P0Q3Ct~`B!qs)BFjf}v zQ*)gK3!F79zKV%73$McX7JOdW6wc(|8E(`^nJ5cAXu6>TUGU}|Lz>i)*6+zUFa1sk zzQ!WKmq1&%Fr5pf0*RT2F~uoR?*ebe+E&%G2`TR_Q+j!TOjIgb^cLx>tE*V!)+9w) ztquFSp7qtF2-#!dP7|(lEB;CRin+G|`*0alzSA4RCNS59?J`5pR&rLNjF>z(EgyK` zo3m&8ZY5ex&pP(XG8>{zSf;HoGMPvSYn8@fPL-9$Ec1)_1Q-Bb#0pkKdW%pAm)=ua z1bkk#2xYec2d|ffQIO0Aj*!fp1nLlD8^SgO&u|T$C4MKwzZGT8k`p9s!_Ay>@wNeP z##WiPZFopmv58{)QX*`_2U%ZDijZxCw+&v8o4aUi!$+_W>1~6|2-P;|`JlB8U0zuo zXB)B$IT2KC)je5>n~a&)vz2Isi~K3A#HfG9jdV6J#BD=xm~oJy_P zD%MIaIvaT44q6W8f&``@#$1Gr37+xIh4`It;YTQb*3HF#GA?Lb3A`CwW!~oE8C}ID zx*jnXzh`|lDWVs1F=@MzxsVy5nhQN2wC1AAE3b(&7Z#+QNUXLEJ=u*t#$4>#ZoDlf zP5~y@tp=NLoPpaZ&=@q_F)$6V$A?)4v;u4!g;Rq`8dwFe2+fgty9$_$>onmkHaJeJ z3}> z0F`eD#jU!*^d^Fy1PBRnbuf_tx;v0G5!R@-x#eK86LnmakP~7=lzYU6eA%L=2^;bS z#s!TH!J9qW5E`k$lprP`V~?&P6B7`zBHv?uGby4MEAj*ELwYMB6JE6`+u*V<;kGfk_#M`N4^j0HX!=3)>A%ZVTBXD{&gN4Cqmu1#YOUfNDPha zydtyx8s`y}uY-nm60<^dx>%qfVa~MQ~g45=79GDz?kkfdDC@1F>Mv=1OaX$Qs%w zw&*K8>_Nr3kJGq2SP=#Sw?7v+hlgv( zQTOByA>cPH5>N=<*P+zxf=5H@0uMHM?+$&3bn$5$U6fr#!x*{_ZJUhzphLrRw#P=( zJqfon$)OPCA7m{;h%z$MiYP}M&+ajF0+FC5S{ep2l=_>{Q>MNe5!s}i?f(lTNtLr5 zALO~p|Kg4Cjpb}--?HZ_XZcRqP8P%zBtql_&0L5_6qPVhXT4HxT7_a(_X@?3rsWB} zEIvO0dLgagP|IK)^6vVUs}ML-B7`xf$OE={9sO##e(8SE2rpe0HmWvjw)nm$8Z}nBRl0vv(#=h;TeSQ8%h>^wiEnYaL|sWp69bTpY5)=iT<#6YB3X$<;Nw_3L(V7l6g)Lc(UV?%1Z4i+hc8xivN8{D|vVkgBM z^W9J?IPAiH!GMw;+@J$5k2YXqF=5X`7F#anWFLf5%?7^+ynvnWaZdJ5Rz%M5!dEO3 zP_X_Vp;TL}Plgp@e6AnZ=u$6mf-kyK00}w{2{6LH!|hD+CPen%vKAp=1Z0{Ok&QTX zCNKguhLXX}P^y3tsLw=1GYLlcZy-r37y%#TFv1aUf^Q5)VBaPVjIa@>WH=Q2hj;{s z--aifSVa~tw}C7qwKh+%VMRA@KB-}8@CTNhl3?@s>C1>P8X+FVGyFyRAfkIK?0thJ`(~?BYT_b(2w1>&IDg2K zC!|5b7{0|`TICOJC?H24>La#%Ga-%SE@ekG_DKuP1*t`-6$5mvRlo-S)u;<+ z5c1uRfv5yx0BD&GPYBjW*&H^H3Wz}LAYHT}5Z<*|qzqU@$k=bd;uedY6tmX1L#Z$| z5atI465D{qy%t+8W`B1>sb+&-1hBx)_c;3-XGP=;Sp0)U0t(iD4obDfdSk%i-)wZr zE?|M)K>}d$ZMdCD-h{}0Giwn7ut26+5!r|%X98GIV<;Ki45bRdg1S6JG?M^}r-3A? z01JGO0~XJ{2EH-Cf_ymk)H|S%xkW+MO1}=zMbm&#II9&)g0? zs6729oHYh>k%X$#z%(yQFM$-WF?o@Ack@tL`vl$0QR>>ag$&N%?!yKhm8RY+kjQy~ zIA<#yoG>8Ha%i}je~|#8fjMbaX z3S{(lHW#)XD z+hbRB*1c-^s~i+Sg<;u?AtbpzPm;`zCrM-^>OKn<^F?YuVZJC?SnV9Sz&A?F;9Kv< zHRo(RgTeTBB0>Iy-`3_q*5&GAde3*KVf z;aZ9D*xhnI^Tf+?m?uhYO*=OXoj!v()N;dNUussGdDDxNxj;wRZVwZ^ecVuQdkMh* zxKdZ=ixYejE^)D+3)?Cky?;c)<~1k!SA}b#dYJf5GT5q~X`WX^{?o# z4@2Gkm=i6@Zg>27(C?w8UFJdE3`#KfFz!-xgrT9^KRYI)wv}-}p4bZFd~AFL zB%pvz8F0uBZ1>(gQh_AjD3&<;87*#v-yzX&6EhB!s_n9iQ?Co^jWX=*Xv37K(5knJ zRRI#(s+oThi9x{5YbUEo#$QUU z$BM`~2BBn;fP(dxL#eh{ZybZL#YUH8x7aiXLv+&wx^f9I2rb5G6R+KuHzBfDWGzC( zARyDMh-}2??vDP5+zWI>kw&cyr3y@m`lv)SlVT8d07+8CAmD=>Q@RhoF-(blvxg~# zv%8$|q>Do&qvp22{n==Blf)Wp2$J8rJTapaQ_bB3nHDT{v5-j)IQmp@8umV6_c%NE zBh-n(TdIkZbSd>CXDC1_b;Q{iSM|v?Qf(sWZ`DL-jwED}JWUf5DmmidRlWd=l<|=W z>H9skAF$X-F~6G!r9yXw;Q*6vduo5W#g>bC(y36Y+3*vY+GFQ?oF^4n5jjuoFR@5K z!TO7!R9mb!p4wkwqf4^a)BDsO$L)lv{V3edByU1wy{tuusXa2yipWM>DwC-_HHMPG z%}}bC+EZtRh-T8%{tZBqR8xC=&<_{EZ#-NCzvVEs?}-o(z#-YP6Xbmre+VWZnxbK@ z3MY7UrkAS4W-~Et2A|_}cqpU;`(}d_l%H1FaACQZ6(+x0u7=w$SmbuA(Js7$&=(X7QHoI$A!{Nr`-G3Z^zuCHg;H{gva-gf+$?p@74-pFpfiCwRO>rU@lxOzMA@@Bm3#LF(c zyag}Ug}-(1+x2+)YrNcmm$%~OZ}9RqxD0x`*>xPQ5Lb00{(k*bxZK2kemlFqgI#ZC z*IU^2o$UH9cD)s@oRaTmf8U0GzXvb3!)2#;2V9}g?}d-m2hZ{DgwH|meQ@=5V?}r2 zxA)`aZg%G${CX4K`2c)dwcp6+mLGKZ`f@ppmK2Xf~$K(9tQ~U!Z4IV-1 zD>l8)vL6dvBAF2WEz0I2aA|v=lWy+x@W!sT_j&(E_Asg{d)Q;&P%*t|sz`6G&{_$n_049Ege|(L9e4T%M zgMWOBe|#H0K#-omk4fIY!iV==xLh@U?fBYpZx4Kha(=)+o`jDy8QKL)+1~G0oV^uh z^VLdiqthzFPV$y>bc{tl+JPWgJcO>{vT)^+TMiBi<&^t5$X9cH#`zX6;wLD!Mn!a{ zvk3X|Rg*i@c>3~52SPk0v8o+74i2*F!cH1*2AcV)@C4Q}4L%3G>2L)S&SZbcjDHFh z_Gz6m8~`Q7(YoM0m)_|dQ5tbe8!s6O^A9$I0gCLv=Z{T_d5lbS4}3F-6l>;8_$Cdr z83=zgQiElLo~@MHIVX*hmg}YFLOy;iWJ>}ISy!bl3^bZ8U%#e+E?EzrJqCkkU(Cn* zQyhO;0?944VZ3t`e_(;;{>Z$+)_BnujyX_bJWWDW)_ylw4DicU;^CSNBs=Ae*K`if zC7To9tpT+--6D(1d(qGIn;WlGD=T2A*AS-7obPOc^SOt{imj3PaDZha_=+K4LwLrw zTPwNq;amv+PuK%dYt08Mv%#&ojbh6k!uRWq=6u*d!2*1S;56{l=J!wrz;u~Qc0tC1+R&c)Pjp9eqB8-YfC73rzmxGcBIk9W}~#Q$Jr6R%7MC%qnsg8icF$Nst4nEO@)2vC`PmnH9Dnc*a|@uG|L(ewYclLumA?9BK4lj7HvzZl`1G49glBq=g?+*Y^)A0eG|^4Z(Y%@w_sBv zU`%Y9y)~R&@=j<#>sX(nt3!~jFz*6zQiAqL$I~h@MP0&3RVTvZ0q|Au?nhVU0k~+~ z{DeaS1-dUv{Ql8H(=XExeQx1aQ|}|CS_N&D-GD4Q+2mgAo`=}z-JR?Yj`u5ukm9g z;bjOb*y@z)wK**%IOIIL<-^$tPy>LCg`v?2buWFGuN&oT*p)jn~Ifc5mG1&%wE}ode!S){XuyBJ;38wgP7;OuZB|v$;pg6;ostYrCUq*2654<;uB8EN)LWu+nn>fuT zVs{o{M{nR97dvkS7AZ%eL|ASk3T5^h*h~f6?cIiQ>Zp8!boFA3T@?Wd7ecA9>MM*H zOeFQOC{t&WfjWe>3tnqR{GEt?ED5L9PGPJ(up9uZ6-bG>&VmIF{xyt$VWb-hHOei% z;2^LSNNmBIcMPd5ZobZ^Sz%?=T5YmO%O%hjZW|gBziQfq`K8qq{X<0{@fKPHt#+v}V8Czv~6EGFXP5Z}w zAwByST{R}!>dS~w_;0YDnG_)_y!Re>ot;JKZW*gqN|o05uFgzY*yKxy=#;a^`EuyE z_XPGKox;l`R~24Qajn94d1bgya!xp^ZBtK%<1u57_G~y-gs^A4;aFQoYf!`u>X@1f z%tNK-uYEi9b_=pTF~2s@fEY(0tRQ&Cw*umKLfPl+(x{|~p!;MIR$zZ9RqF`g%|2Lx zV|CSJ=$WtrFJV11DWVrE@KWqUIx8TPT(tsvifgSvmsb|cRv@j=62a3}(348WIq|N4|h4ruu${d0VMp!x#Ot@Edi?EXg4q6Tp6gZnJkmSz?H&hn@Jp;Urp)XiC zdKF>lBA>;w4HTOzO_B61Y6_Hf1Tx!I?h(#hY*BH9Nw|P2b zL2w(O5inxThZM7zo~p=wmX)xE(r80)obR6mF9nDOqL7Y@2cZLwUO{NS;TFqV`Jzk+ zni9toWrxEfW^x=ZqB^3xYTMVnOzMi>4wI^^aJP=}@X!P*g7#WH$C8 zodxlUuA;kB<~!7X!ykwYIJwZtZ;p01q1w*<0*#@q6+e?UAD>H`2l~p}#m2m4=3X5g z^!lV79lE@-v`2eIIHj$tCu9GU{u}!@NkJ|QW>Sp&8IbtDfeT9wmoKBTOyW3vLYQ-V zwC2=s0jh_a-!?~`0LsohQg zjk(atZ%$68|E^rx{NBFu_HJX|#+rV;Hfc?NmsdvevtoO;zst8{d$!-Ig!yP&)zctR zH0G&hMv$QumqADaUj?mXT@MkN0x+7wY&){w5s|m@d{%@(a*LU3UC8!Z3uhnPpohPb zf#hk6DtTlW3-A<_nm&d^4Vd!tJ<8Dx{3p`#KUi$JSUdmUtb!+4j-Br}%lGFjclhF| zOgVCg5by=pX$EwYVbYgY!TRSzskT_J9fp{VjFE`}8(r#QT}nUm+^ee6)Z2-bYxk-y3gb%wV_@+qT?H{f&HA$G^fp7% znQS_JCzNeAo+a!tc{?jCvgvexiKqeLqMMrH9%4QNd7a4A$8sdhhx<|{c8=1YAb%z?z}2c(Jagqtm%3m)PVC;0}U%#%4%=KG8?>OMGc8oC>@nN&Bz z{o1rm1{>l0HmMuorkr>JB^drd2sNc+HU@exgl_h>-;KA`#Chy$i?S7_+3%J-tVF81 z0@#|zez)sTT-biMV~|JqXRzPxIb?8-Y<81|LGG+JiR3}BWBSc*7oO#Njm>DVhSMz7 zgOiI8k>60k#nx~K2;1S*EN+4WaNzDJMurugW#_$yMTLf-J6GiVsv*)o*Hqe{fdog8 z{wOXd9^ZkqSNUfIHduthgT2BS>1HVS(bXm?8wnXmq~D1&Uu2QOVx{SP zC{-H|jW=VbOzC$;(A`g@qx2T(YfV>i25Axz(i>S{c@Z~Gn*_-Q;onto?CkHj-Y0DB zk)bHV)Vkgnc1Bu+Vg^2bhm_0>b&Xoj4DCWimsd{6B+!IW+8QDQX995}VA@)VQR(>O z7a{gdy^0l)e&5t8X{Hk00DRG+_y}*7s@QBG~TWqh~I)FNGp$gNv zxJ5XxnLWg&d1H+_W{tskMd1UoiD0wRq~V7ro{-=b%D5&`BKZbUqYW0-Nce;$rbZg$ zk2iZY{y5RWja@9cSDXujTU0zvfPnZeQ zwAJ=x0WLRYn#N7c&pZ z=%dG>)bz-m8hEyN1tcXIthZLc>GkC^8x6qJAO#VI)PptVGj(SSvzkB}{z?tf@>N9A ztb*PfRTGmuH&P8XPcioi>Ar1|bixdO(^&4)8>`M#cS~uUJs;%r_*d*iI&1aMtYv(F zh|9=>_v6P1X0cw}g@J^&+Ojfevk24riZN|{nq(D-J>ZS`M#YcG{>9r_(ERd9an>c}_r-Ts$VFJ>jv5nP~5v7`= zVMIhJDKyW}(j#>J2;8)Mk2!fa^4|br?ImLL7NxFE=UI*zrA!uamg-?A&yVL(z#;A| z>K-Da*Zm3!@(diM3(L3`Xd(dMrd6gQAZ!d zUbCp9FX1=*Gl)9U>z?l(Jqn2d!Tw5w;{hpe$C5&=F$zCgbGBQ>v($rte}=O8^5v&V zcE&2DjaA52g;^`5Otd&L3`I7`v>ak?TngX_K zH5*fD%SX4DAct8E-V6!`U;vVmLOymDf>y4SSQe4SRz({2!uAny`gcNL8{*`B4~t|* zZmNcf&ra~zuPk;|%v*i|r4j=LPI0cmV@pHXbqcup9^WE0$*=m=bDe<)QODuy?O)t9Q&qjBm=;xwcg?I8b&^zB$(MH#HD zSRH-|>zhdt@|@B%BJ8Eu2MKaxgKvC9m`rqafk01l?E*oUS6+q-1ffu=<13X`!WC_~ z5m&|}4s1VTuK2!*hy$C>ibx*^c8=f4<`51XP64k>kC%tz2#zaF7@>GXSTIOM$Dcry zqxyUxsU&!gJ1NRNLghIO3Ypic3MaX*Xy#ii02nK6nAJXZyOmtPR^)%P&b(dEb{eSk}1Wb;qS{xrj zAP_*p9u~C>Y9=r?T(WKc9b1QKaPU;sfjK|~Oc zeNn+(P#(|i`9x5ZJbdyLmxn)j?*7j?x2o<^b*t*u(v$Ef-@_esXo(a3j-UhoLtl(fCz9yc^KGJ4#8OCSs)e7^VJTbL4a_`gczdjJ_T zC&j@Hta|}!asx|UA0&$jJeFh6xs&zl*-4Ir?>5OL&%Z==>5fGD=W|3LC;f8(H80W| z#{~YI$B;7U`H+}Ega!9UVic1p$W?NjU0+HIf@>%wST5|ELe=t^fb297444#9c}zg| zI7w_76%(MzJy}cuA7wFtzK_8-iV4uSO(!OBkng8;jZcG!z`k)cCIpa0#sjz;S!j^E zW{Zsm9D$TKm_xHf1LiAjbv`o5(EtJ85oIKH4&yP|@(+JRnz5EDgD)};pd#8i5gYGb z93Z;=fL44b^sb0Fz`x+ADGt!UZ}_Jd2hho!J4v}w00C{xv-mEA<4cQC6ktL6D1ghR zeA^{kQ|AIv;?XtI@PvshqN%6&RwS~ z0jil=aJ42UIS#(tB$xd82|fK6=7>N}`gH&`FVY)(`ftc%NE!5eh^M~+((8m94U9U{x%J(;H;A7!5YA0Y3M zr=PxUI-Y)BMjFpoPnh%{TSgjT73teodhOR?(^v2HQ?iTo`@e{M;CnI!PSyx|7Qg=s zN?Vg&Z;+_Y{o!izKd%kV9uy0rD)%Ih*I$)!7U|+waq9d98`rw{_fEihUPz-Wg`#)3 z)Qta33Po=Ru+6Naz@CO1VH*JR6K_qxx>qQAPJxJdQ#TMJR(keqym@mauVqI%dCYr= z7KhRuNxJ42h?qn2M~sO@z}Zhz&No`x15N!G=z<~wYJW!^LjkoC5(EGA0&2XRFPokx zy0LDt-(z*8Or$P4_;#96{c*w@t5xv zr&C7VvNTAb?&QQ}J|J}?-pGk6GRfDD;{X+mbk5Q+*%TU=S>R9JhUI&iR6v<0v5tsZ zE<~uzD`{fkcZq?o%n_;FiF+A9)dpwqCRY{$9g_!VJ~SZ~)gtg(`#7>GM{ zZ>6!CfDjk^rooy!aSVb}msEH7QePy3>eSWKKb6Ih+vPIsA?2wd!EG5*4PJ@yr8^RmpGThYXJ;#XP8*4$DoclPuf%=YRx*kBPmO7mS;Sv?^?CQZOe3WxydO{ueE?NE`Qyzl zD25|+&7>F^R}6>K$V@zYCxyUzn@${7s}f=My=ijxWC-H|BeTdFuC2 zTaq64igP}RV@NhneVsbS65hj#bK?DQ>wxr`QE^T!tQ5k`gWq2tRF5I)IT1d)L(}paXV-V81;I5G5-b;X zO`&RedX5}+5ZqQNpz`z_IaDRFWmI|&Idzhy=is9(J!cj29;N5dw@oTNr#0xG7m+zV zM}SpidJgQ{6k6(S*=t(OE+ybxjFdKTv1UoYxln0q@)B?aY)9<4g(Ms4K_vl4yeHWq z*D2#HG66@$sdFthu1&z%f_TeIu?eJ;D7V#o3FS6hsxycZ0`4#t6sNrc1 zu6e_=YHrT}Op_xKO_0D0a6a^)h#ZL2 zSaz~xEiAQ4iyEa-+ge=#H@|Rj@>soDX~DtCeOAq0QDWb)o@LE$w;H7?Z=c7h*otoB z?WQDFPfLUl?1~iY8#KFMU-Y??Rr)~SKu-fRZu^lmNZ_`~$=Udw)QxPo<_n4!0V-H- zT*N??>2o$z*U&sBA-$f!G+Pb73a0m4r8d@XxuS$6TABR$)meja*`zvs>gA#q$c7N^ z@aX}l+K>z0KHS?z0*82f@kdU{wUsyYMkx8GMu^8cJ>Ut&gmd@7HD^$T1=`h_#Z463@`zKp?yt za|LjL?;{cTSR>|H+^Ex(wmRoe&LUo=fwzu_^_;quaYpc2(U}^&EvflElmQp%PgRlY z?2e6V{i!o`eCMsBLUu9wuXxWms-IOjdcvC{X(|+cmk_j{A%aZ&t$hI7%wmf0xAqdS zfZJIq%kPa@MT_P!LXC1yLeIMkM9;$f(PJ|8aa?QM(b4=IXle=!rwDiSUPuCRM~~n) z{L^zs@2KjAfJa&oLFOZziZFa_3;IUqk#>@wC+6B%+=!4H0V6`_hSqTEWp0~fM#O3y z#y|UDi|-ozMn(jEE5L|QDc$SzUI3nm-G)Z&p_To72S-1++}l-q!gi!pxclHBe-M51 z_+ZKD0ax>a>atU58h07A>GP+K{6^bujj=x{DIb5!wpRc6r$LV?% zU9YC=C+K<&U9W{J!{l}J_x1Sq4S4w^T-G@^!WG7R6MQV5G28hRd@gZrhO2WKHuP!y zb_-rULw9b)uUFum+u++VTa7GU?|c@2yB#lgz-66tCw{#ipZOeoTkqUO*Sp~g4c$Y3 z+zVIdVtnL2`ul#ku5%us?~sesvjn95LHKKl^AKEt?LH45XHPg^WFL>Rk1w;2ud$DF zP`W+{m!|U#{>%EN^BDcrOZS}V$d@P-&L5znWoU6rMVsKmp0W(xa@X0S(gZP?Sm$!( zG+;Lfy0j<7Uh~W|CYCf>QH8!8M}9C~&b$yVtMGy+BRX`NBGyKBsGc%z>UL-&IEF4A z3U}hH;owZucD}_B`~>@W5F#pvQW`9+Qla`w>Uf&CkKN_!UAZL%Do33wp}Pc#i_Lb955k zD%XdabD1)oORKrLI8<>60}TwDcv{-o4RXW6kY+HycBTOW8x=T-?Q|#_yEi7Ay^f*t zV2iCN)jmvgUdtYE&&&jBeqqAJ>5z^7J}~$agw#^&07=K;d8+g6U8Ms0OsJwnuAySblkx-DpDe z9Db~n@%Q*8v^q#X+{k>tyJ-e22ONH>u(D6K0+!JKrL@)gU=p!uHiqW5?9wP8Wps3~ zRj*f@I`J7BpNB#Q3}0J;F*FSZJZgBlIb`X)6@NxtGV`A$E%UN6uy`b%k8*PXTF*np(UeVQt$h4R!M( zC?rz~#g~hvqu~LDrL6$AnVlOzInP&`O27i^=dFDK)*>b35$00huSzI+V}U5Kx`2|M zLKK-6Igt+&nnItD5cbXj5q4ny2vgUC@^VjJ({YB>I2ocfL7=H;K~H#gbFXs;DwI3* z3g{lV)!8*%flfG>wGIoQ`w_^WQ2&sV;WQ)${^>axrh8g6;9L-t78BT?BNX3Ii*PRV z22N!@V?n7p)UK9V?y1U0f>8i7Dz_hp>kUghkGa+!wHuWocm`)*N@%OptQC!VdkoH8 z7FpQBnOd1wi*HWi@a3i)9$zwOBbjy?;RmJh0pTYn^K7-$jcf}A9=B})RB*mm5gQJGwM#=IR-?Y!YS?298@(iXv?vp6VtNK~0L%(|~9ew#_rNg~lDRW^Rro)j6 zXaKwym`E#-QC_!}gEH`D+{oHue)GNw7-{_e3>nNf0R-tZ;cypeTp>KekQS~G@MdU} z$rVD9oXG#DYbM3WxcL7sjm!juDE`hD;dO(Y$d_>p$;4koxhnp8jBCX|=9TwgPGr6; zEvW--^O@AaQ^v&0tPUFDeD8XhxMG+O2f&lx#Gm)kiGpgtHIoU&EwBQt=19F=Eu$W2 z+Eu8%2}W~??KKfwu#Q?7VK0O(?Ign?^a+VF`+i&_y(TgdP#CiTs@8(Qn_W;Chv}M0 zF*2?&4xy2mfXJdS4#zPhQy3!3RfVC)xK?4rymC@8tS+&pwhNh*#v6?Zs8Jdzdch0S zoR?O0@ia(W7ipvUQO584_w_t{XA+2llE2T(QU3U9@LvIH^3|Za59uJ$%%x3us(r>P zAkzX)RK&g(W~-tMa3mJLB1ar?Gx@T#EY6t=(cEq3N|P#nZ;lA$Om-JQP0wWV8rGYS zQ>ThQp2rX~OhOT<;t|W&uM-2A%#*H~-SeBO!BP;}puCr;5w&Ibl(j0_w|s zp7NHxy%M`drHa#%C0UjiKFYGZ{)#+ESzh!leU=wy5HO!5#)Jh_6cpipn;PIv80mIX z#nrb5)E|nBc<-b(*1M)l0qvcy0xB7J5whfj&rsURniH-fZ6IktTgfAd2yD+#+mL-T z!Q0ZDzqc~rA_Ltja-CV&xHize*&2T&mqA!c$eVEvz!zOlt&-g=-J=Bsz>$W0py7~B zvb^60uyc!2za;}OO@uL;1c4b~8|Xn15ym$m2`Iw248P%@UW9Q+m7N2TMuBUX^4<<% z_zD76`nojcV5HGb6lttkrADJPjvm%krE1%z&m+UG{+zV2=advbG=J#N<4qMgd$<4OKB59_GQN1GAfy~YDUHir%2-jR#4Ym!zWVi zGq}LY_B?B()f#Kgn>!ciHng%130uR}`sx8lOPYHoP#JT#nsX00=xuM=fB(1dH`jBK zgBPtId*3far28wi{;~1aNWIn%{`awQPjmIM720-EtFk((N?jI69_m#s+F-(wbCSw63CsuZN zgbGqUeEk^+QpZpBpUM$WJOp(EK-GGb@g|>+M1j_>y4A8A$;z!fq-)4Teq0{lKIQvq zY$hPY<-BPO`tvvj!KY02KzIz=MS1{N79<0C`j#m$sK5e0NxJ5Hh2YBVQewJJ=VBrE zSiB+idqW}p{#hm(J5R#v27$)saSTQ@W_J4=nS^?|(#8#9UU^qWwIoqW+g8A;Hc2wL z)|gVRKy$YfD)m%TAa~8LClCd>=J&i>qc2T#P+%&X2~g8dWxE}zrW}&t@6SX`&uE{L z7^5%8@o|6T9Dr)J(hM*LqNv-9k;bilRE`Mbw$37enw~+nfR#dtS47j!08BNphb69f zUmk-JXI?|C-0?<`OfjEAyplp9Ima$b3xcaMq**Q;n?fgZ54ya_6b!r+P`L+P_F_n! z8RbEzxj2~z9Uo;L^h=QW$b(Mb3hO2~_=~Vl8t*x@4H1PR z@jhvM*z?AQrc@NOPg<44gq}JtWWfV$d{GQ*XWYEPw!Wd0*+Iwjr4SAZ@Cd=db9L?d=ifzB3iPOr0(0eeZ~E+}!R4MHuQHM{XgFhTp*RdT5eO zmchNrm0HSir zU{3@%^TB(&9G(JSJ`#n7jZUf&yEL8v2$r0*_`&j{vH}LTgi~m7Z`kkq*XG4{{g@{)1dX%_?SJ>*&O>JyDHYv z?bW45ZDO5sK6ZP1g(W;mTn9J7fZ&|ACF?Mf4S0^E;N-%%M-nP6r>J&T)c!+Ps9eu> zU|6z<8R>{4XDw_%!T823YeBWtY}(Cv)=90F-6++D?EXG$fv_1K{={1HCyv>rm3E{5 zSbG&zrgwQ!(J;qsSbGhFyJ79MSs_d4eC;P>mFf$ghQFg2nd_)M6sQ8{Y#r25C;wzh zPY>#Z(K^)auZ)h>8?6%5#$ekxnzo>TN)TOajWle?+-B&t`uqFIUCz|P0?6SeM0$Ai zqMG0aeJ7nZUqv(zx_sVz*BO1Taug|}hXCY*>V_%=BqMA8q^8}_zTJkKfwu=N7&(m5 z8_%pV^3N<9lc!?=5fF)kGVGYP?seV5t)G+-+4dL=>Mk^_SvbsD2eVsZuH?bQZuADk zW0B|B^VqFf1J<$;yJn5o+g90zz5t$aRE;)H1uin(iKEY|w5(FQRUd^AFT^aW;~2T9 zHd%{4(Yyg+V1qhu%U$<-4KZY~oA4*L>~<0Uf}MI}kckgisg4u2K$F!Qa3%wGylL$N zvpJP&td8$vRca_}LoIfa1C2G%q2=S&XlbRl1E4epSRQLsV2drbIaGnlEL5wa3BZU7 z^5_RFq;bokEn4c6Qx{&8|pTZ+6A= zizUUKoa%?UR2QZmt%^cH45%nA_1}vm6sf;=0xc>J<5UD8nDjpL7QqF}2%#Ftp)*^A zePshMb1n$t*MtkUWV%sCVRBAz(fv^ z1g{2^KY1}!s#8q`Fbc_7K${RI99WgHC7F@A06;D;4`=qp^IF%~^S@-P}o2 zUU~!<8=X_&jL;q94k;W$2A2$q`P6@4qT6H zP9DgQz&9xHx1_T-IS2jZLwhjHq&k0MNoU`{gM#U!%xx3+LI84@vOXWYICrwXINwKn z{|8?F6E3!M7yJ&jChvxiCC)u?UGLmW*Zb&tKU|>(}D3j>9F2ogDKdjIC-St^Nt%m!( zMJW{Tm7KhtBiVWu{2?yPd9a%IfXWL$*B>GQ_Lq#YRe@!njX2O_(B+Wa%e(z?Alwb` z+JyRg19v4k{57(Kfi)YY=(#uL1qG_$P1!A|;7;BHOogSO#^iM?EvhR}@P?7tBZpP0 zHtXoQgPd;J>su!@peT{=7i;KXqBr?}VNDM~|FY#Bj6lFw*BfPvmvaVFb!-g4a$hkn zxf@X7*<0baM@LJI%30hm;2Ai6qmU(O`$`(N;xD%$E4j~F4hPb?8}-3cu>w0k+^&I( z0EU3ON9%B(&BWv*@aIOj@2|y4MZb!xXk1Cm{bz*@O3MijC(ypx>gdhxSnU$-XOU2cNn(6eSdryr{!aY7??R*Vrrd{ze6EAz< zWiPzE4lfp5@|?x?WYnAnU~`$pWVR5Md)O?tJ*h6L@ynuh>ZHUT;BMtClM85IbsFvM zZ0&2X3Fn6pBT;fXqzAm9ryW{k=}A90gdtCHZV_gIsm`fX+1fb}iTMOP*mO>3zhLX^ zmta5TsakHHm&T{)$g3$IIi!3LCSS2BAIND?Jsr8P)O1*({9eY9#Dwoa-h3-wet{Fo z2E5G0Kl|X)cI)V~7uGrW@OpZ1Jw3F(?U&XkU}WtPF#1NoXn}&j98?$GNul^9NLlC_ zND0I9#SwW5_I)?RWE<5=ZKc&h1EyuoqM2nD?xVx70)#lAU?Ic|p$Hk9gqcP?1BTaJ zZsNfdLY)l6>4PEI|vUD;4%#oO%`ZgS~)i^iqxekS8=%_EpUI_GLje2oA#vzU5MtjIwHV z5H_!l6H_$9iV+0I0fqPXC#f9>-lNj{p|Ew83G|~+UWAZr zl}pRf>jPeudSeu-kIPPzPVUep7XB}3*x9CC=4RNal>(#n&!s^Ftrhzbaqe1#e6PM; z8(3XgS%JdtmC``Hv0^U%H5W7WCMq=N!U2VIhSqUffiz-A;Lyd1lF zN$QzEj=-k;h2Ez8Jo?3^oP0n^?DZGjcr>$9s27WGwf`G{bLE(CwMU$pEw^0|u3PMX zv5%xk-L3Wk_Q+$ay~&C3yId>kB7qA`u;vbuZ#>%(ph}t#mjrw5ooq?fSv21YQ*Gek zwufOY0^Z_rbKRB~P>JW>oFn#-MVQXm8=#skAI}D(vXFs_zLG-pq_N>GcC+9IFG2z>=-T*Gx@kBOZ(<50g;S~p#5|vX3J7?GT zqy@p*6$u9HdijGr5aNP=28YGDtgrHIz)F;&m$FOL1;KYe%34`aiYcJ--H)=_C-G<0 z?#E%kO()szM|_m+e(c~k+Wko1((ism4++ysxQ-Q2QPA4`5L^!pSKv&+K`bo=)%eM< zO}ubtr>uoo_Ox&h0xojZK2tXqZle{wWWO2tz+Y+zZqm9{z`o7^RP2(kGh zR$Z^}8cr*ZQp{@AJtXP>`xG=3xl&hA?%a!wcW0wGc~U)`D+r#JtcKC zUdTgNJ}xrch4n@&x{NeGltv7s>GrbeH&O?(p`6>TzXGUW7jRBAS~gjH*_4FY;vbio z>>oLfnA?tj1*jR9I*7E4OPya5h=P|odtN81le}1FCO}QkG8vaT`{gmDe3v?;{==6# zebC!fyvEsePFfIrse=T|g=Usr3gex3;l&x^e z_>ERL^lj5w;T%MkrkmAhxVm8p(Aw3F1hmMN&CX$C@NDJc1CeJV?S0Ek;NAjOHRDQK zoz5h$YGfjFV_#j->=>kxMe|jsKaH*45F#_6{sk{oI__AWOiaEtw#X!P1U&r|Q*uj9~38mVKQmxb) z>9dY*H%i0JmE&w*~R>=Z>|PH|IjZ3r1rkY*i$O8 z0mm;%-4T!<2sj>;xid_|Wq>2G&11TrYv!9!w&9`0Zvi-0YI$f8v6IR!WGi;(QS74_ zS`1LX+iTiF;u+VA)03bSOhhZdB-;Vh^h}a*Rs5zrhLrEBm`sWARq-33 zx2brIv+L{9g5d0m1j~h81D2Y}s#sQ;0yCz7%2&m*1tzg&)T;OZKuN+?F+R#x#qY&$ zv?``=o7k$@JCP*URj~}T@Kv$g98ZlbepTE++WVHiz`Yt(nkCj(Q`(yBRk4iqh`d}{ z^r}yb3AtepNK^hf%Fv5k6{~1=)?(w`TNOvQAJB>w=v^_Z;&XA_v?{(Hzu}+Ks#vCI z;5;n>ZER_@5~29AVzerLgSRT?u|2PKmV~RAk_n!d`0Hk=Yw=m&cf{(IQ%3JUoty1V)0jm@h z6}`??kiOX2-QC^Qk4c67RQ{n~b2@|fD6K{0&7^VXGf>W?Z(IN>JAT@K>hl>0#H*Y2 zbJ(m;n0&=<)@R%Eop~r>?|_ScJ_G(DoX>#w9NL#51A-5(EBoeW zG7Jj)=Di9+o!!*^^4=ZIK6w=bzGtDJT>FEtj(wvwxY8bnqD9sAXstO2*lR-FL`}ZE zI{?@q&ofcn-v;!+bUruzc$4pp@6$KiTOP(bbU3cTT4~g7`rDL)zPKIyt@7S*ys##V zB!=9VMB)a8d41ApL?Vmt?HZ-6&WDo-O61mfZ_wH;@!kV^Y@6dpWx=FQdLBc+TFOE~z3 zAr72H&_rZ$$)n)`Hcfs7V4E%N9d$eZjWAdS>=6PM82z@QXnIHr;351e!iaoJ!p%<$ z#LbWM$BnvLiK^el5$!AkdO`i9Epg*0ubvRiuYsnngyDD=UBc=KtXLjqA-ZZou9|Q+ zBAk*N{bpW zDOe*VINt*1!CI>Vb%Wh$kjh?;K)zBH&Mv7y-99LANvET#J2vtJEOGGWpA-k1&Bk)Q zz#G*x!ARO8jS@(zWGJ0{5S2WI+F5=X(1tx)Uj;{5VMPl%)&r?FQo^%A@br%1MtxMF zFr%qOCct#eL8DrWa04wHw{SNKra z(G%0w0irmt>3LoHQ8>47S%3h1@z-%4wCuYjt*#XfirUM34Z61NP z>BocO9ko&O%0w4$NJBj>M{@H>%6kDS_*uEhfP$L1-pELK*y+CDnLXnmN;pYCC zIU;Tzw9a(eC_wdfn$;_dCf?)*m#DC{MKKmA<9cTnw0h`bDmNP_i3!iw4J^g{aDtD^ za|xFwATor{oOL(`p~eT<+Tp=7k;t3PNlIg4!!4{0YcEp{sM50qy|Q-_L6FFy1(;I( zG1hjB$>GlUJl=ycZ z&k{DD$`PAfzy6TOZ$c1JCpe#g*X5&K*YlIfoZnvrcejR$!mQNrg!43xA(>A29(9aq z)-WN*`=QLmUYX8mE9(>edwCoAf712P1ls{4U*G?5yI=pjI$krofBKCY{1-X8El3>G z6I2!CGi1q&Sqbbl8AIMVRM|+HK}+IH)6>6`0H&ZOpPo=v=Q2H|7zi(xB`++5X($C$ zo{l0r`=kjeDjkIsX0l>g_$W(9ISv_*(oyJJ`g9Zwhce>>Lt6qW3JT!O#`AX}V5h5V z?XEi@T*pg1dutKz)gps)uk#w|#iF%?7#VTreT+927>*k;R3%x$ab=~gPNRF_I1j%O z!MCmWGh(QX|19ac)yiOs46Lb$b5>#F+Q8b*VLaqbFu~y3H1~1ui9lp2@BmHl{;v{R zE;2-mNvv%>z|Jk!b{+u>#M-tI#7>Kl(1!>q(j5sgHy4PQPv(yplPM`S&=$?Vfu;sw zIQa(J#u51xX!{0!!#}-1+jLLr17S5m$k!gu{;BshbTht&>TP#;|m6?r|a?w_pQ z#K;;7AfC`xw@Ma9&@h(9f++rKjx8qAgOPag327k0?3=>Kazkd5sLB~}9+$=h#8Cod zo$t#*omOcj#>NCkBnD|Ir3Yh}F8+y5K2eBH7}SDQ`cSE5LjebX0W}}sAk^9J8?(ue z>HRebhxNf>(in3Z9D{Atv$+usogF zuK_A76u5#z&vxP$uQNxgSZjVv^Dk%i*O_rD3gdXAc~M z;ISk_COnEEGL#y{(DM_KD$Kzd^U48o6eF29O61Wt5U>oB1$CK0@HY~x6c!D48=;=e z=r($R3HO$Aw9j|N_d46icRD6VQk;+@U-Q}FIDnddcIcmPooF{IU>8xM4OrJ`_m({k z4tYo35%Xa5`g)m}w}$UZOf-}uF8I#PGXScYj0Zwvh|X>^QJMoL*5-&n&P- zojY|gj`C*}ZBU(bnDUauC70(hNKuVD{QyxPc)AaAd&R(0N9kNbjeZFar{PJbo#dGc+uZB z1jlH#;IPOx9*Neftg;6i_0{n{_1S?vBjJFG^sp}vZ?d;i8*9TEn6v?gpGH1dDfd~e z3RuXk(&!j2WcsWXje2_wmKnGUsM$x;TctMGDm7OgvIz1}?E<~@&mqV7o+p9lHReqg zFa1xIwmNIO=%o+kuLz(0uHjVmX9}7SbPq{0!|#=07wOMeQSAH<8`t{tkIs)rJ;Vf~ z09$#Dc#j0a0Kq2+yZmPfpId&)jAcy%0aF0B*>uQV)UJKTH{JXLa1YCGb<5HAQYKEN ztVN6VLBdYpu7sr56^Nugx`3qZBo(Pek>)XGt;rxH^t`=5^z7da^hi^N9zEfYG4#my zB=jsP5IskC0X;k53Q?LuJrwl@l+QN8v))r|(J0-K@H1Q>ewGt{oV`9N?Z*ar_VkB8f*5!mG>Zl2tNtP>e&?r##h&N1!Uo-o+(u61^5 zw#UZmuw%M8T57b;Y}X-BGU4sO8~4v|WIZ-9++!7aI$)X|g3%LopsA-|D#t{Z)IFU1c=G{eI>4Sha$YP1t0IR0TQ?mxk~lY@|5`Vu-9w zNH# zs#0$^A#eoy2%)Klg{v&)QLNOaV?QWvF7lSbPyhcIvc%{QN^B6nNQ~Oc#~9st06~gj z(O6bHf5~x6kC+Ere8dfut09WVv{l*LmnpDGiG{lRiQ3i?qhpl@@SwE1*X$v(H`*CaW;{7Evns*HV6!s=LFpbXVBUHI_G*v2 zjm~4es(`D>E)9)Lr-i^=QRUH&eB3vJ?YpYHQpWxH!xe0E^+;uC1SepOkAoV;9VQKH zv<{<$z6M@EpO*d&7*z0$f$7sp(m~iEqkRb49ikDG#%LY^O;4tPH3I#CG2mUvAV6)v z+Vpig4U=Y%66gV#JIZw+5TxL+pb|_goB}|l%Bo5Wf=vuZ_!@zmK3W?GZtLUnE2AD} zy*C&wkS~ag(20KRh5Qzz2{G)7Zw*ZMB)?ak(obFp+x=f8b& z?X?N#1bEHIIe#n3yZ~?dGlTr5VpRR9NDCZV)8u68ET%Sq})2e+tQd1 z*LA>TUFA-4Jjd`*8nX!qF*(IF$8aHzLC7&ApJRBAp-2oh$52lT3TcGp7{xYtD&7y4BU zUBoz3RH4V4p-mHIrgwT(mnhG7}J@XgkZ`_2hYH&Lud8WTGvi zTor9S#VHKW^jU^&!o5>{bO=BWu75I~P1|wREiOUl2ZkiBOAi6R97Y3{o z!L1H%3~<$xbIbQ_DUKJY<+!R|U4;e!R0#wRJ0v@S1IR|jL8`(B>3YAwlLKy*mC<1U zYZea-&9ZuFR|k5qAdo=b{<4iOpL)B&0|{e|3TUlzr8(4w@{x6LRAGj29YzHY`3@e@ zrK^@NNt<5qO_Yh;HP%;&Wms%Fpt0~~Xp{MBtY>u1n5dh8G4d3R%mhRhjrCI;Lo$se zqFmKjdW>r|R`e?;Z$_(JfBVwLDv7Xmor0vZiG)V=6K zfVcwl{zIV$FzP4}&}YG7-@h?uVEQsiiT9CWguoc&-NJTZ2pCvyja~&Hs!n(l{)^sk zd;#3ttg5fyCWI(J+oES$g6Q8TFL}eB9tlnCc7%1gorGE0>Qe4W+_mGUHA>S&6$LEI z*8o)QauRQ5)YI~*Q>1LzPtw?C>l#WiHf~$Kk;Y~MB8#S;gJVdhsYRr#np%%@t)`BC z<>c8Q&96$W5CM~PfGo8VS8DN^NuO_H%#~U7dFM_cZP4mnUdKHC`dACh%u+aiz1hYwB-5KN($%fqQ=quE#0>a@gr^G&!IRq^ z?LIuUpIdn{C-;{BEcN-CLi&7FS802lF>Ps*Q|CmzJZa~|m{%^%QRBf919cuPF0yDn ziTc|9XPSGK8B<>~_oV2>`yjZ(oWEAu6%F5niE*Wjn=rQ}5C)ZYP4=Wem!t6VXxg&? zHF-2m$pYw5i2}ErA1ugt?Qyn6-QUf~l3q*YGMp|UYpPTbB({DjN4)TW#P8CwHD@S9 zZMPXJ&HnW5Z_$_*CeyVm)SR)l1*qv6D;N{>W@GKtNP0W?p2RC}%wwn-ER&E}XF@y0 zf}Wf0%yTKiS^BkUL2#BvqUOTVDU?0ms4k~B2m!GaQ29o6dH06Ix=|a|DO{9nqdGpy zHmWZ}KBSH6^lj7GsJ_n%yERB`oWnE^xFjc2u80ebfsKy)z>j3 ztU=@>%YO2z(pIP4z5V0@f+IGOZzDY>?%tE`NGke6%BYImF0NwG`5-o~-7dZ(7Bi4p z$unkx+rG1%ta!O07ECsIUjnerrjm%gffo_5z$Wk4grh02`&9QFP3G!NiBIk*5JR`- zk0Fz(iKAPydor4D15K@f;pDq}@*G4y?VfxRzu}+W?#b;0nGbB46y%Go+ba0FuP-5L zkbKMJQT~=msvdgOLKfdH$>DhL6}oxs<5Ue6e1Z^auUX5-JxNy2Q_K;r#IQe*hALPs zDa>q^tUbvJpHc9;(y)Mn>KgG!@|HEM3JftX+!}GbRK!4= zNJDTU*I-Kt?0c-Opp*w!(OC5%0M_iI(-i>%JOoJ(D= z$vGmS|`KLUiJoW^>QNF$m!$vVp?0 zxkctuLlAo2(uN>nUO8kb%wOCID1Iv+NJ{LWwPDG%vzXgOeoil#eGnyJ~R5D zeor6@^3$J^BZu=zV;MkAKWV(duN^D!1R6V@>Fn!erYsUXFEPu?9LLNZmLu7j1<}@R zW=Z3NUzZ~SIn$g6P}4JwT2a;Y-$Xm$m6s$gxi*hMii+EL8$e8+s~=S(HbRGA1&x^b zO9HOs8|H#NlmaSuy~|zziDRQ&??nA%u6KNtx!%8v-^le& z-!>iB`@3LG?1oywiOp+2p+~ztT8l3hyI;T^9|N&S7ya6pw#jWT4Ku!QEYHdw^b%rO z0om@>l>Hy%FyE&o$cV;1%@PCnh0<1MefMGjF%*o53%ow|RWVi&`?NI4{7Jz`k?{i+ z`_BJi*%ImH6(>1tMuy7m%dc>!qSd^B5sWxhJ9LT?L|NUN_L=%_y{a#gnu^ zJWJVa;V~LRj|@UW&%YFio)fx&p53*2%0pGK^6X9_?|4tMWoYOV65eVB;>{tvnOCCy zfN7r$D$%-q8cA7+cD-rWvR9&IJvLb$m@D|A>mA={inc{Cv4j`!b?2<3;Q{6myDlY{ z-DTP*11@v>l$OgLG3{D*E@M5;mCMor(?sl}EyX}nKLt>gVwEyRSy1s^M(3vqgg($;A^Jp@dKDp=@nqy$9| zVOx<~*4Ev*UxT`)5blL~fGqTjJMfikfLeQWx!q8los-iAX&QUpRAS;wDQ|oWLB=c3 zNkau*nVit>pQUcZFVaJ+wYtijJ6vA|sNlZh0s?CreP}m_+Ej;8G`KwA2YvhkHvTUt zRNgtB0r~PpAx%7X=i5ZF&xS)DkDUQfweeWI$u*78Wb%0IwqpXiWP4M-B}wQUUBeou zP87fJxaFH^tR^5t_qS=>a$g*S5Vxe6AUtj<5S>^jTgJSyuRd-mI6B=@Y7$wr zfCE#iNtALsW3srKfLEiMP9Tz3qdHv_O|Kf2vZWTWB+PY~7lk!tDA|INov7%Xh%q+b z@eH@1ln0y|(vmfBS3-UX`N^O51z|K{Xcu!_{!eF^BVG!WdBK~ZO(vKBB!#I~>6%F~ zGA`{+8kq?QQQDn%!RyI`UCtUDLo#W1QLb(-jo$?O(L(U#c1Ig%RQt(yyGqQ*?_cYh zF;TrP;kovHfktKmB8!Co2FH+0dy6PnC0vhjt%S$CG8ZM>gmERN(*n;V*55HEO=huP zB02Lzi&@e6DPwT*0WYL)VKpna+LUPUMJ&V8Migd!RwHXB92_vtUI$RMi!;2LQM{AY zc6x`dp%i1|0{&JSn+b?40)7yVA(?=SNLK}1k8`bn$Gq}(Uf9WqgC#lFwvkEB_cW$Z zW;y?5NRTSD-qA8%-H22Jb6@he;rN;5C9GNpr*g6RUP$4oln2;(FRYx4HJRr+sYO6T zgK(0S5&DG04z(NwmfIQ*v4h6ez?)f>QKEuL=js|V(If$DV=ax%1Vk2PbRLc&nKE*b zuCBr2*NUGg1W#^v3R)}PUPzyB?J8~WG^TCnT2U`g+KDFSm5Vkil_^*E(s%s@CG>87 zYMi7y&0m)k>v!{DP=4s#_mMN5EwL;=KXguy3!?lK^&C3w^O@%U6~;o7dG7yXT#dt% z*nAFCdu3QSxYf@-wcz-+rHwX}{{~krMK6cxQE%;l_gNcc5>TDPfms`^B_I_`SE5~X8vt%*ED1@Z3kxltpIBGJc--k7?REWF4E0s{=Eyq zliQtwX8yMp(&x8ym9}p;rfulVua_t7%pdd0EjcSrw_M@?)Jx1&dCE3{eoz~iO>lA^ ztjleJQ;=s>n?R3?aGOB;d?uUVcX`|14^We5%czAAXtOg|<49)#=<1D_zmDvy(VM!LxwK?L7?}fb@rEqx) z!-6vzqPyEnmS!*P=W|3LXSN3cYIXo#@?Nza0;BPsWm8(neMtrFiR3p(-paB|bvLE0&e}=Yr7F^x@6tR=LF}&K zB$BbKdq_g@KFY9*+={BA*qMWkZv~#bV?c8_7b%0>O~Y{BD1%!_xAx!go(XJz3weYl zLg9A_KZhCO$7EmWI{~(ty%e$S=s*G%*jKtO%h_R~s>Mq9Q_Mn;07$qwxj@`3%^x== zvmQsZX0uE*F9(|15r&iRW|=-jK5dp+gWvE^Z?nwIaP1J-BO{0(+xM_DLh|)3h-C6g zmn#<3N0;LXI;FBx8p3*sjr!`QmpDep<#;vP;0#C%F4J#ff(dPl!P1LRd9i81%+f5a zfXy^PIu!PbO4^jiNJ9_ zBf{P<8%9(1`s{A#@>$qrYnd}o-YEfcNR|!%y1Lj!^ zSUn$%8S=@7m);~9$E5;$pgsi3+!v5wdaz)8d2WkHqwIkkamWL9_W)GD8nqnQ)PXno z)F^Oh@=YD@%z|3qbffNN10@-8Pv{1gVj|;tijNa6O+bjABGXM{PvRJa03lgK;hV-p zBCC0ddKwebx3D&>y-Yb_E#{Tom%=<1E({V8v|s{;q{$Ys&lwZJb$@e57V4FZj;v1* zh=QE{TimG;OB2=$IQ^#p)b!f)tw?l!;1nl6nIW!q;+qr9vhkH8Q$OiING!E$j+o)T z(VYOQ*^)KDQi$Acvs4-v{{cB7kWbY60o3%Y6+Al1n=hl?{K5AmUU_#OLlqUc^K%gT zG^3va4m^M&4r~?sC(}2mlte;iIM^;clXOa0f}{^-2KD= z$=v<;D0BC}ANi2n{q$|qarX~!BY3c7uW7{|J7ont;|hc#9sIi}ZS`W83v}a8AX$C4 zlE9c6xy|Cn|CrKNXM9rJ_=wSn;*#4d6p*d^z+FjM-=vJNNRPdWP3J~zTI99K4A;{(gXMX4`Ntv1{e0H$#{M-wBU$&TkhhF=5>$=I3KR#ky6kueKXQu;)oJz>8@@V&$Jn2#D8;QPo<|ngI{; zRNr4 zTR#NqkTf8F9byme0ZT5S*&$BA9;Hf+9LdNq;I`6He&gzz#4*2>(3%IwIKM%VqL(y4 zy2qXi3=>mtzi$-SgxCdtJSDz&jTaFfeY?wa3MB|%4LvPo{Y z90$+cn>ztit$P!1a&0W&JGpx^NzIx*T{9X>FiPifXX6|inF$DSt!nCQ9KbOM&PJLG z!<~&H%2j8h9^+bPW6Udipx;Tuk&+(K!U@#w##9KnhEP5;uA~1(APVv}4(G_e zTq_L$)bv{EMA_R&x(KE|ubN)H20Oo^>>)N~0^ew7#6nt-7;<%vc;$|rR(6I&(sY|4 z)A%YUazr3!%u4`jdd8IIgJ}08Jt}d;t$7Sc)bh@JfN0>6WW7(O=5GejW(!AG^Ko9i zF)ax0ghXoP!mBA}0q%s9?MK0oNCA~QAumER)n6=1JQ?MLB$_94LgJ&$3HcNJMovij zw&^$_k5ks*gZ>g{aCy5m*syU<7#zc7oi-%Z)N8R`%K33#%Gf4~bYs5Vc)U0{7U<{v zBXW+wrSYD*Cb-C)7F_I5OE=(OT7%DTja%RUS81zr^`!YZLy!beJ?m%zEqV?ED+tJebZOk_83yNR2vs5YmJr~D=9r25^)tWceiPYC61HOA{d}1 z{vnAaoFxcSbdm;8KRHg)p&W*i@ea5pDXD;Hi(p~tzKQ?>vFD>DUD?&g%&X%bIHxjBjE$=say zD06cjf~-ewPWo1Wn^Q$aue1IJU``=bsDHFxZddII+mYr_@e#{?q~!E~+w1fRX9|6| zob@ES!pI*s0-(iN$N2#MKt}r%Gp6lq*{ru4L-qs%F}y9?r#1qg$MiTA`e?iDJMfpY z5-v-eDqTnMhcUR!IcEZQw>9b48PLroPK&;`>AH%ptLeH1uFg1K&VtJ^n>p`iA0L2^ zCC=G&{UBXGgg2%*Yw=?X=N$I&uXO8Nx_%h0>zwo8>YR_43-GcIFYEF05xiXJ|JK28 z7vbfjc)1uaAH&Nfc)1iVOPtH-Isw;_eVxnk_lq`%%N6wVm2~|$U9Y0+)pY#?U9X|* zwQyyaypI099{;`pFQ0_VI_E~X!kBM@kHs@)JD-BjCC<%obuPn(K8@dQ!OLgp&aL?M z3cPb0d^={Vk;Uts&*E>l}={_;nK}{{(*_^ZW%qp=o^B^FD<-FgjaQnjj_< z>s+p!2J8l&j7rx$!d|8;6Ga-KZvX-!uf)+_gO|Y@;ZnxSQ#Zlor+8U$3tXyr!4oAN zI)!paObMqg_L#-!Q05~#;mGaXcD}{X`vm)V5w3cEE}0>2$pM+l4H1$#bcqVq=Gs0IXRx?r7tga>Mf)$1H0-|3tnw9`vT zN^&WoR(;U#IOKHNtMMeF_Gpa?mtesm=_CTY84<|aT{~Jid=&AVBvQ94%_n(EbW7YsK8wbNt@kcXiFFzD*yK`APLwYFmGrP75T8oRY7nP!genZVY>kAoW)RG zqRZ=W*{b3)tqH0}>)Ak4Hv#>!t0r{phOnu4gVV!iOTLsC2Z7pQtk6Zk>Yri0o zYscX%4A0@&@xv7;HN=#mHD)&?%SVZ_7Sx8s(1)5bbo{CB8<#=DDE&@pm_TW@M9$~s zVERz0I@GRGk*gMD-A9v=S9TJ#5oTQDt1Mxk%4$x>{b`UzL8Y!r0=o$L-1v&9)ZFb) z6war6UdPH_rxd2ylm{Yl<`Riy+19yi|D3ZJL5hL?09#B>pnrLeL*;RgL4XQAX0G*M zcF_m=H=h>1F7Hi#e)xO2_ z%C7n>9^7#y8qAVEMZ6*L)!8{Bn&l_>e{$ye*CS zQe6i$3*1mQr0W^sDF+wRm`y;4p)Avsg9#jika9qCe|XA)NDMXQKu-&zU04yQm{$%= z&D9c(w5_f7KAMIrOwdJ?tAeh_xK_|(UU@SLdIH{+D58a#NvywSOp(lD zeT3qWkVU#|H!BTT*${frAjX*--tZSkOesVNcED3133cGEgydcC)kv2K&jti~M}VrG z)A42(1bSaxGbu*K1-h3;W&$FMK=umJ%U0O7(1f@f)z|>Exh@QncPiY`9I3afWt_#EcGVuj zipnKcoI`BEI%;8r4#>krw>(FQ;gkFOh%y@c9&dI*7p&GbVjFw%2&PLPAd|e8IdgAX2vu*)4$3Qft)FS2~g8BWzZYt+49kKB7*NpyzVkVP0)>YA*rT>%`1ZQa^YA!6DVxr)w)w0iBaK5B~`f{J=q>@8< z66;2#R+DQYS!y*t%2KQMzYo4qYBhaJpIVIxd_4V5Kt(~RWt0pyT3VAhtt>iq2p|=i zQnmzRx!7ACR`5@z6VpgGx^%K*kUtFEi&@gij#S#}oHM!UWXKad_exDAo92?#&(R=j z-Tzh6_NOQ#D>8*l#iH|GZ2T3LLN;cIP?Hq0D!|SycV&ctO@0d5x&jgQ;VvL7;4}5C zFts+b_CXTQz+Fj9ZzvE+*K`3%kuE0{QIQW5vO=Gb5cW`k2)i$Tgqc`nu_yoeyh^s)fEOip^)X7`JFD%()Gi|8LPT1hK{0r+Zq znX^}p$mZdvnE+KAipHCK9unxAJhvq1dGl;VvTB02C0Tllt^+AFKMza|(3nj?h`v43 z^s)nR3_@Uv?1FG_o=6NeFr}vjAu=qzEasJ*(#y211gtKT^s-%yX%vV(?MNV!r%;j(@FMVggzmONCnx;w-p5$HQ{d;cU&#l40ps@ zfvi)!8QNrWwU8v`?1Q>yQjClX|NCiVCLl!NcNW3x1}SH2aSX|XUqrbo{CbRQg+Jz% zdC@6nk^C(2pSGP$;=kOON}0ufV@^Z6AK55(A-|iDtVun=o1snSE9BqSHDe;7F73IH zKSm=n0g*+>{|(2GOvpu)t3s~FxK_wxUdfP#riGkItnW0YOJ=ct#igNb_JBq(P1rp! z;s2c|qtOL;vkSUl*BnR2b-_*m)hvRLMHkG(F(lIkBFa@=pvSmY7sR~MjWjfE7cwc0 zzvQJfQuKnSp>3bG7d%Y@9UB?bB>qYu3Q9veHAng5?wpeWYI1ju>i1k`oQ5VXzRyan zk`C?yl0tLHbcl+4n2;6vgoLnV1tRRk{1Ikim2sKYR5gp%vw^0b11(%kO4?shzf(%u zY9t5#DW{~Nk)))g33CEVQ2H+f;?MJiq@-19-AYMI)sn>6XPYv1e08(QPD$g&45Rp2 z(h$v4(h?wfvQpB-u9>BziEnDsCO3{jN!;3zNGU8sQ?Als$$24y6jRay>@qniX*c9J zRPG|W7NEkQxmE-N@YR$w=LJkc4XBAZ%eZDU0nxK z$Py1yJxOCW0U`SKOjFXnk7E#mRAd)~r=*F*P=i!@T4;k*F|Xv5lBR7XV0D?Kq}^vs zqd@TbZUQkWDQV)&<2kVZyL_&X4xo(fR4Y5{L%R0~N`(q5};CdJ6O@b5t* zGXWtAzw--VDua}?*W(zH3BQPPRrvK7*9w2kD`qKaGCxZyTH8)0@!!mtN}0ufV@^q1 znxiQ2x&L@VvL+1$Z+1b*E4pS(B-Eun7xG~mnF)w2LcS8mkW9!$l&eCn$GBF=V_wOS zlBR{6Nvsze(ZmkuttrV zC?}VVn{mi6rVaW2Q+->&+2?oI&3NP}4JL(1Yd0_%fxW9g@dTGfZSL zDQT-g4{55T9h8n^HQ_^HVz2HDi0hOnu$>BkXb)!1kIZ5hy)v*U!T@ z{L@QMqhp|5gGotH6J`aLuJo@6#-HyYP?)@C+8N1erZrn|%wnlghJ!s;RZ6W&y{5?k ziaC9=_~s-g-wUzoBPQMuiaMeV*F#V}ZDTTT81;9T1_{(xoi^W%te=*cw3C$F73`lM z!e{>RSKja>9^O|XZyr4C?1Lc11hxPRO-=&ap*aqfJCxoDP+?WhwI-N|uO_fLr{sui z9=Q4!fU3<@!JDD#xLXNqbzKKE3*)HyfQPrMG-eYJq9@Qaf$dBjgAmdp%OO00O(cdI z($dpH8`6q-C8q>7Z7Tu0%p`&BL}MBSqE^Qfh~x=ur-f8FY6bTUzatw26&i8W&%Rg0M3Wub%QLnM{x|v zG=PY5RRicTuGIiBuN<0{sU^cl+gK(=aDy?aGAn|OIhE}X$V<6P`tJzIn)DUC8QNsN zlD^d!G|iZZX+YAq0H|gj#w?OP9mkMN(nXZ3lCHT1DdSi*d^Vw;kT=G$__G|vFKC9R-v7DZxpn?=(kwLO+20y(RG9iXOX)q;}Rev-#f zGfZhQNo~7=M$#m;Jw?o9GV{8Mo3r!}(}LhEjYQ3brBh5FJgH6g-3#%76i|6mn;cS< zST`!EjXW92lG^Z5mejWW7vUQvwb8dtC#j7kqP0g8r?f@aS%cDSMJBY-(Vx)9CRb;z z7x}}$N0B9+?Tt!XlU-*Gd4gwvsmW|qQH>rEQ`!7qCClI)%E*dLWK*%|yd4{Vg(b2r zHbkgNBHK{_+sw_xlV04ZjwiAmLBJ+Ik#$!zm__?I0uqC9>U*-|$Z_k&Pu*qmiVfu?cemOJsTj zzUt5OMrmyCNtnh4$9_Up^pe#avxh3f6}xP)AgvXXw^jgrX>$I8G<3m;Pr1gK{9`@^ z!-Y}zA!&#qX=?XGr>SX4H(7aU?NKEWZBrb8#D(9MNR$T`I^RN&Vyany4JIem?AaWL z%H2HA0905jbIk@u+^eZ(&YyEcHV-WQ5uj>Q&G06lO9WO<9%R;g-6&ELye-MnYaY>b zAcaQfi6+|sRI_z~=$|u9HJgEB5JFBgw}+>iiNsJtPI_8sLryWTiVWm0Y)KT3$`O}5!)6gcHS<-t#Ue1xkEdqZW5`klZi_5=W?xg< z>P$>-*)$E$Tt1~|vmX4%leg3yv_15+m&p+IphSoNRB%&drkY9z=ZDz1HdF1;jNI&D zq&JX_wY>t_d(sJ1$K`9;e} zy5|T@>P-nlZ!Hi*`{j=z6O)gNtR^EZTAv1*dKBcmn2fZiP}NaJ+EOG3{^@0;?WLcw z0!eDZbih0WUq-mTkzkahwoFJ;!}+$KtRf3CrAAAQacd!%fs4=#w3d%s%r->tt|nQn zQY%+hRm$yBRdEy)){4aArEN0*v^}q)~_Du-z%=u&rp++ha`&XKa_) zXzL?=k^UCc)RRnLFo;Xlp?0;@vYD&iT_ISjO4YXAoUWuU*4m?XqcY_A{{1{SgxyEL z8|<_Ja{EKPpk1YSfzN0P=WJ@7ml(1lkw#e2rd;sD>U9J`in(h6@=s3g+Sxe{m3y1c z0;n)(uJFKgDKvL&P%&h!-Z3mP*&OisbB@*DZ(+>e|HZ1*tkolxp%Ke2!KG1O%|l^L zRF$AHs}KzXf%BO=7}yFJ$)3HGz=ZyIj>zW$tqFjt&1J)ze9946J9%td?+m0N2X9NV zb%(A4DP)U>x^AN}n}87AhNih}pTjW-p)Rrt!gJX~VyK}mJuL{4TUZ;`US>^5*o%4P zp!5u$teJq(Ws=Nxi7}A^@vM&$h~#zCj`0_HJn)S;qS!V}ffy`NroL9)HJEHmngt_t zfUq8vq+j@5Lhmn-e|)=75JD3Mc5%by{yByl;+;TAG`tzwWOBJrlGE}RT{9_0#-;oJ zXk;cJMCo?E3a=Zato;qgkW9Kol&jLM$GBFyV_u<5)l{4-ai6x8Ov3%FF^w_{_baYw z(p$c)5mFP@59oz{fU30z@MahE!XjNWDMrTi!U7tZ35YCu;oUffWO_kFxvCfR7}x5B zm{+<{G)dcqOiE)PV*+MY8b@%Kooo__S#N=qI9g&?%9tbvJN+6Fw!m}_-**QRVZ|Gg zK0Z4~+2Gc|IH6XP)`mB`AoZ8(nlTYsm*QONFQ$>1fXE{C6F7!sQZJ%hm3lqKwNfAR z%3IKmHDg+d?X=)CN%SgX;%Fo~MK5^H+J$M25uRItE{u%16{`tEL1oZ>l%s5M$IX8L z)Z~sEHD~SE`4)L8AwQUVSyoqCBec%)9FXp^3-n}g+qBjboiAuf5MIa;lRUlW7ik57 zvmg?q+bozSV{MDCXl4@=9qp{q=(a zG4!4MF=S%Vago&|q($q~KvSo~aEeJtTa84ZgtR~4H~iB}NShfxQw5UIgsFh#BMl-X z-xh#?LGpt?PcleG!wj`Fsb~eYA@TN~B@_tjf)oo`TsA@Fw2jutVMKpf8Zi)Eb?Mxe zF$oRG&C<_U+8I^MLr=Kt`cY!g105vI#$<#6bhaPq>iF7n}85KfTqc3OK=QAK#DAY@Z>X*7-~RDPYZ28D(02E zlFziw1Pm;bk*woh8U!qX$rb&)YWVpjrDP}13|9A%3;Y?=Tyxx+^FP%eo~ zI&0Nir7BscsnX8!1}@pe7vzXdo~85Qw8FsI5DC(4HcXRv_Ng2Z$l39e05v^320c(- z3@%gR*~57ZHN%t?lXw>4gu0)Y$zf2BJv?6p3%1g63qLFRL-*dhwW0U z4J8QrN9*Nw)t;~&$q^_#I_N!WxsR5d9*E1GKH*HE50}%Pgg;n3tOZSpHmb7@f1uFG z6tnz~&X&!3yD?->Fc8Dr_VnP{3nTD(OpjBckG9*s1AjRy;j+Z3(sdMn7=w#@VndUD zodMlk;L z|4O&crR#^`y3RQduFm;*xd1Qg@Uk8+AHmCo{%;-pb`f4aikFM=@-e(zf|pC-vc$QJ zt`l&DgC{P>-!Ix6E?3acSJL(4biInMSJU+qbiIbI*TR)y@;dtadi?taynGTa>zo_m z3S+(rJ{HfI?R*M8mpC`W)wv8C`ZRvK1uvhWJGbK3EAY;3@a>qbMi#GkK8wHIj+Z;& zvd*~^zg~~ed=9>?ckZI=-Ef75?x8>Kg{yNhK5`%ZeLq~+IS7KJ1`4R=g`2(Eh z5qhx4pWp_v++W}mn#PB{Yy>B)f=XwLN)yCnVx7yC(}3L|f;~QIX?k8h9urL(vG1n> z#NLFX{|sIZzYi`);^nyq;PT&iS^F?t&ch3yROis?c32_Ep{hcdn&DtNN89-pL-G^s z<4O1cWPOKye2;znfPMUsef)@h{1`rf5uV169_JbOaGr(B*$`zrVZzw}UjfeZ>|^S7 z$OBuz6@HsWe~2UbEppJWb#&Yo=nzKWUS|jSPG|O6&7pe3K8>njG*26Z5*YAZsEg>S zLC++iWuW_34|}Tz--7QUZ%M}MoUa20X%KtEH(@GEG1Je2aWEpkS%KPFmW2Dt^`Yim zrfyk&@LYxnHXvAKMUwnsYveOaYWFgwt)1Zp|bJtJQekI9aFQlg8a;3}Rj=c9;U02e!S+U8k{ zu1dHNpWhl)s!A89f{knQzjq1cWRDYrWk#p-=e>sl6-L9Jp;b8`G@a&Dt}IMCDyFdWay?RD-zQMgkt zI`_b>&fW80PkHbP|ta&QH4WCFVs!TClNXr$yh zxTh`f%Kg!1+q3$~6x5th?B`jc1Y4tavkA4sEjEkO>saWZVOwR$8f)6T{27bq7Tc7h z3?7vblFiC=Gjcb@xruSd7bIi=cc`xLugb}~Ft3iaz4DJ9Lm=s~>Xn<13pMcYFI`41 zmQ^1e1Gh_U#dNBYN3U6s@PTiQ+NB!RhHSR5+Fqkpj+#6t%$w}^gF2|vA=lrt(6+E0=bHaRH zXmamLZsa5?DhUhcR;g0MEe@nyk+J)r&ZG_MG_1~Ky@ql`3OK5&4DW?+YDJq-f6Ed5 zJk{?{02L5UO$So_@Ft(V1m;ej)}xP}P?N#il639x4NV6$Yo1Vh+O?v2=>IhU)y!xV z<1D7>y*uF;gwQ`(7~$!?A~Dp^zn&I^$gtXyF|QoG6x1{?>ye4iC8}xL4H$P39vGKu zJZAJq;?xv`=O-t>#F#zt$;qdh=lj;Z60|r6dQ)@-cFffAv_-#yb2&ma2t_6(x1R93 zgzlqq6cVl&jvyh?CjpW%XW$r;iNA<) zRs8iB*NT74EAK|}k0?HwoRcMP)V7*Q_zyRxnX5lk;ZM;Eo)GlAv?_>)t zh^<H0^N}&%pC;u!h2+qk!%Un1)#f-r7f8?dPpe|ED zeYwwb^UGdCiDRSkf5kvY&b^yRY*S(`9`sXV zoO>tW4S({Y#Y3Vuq?v2Jg2N(Xo+`bZ!?1B}%yXaQZ0}*ATY=DJhFCKRgq{en&3sxs zQ0JQKJP>*u0qaH}v|b=eR(1g;U9V?#L4gQ6H-Chgm_eK&HId_JO%P~m4h*O8$ngTC z2Stu=!EgAd7dd`Y0!18%APdTk8B_ZrSbu6XiXfkwJ%Wt2o?$IbaSkzqP+3S9+LAQ$ z+##VuurgDwM<5?|Q=b1BkK869B_xh~Z~k%Q>3$rUaYx!XazYNoSQtpHW481QCB#gHUYyja(aiR`*uz{US) z8kq?QQT&}<;B|vY@o_kYWa2NPTor#k#~iAe8c&(xRmGf0rZPc`Cq*X~l*!ERwF<44WpYW!uL!bC}7@;3^HyxLX6%^o*;f zfVg`g(GC$-34 zM8UjE0hK4U$bk%rW22H$vqN1YLSqS+roj0<*?EMsk z?uR{8{h~Rdt8e4JrKxV<)p&?2bwdd_f>rLk12b~SJ)FAK4S{&I)D6`7$Xe=#F!@R^ zb#pq(-6?SKOWoivLa7_P=THF$6qm%MZt!6*lpDIoM^ozN;*Bh|$16?1^W^xN7F=k! z*O~3{$Jn)l@$ShjXM-xGy}aGoYSeC(aO2yA^AeV}`2$=!Q_Gd1*2HC09;dTqtJ11M zxfHBV^l5xVDP_Zpu+ZvpI&MBVywt1=HQlutL&>GcJIhnpLs)SJFnCLR)4RDP#Ciso zw=31M-SG4)Gj>@&uFu$y&&2m**X20;o;72YOrH53=t1! z?7?mEJ(w|MH*kk#Ydow2-^|#7&&GFPuX3e11X!r7vU>*0aD}hoo%un=&fFf~nQe!M ztM%1knD}|d#_x!49E%-5y{KxnXK>-dXx98q#@^f+-<#d3H|?g~=ozfpt=09$$}qhA zC1X!M7vGa@N9;1xQ*dhziV`~QTiF!WUGa^-VUb%Nah|o*9vZ1tU>Bjaus+ltg`y6$ zH(yerJ7?_C-SItoZKXC`?-{h$fSFrc0Yby9-Z1>UA!BduN!XjlC}AQ-eg`u4=HB?; z>{YebAceT}^bD@rKMXYoXY9;<@txTh_xC~ZH?02A8t)lw*hBRdwMwf}ukrqc_3hmm z`*weP-(FvbEnFbk0epq^=cJ7Nc_6+&dydtsm6nYYVKi=*XY9*^@qO7v>`OTJ)HC+t zq4-|BR_;a5;D}uv3%8d(kg+!p$MH1#CKt*hFvaKV47}~R)m^tH)ZU@7vuY|d&?djt2aa~7elC&micKCW^6Wb~n(F2S!imL*J*qm|LhP$N{V|2JbNz8c?&Z5JIef9Xjl9APb)zxW8rp!-M0#=jQd_|^-& zC79ImHs8)>+f4BkSO406i~tWoE{%d?UUqyFgcP?MID+ ziG6}SR;o0lUc4z|FTNSyix~?`Rl9$|2o}~l5sUvy9oRo(2Of*>z|IT()v&eDTMSE` zI5cA?9*^(Dwu|bG)mVRQ5iEwK#*fX|__yL4-*ZvBHiR4)$CU5Q*q3j|_hrVBP&`(v$IB z+T|!%^t#JTjbL1qu^0ay-;15aUL4^rz$NNjov{<&iSNY0$AVqcu7EW@WF1vIvt5B% z6JlLVTo%;Zpw4@bJ!;v4IrQssxX!bV#bt55CcArY$=KKL#`pC#i``^BjbqG6DR-tF%l>VUU zHz#8ko{sOr-p4oUu&gK32g@#C-EKFekqi+w+{ECWD;*4pRxU)#<#!2QrE+QvI{Hu*0|Jz(=+zq+4vsp z;`iW02(dz5Ix(r#3nybQeiq-0?U#apg8m#HhRUm85=!l_&e;CXxKA!%^VuBhk&K*(dFpxuZ8>iU(DE%|4Go172tuu^P_whL>MRi zIb%nD72lDqPikS@MKuq%{I_gI>aXKl-gB&BSL-G45i?J56_&oCa=uf>zPuRUmmQ!l zV~zTdCSS+O*n{81_h1kI;Ku0CMt{bx&>?EkX=H{cow3}mc^Uil`gjz*24?D&xb9q2 z8XbcJEyd-`kxKJ;3LqRJw<9}CZfEwfEBly9A8w{Oo)(G8c+;zO@MI|Ic9=NFvfnUu z&7u4=%pP+n1q`#e97@H)bSj5(qA-`qp@bw%EOID22$Omo%FMx}8iz7tFvG>6G!@J& zaVR|mvpO6~&A^NbhteW2ox!1;1WX=qC<6e)_726~F=*~kQEFE!+2jevk1zj+B;!p$x zgBcD*BrulXP(T3v`3^bd(XsB3cO1Rj4!Nk&)$EYJ7#+P1d27+*>X6$My`T=cGST_y zkOvVRfDU=_&m_|Id9Mf8C$twYR%(-@NykH=miE!unCLH^gLJ8rU6SvOWdu5inV^ z9-HDOYfocy*ko;5Y?PX;Wr=M=lQrN3d*XDU(FALk&i|SK3Mmk znjexfIu~$JjjiHjIIb;+Wbf+qUzomKgZ}vhPDbVW0e?u zglcy?<7#+qAYjjrYix&CH>cT)VG0erSTOw+x^^SeU#2TU+VoAjC1axn#_G_lG*B(* zqJ_^U>`TfL2wE@_-`h?5WMF=n-q>xdZiYs#tp=OYgt607L-5Mux+W#BJi-@aQC({8(UK}b{TgVeR^pHgb>T?idS51@WVo)X z5w{y%j+BqK294~^=XJS4cuLu*R-t(V_XlNsJE?4|;@n>FOMZHzH7CuUlGftMiBQeP z)pePW?vC}sAX(N?jzg&1j8y-rmSl2gth_s`+6E}^&Q0A$Xu&zvyi>a{XAYLnb#|>> z?BB^3svEXw15R}Eb`_jlEPo;sIA2{qNyne7EZM>iMdP!Xh>|5#RJNEbTK1@fma;h&QM0eQrjn@HM_F>+QL~vRw$Nu<7F8H@JYYG-KUj`bHk2$_ zwyy-1Vi^=MvQk|^NsMHaCD$Dz8+kC2j`SI&+A`Pq2gfza7Lo-=b0u)NawekUN_EX7 zQE|Dl&qS2$ zps!(%?)WIq4MaYiioojjDcGOY)qlG}*|1h-sgpjTY%fXQcylF2 zt8R6zB%@WAvScAz8B9d&dTqyYds$nxdoge+Xydbo_E*X_k;T9kHn}N*0Xt730xnS3 zNfH6)DNC+90!DEJ;9zR6`=9pj{x!-5k#+y372MAMg_b%i8-|FE*;628}{;)x~j z3PwW&ag}+x8L__Ovr*2qV+j=&&0O~d)fiSBftagG1Ysz=OO2>o5Fmmun28t&1YsmC zM(UvkTPmB>$|g~R8OoND^a_2yhiaiPPt@_R7!o#D*F`cUG%8CLLPCg%s2w4ggkLE# zFv}K(KiF&0dfb07sN|Cs9H49%S@$WGaOhn0=p>`o+43?(C zI?%C?g9OMYVt4h8*LY$%+GQQ>xVZ6u?@Ey|LGsBn|62#N|ER=%Rb zS$?#DZY4Gau69vDeu?pKA!F5u5SYPA5#noIBT|I;iis#0A!^vUGz>$;oH?G@u)&L} z<`iPX6cC}tu#3kA!6W(2C^pbqn6v^t3lnqZi1A^Px<-=mVZ5?rAwG;@B5GGPOlDOB zteulE!f9CRim#F4fx%BeDYa51z+kSjX=Gtg_|%?mDG7t9H-jQ7_EuL=5*2$XORhUA zrXea|aS~WG8s>V&QY&L=9K+Momh|>GW&J}VrEDKrXzU^pA&Tcx#79zHOG$jhl_i(J zhXy4eR>7+x4H4AV_(HcrwAvbMI(_X}Md`glZdV3%aYSNsB;;h*6_OS+Wo{W-<}At2@S_5gi8fK%pJf@!154C>uo< z3WWikX;x`?q2S4x2!zAcHIoFwp~{j=06`=6Q}w|^j)n;0mLqjDVsT5hEK}{O56R8f zu7F&rp}IIEF?W@!j>~i{NL9xrOvFH_IvCSrLmjQH?L6V)F=fLFHOIrs_LB5Xex|$T zaAt$W59beJuy{aSFUeqWud-wzSlq)z)UMW;n1YpVU>X1nh=bLQ!)Q4V621hD)QXsZ zgwK`jB8vo1#o=^(ilB zD7{zaHZQ3Hxi|_jLzU`^7I>G>X2wh=qGVlByAZKnEDc-l!7eQAY>zWs{5rgiCrB() zwyh8(mMEJ{(mi>{xH*=OmSPzaW5Ysqg(PFczRHq?*szbT2#O6HV7_8QlOHXhPlB!M zS-aSvxRvcWkUO=SuQ(zxmz4s>S-O@aa+zl$N(PM5{Sw;i35AwtU>H5_?bjS?f<41B zGhm+`SoJ$(O(}El)^JNu=FD%@m@O!R%d|AJHME;Mtc{DsqJ5KpYhPd9+U9Ysg|&h{ zhowJZiQRv|0rsIEf-7j=16R#&;0N5W{yTpCdw%$V9~$5`cxVtm8l3M4CO&hNpz-C^BE%utrK=lJqAdr%upVo-eDq-#k+qIw~Q2(au z4+;x!b7Pi_vVj8iUx+LQ)FI2^znkGy38+KiDGR8Zxq$j#UBeJixnTw*P&ZoEYeZl_ zBnYd^p+#0UtZwjfa9B-SYGAvnB37q>B0f3qBqpL{6&7qzJsANUoOG1zqxcEPZAI&26ZnZ`{~ zi)}$+RH+Z_>XheFsHx+7VzGTY{Y&C&9-GEY%9vCzsq zN!fD6IlbVe{I1j~>CO#@4C|P5U%>fVESn-hJwaVf$+qXQ%94e)=TW*MD3WmW`HCbz z^`iwu61IOtjU$P*e=F`ijvNs8+AFd}{Ns?bYOqhtVWmj&h^`eWl03*nl&rK%w>zsI zN+uRIdkW8=6K0Xx6G1*wHmwjr-dDC*@dzS#Ctp~*B;A66!U79nrA5r17&+cmS5Go> zyrnEzh#YS+5w+{OoLHz^3I)ysh)J)gmNfwo<3WTP@2wgj#O#TH7^AM9Bp^mAORhU0 z#6lZF=ly_GO&xI5;ItdSzfP;24a@iG7$rTS&qe;HXd6Ug-IN+hL9&- zyr67WfkZs3Y%NL8#j23qUsXkUafo7m zD^(%8z`N91Ru(v@3fYl~7zkAeEZP%`!_um-gVgnuj3&#KB@5AHDHBnNrdbyG(m(m(xKnpS8=W z%GQy^#~c-Wl*+IOl#|sJmITU)%9862l(A*uakqbX+@Wj}S$H@;jW{x~x_J0-+<|+o zTXv^?XKz(kQxX)vQhF-w89RHt@cEX_x;1-U1h7t!eV!osNv112#mMX6_o_W zo63^w4vcY`R3w%t$u`En=DRi-10vMOnJg}p*oG&cA}mI#>nRC~;mVRrz(S+pL2Vb# za5Y3w+hsdld|PdoJAliVq}U~?l=d*b>B&r&k!pZN=sn$D#o8X>L8c3zHktPU?~T{_=WucVc&YC)gY!|YWymZW3yjxQw)DK=23 ziQ>wd7&3a)Rg(-Erm|!qWOOnSB}-M+KdMj1uFu|7vNxH+-T`~ZvQ#nwJ)z!K%4MLO z&sNGM$|jP<#h%1BO5mbwRz;j#q^_zYPJXE@x$Za_jmE zQ8uuZY2q0(mF*_!qx?=(pAcY(WR%RK7($xVb(9Ptn<+~cLdYh%A}EA#;Q0z6Yx~gx zzRBNJ+YmB|5K-!5d=KPEjVl!gCg!YC@Gy0)N5P|$i5LLEV}hq(^=<268)qpSRtOq- zWqV2b#<`CVLB#$L@A^dy6FGIQB*Vndl_d*d;%B-dC`@pO`3e*5ezbrvad&OQ#D?T? z3=<77(LUa5q>6Q9JO??eM!3KnRtgtS>spb*#Tq7}WVondN5;DQXN@#AT|Hsq3uS`} zVd67oI~5NTf=}{}t)2)XfDj8HEq0#7An}R1PLe_5LuJWAka&-Ys2$N98)=7$7Hu$e zs|N_ZcWIjqUso+s0s^Lj2sKtNivUNnv?v1HITLX(SzR+p986S}Tz4FdZi}SY0?a*; zM7t*r?CT!|`zTvP76p!RTSZae%$JCPIqG^zVqliC60pD;q=>06!|) z%|KMZku4Dcm#V8JiGW`zORhTt)`PV-OaoTBgU=Xg19)~Mlk{?e7yU!wIc3YpLZPsE zb-JZ^EGUvc5fe|V>nDkcHOi9fj)^gRGtiz$CfX$oy8FRD82+Pd5?L@f2KJW#1MYTg zWlTiDH|mN>qTpZ3lIxCwNgM@yaBgud%zVRlW1$H|1k+e>OdT$R1y}Y&L~N$6o+KhR zQI=eHM2x~g@O-w9_apZ~{*ka;*&wn}p%PngWJ^TAQgyW?5wKWUa@`TYHvMZidf5g( zUJRV<9|I>Un?x1^m1+j;KrduWM8R?DibeU z8%7ojm1+hT7I^kVMBJdRo+KiEt1P+hh!_W(ZNO5vkv>=uw@6#^E&phEQ`so8XmAXT zE6Ni*Srd`)y1HtTNO)CQa@~ChDGA5#6J9Wh*QLweLyCj@xbO<@0oxllJP}M5=vJ0oe*|Qb-A1D5GIE#uN5G}Z2B{VT9N7{P@GEt-BoT0dvgEoWU?iJL zn9f8}-kyTz`~%==WqZg1pi(P=awYnIjk;En{(nqaatZ%y%sQZn3w*G`IzqD zYHNz*J++;~T#Wx`g=? zL&pqt{Uk%j=E{ss*bOlr_XLfzmF+78jWd+ZRy=43 zF3LMvn+}+?l*pMFE>2U|Ofp=YqAXbm7bh_hwW~@d^HGiMv5t;dGz*K5B1iLnqr4B4 zQY&r(9Dc8C8d*3vK2N#efQxX$S9e#wL@?Z?u9qYjZdaCEcQA~zhPbYd$0KcVVW{&b z{$cQ;vQcDVuo+E(5MhwEb0h-bJ#~#F0q~BpL=cQq*GUotqm?C>0D%VmBL>L{h=vGid>XoFwi=&*s4at>kTTla zW0{6Q#ek!al7|Q<23)xkf$(c}tt5ePv9jd41Hp;|Mm!$tO$%J{kNz?6ys}MX zF;F%R*clSt|BSjqlJ0*}S#sUoKbl8PqbF&`yp_QJ{5$`9WsAr|X`0s_)vJ$Y#f=K<}_78!-D4RtV0%gO$BTpg- z-cZ*`5(KX)ORhTzEcU-5o6HDJzfo`dCV=aLh+qg{S@zGfBf5U5x;m1sAFM37?yldE z*Ze6X-J49bLk$py*{$hhj{(!(JzooU^^b&|lno>s3AQQ61d8TP1jhF2+DQUq8)eCL z2Zr@2ISb>KVcWJ21L}vU5F9%FL!w>TG_sIzeM* z%b19P@F{6(G-;%w238=jN`?_mrf{Svv@1OI$Qoq>Tll9jjE^bXP0~ks$9y;&F0{cz zsSJwI<6(6LC8Ng!%94fXaW4~5yN^t4U8PK{$6y0^JZShADC6_<(wE96kwt^!^OA@L zTu7&oD-i;pt7|0*flrks*Bt^=T*iX!UtlhTAuP^~Ry6Co8#eKD96`SJF+qQVJtpO&0Como) zV4O-M5s9ycuPMa{MnoCq#lsb5v=YHMTo)BYFb-uR1_HsDh(QEqsYg;UkUX4@CR5%f z>d%x-D^QE$l`SUeo&3(!M71$PkSQRhMa-laMvhTeQZkGjsVrFtBP*GR+R+PEx1?cO z11|L3R|*<8gH}Fy#*NChk%fk1W9&-M5Hl*m<2rRkCE;<6vg8u*(5ND)mf;~uLj=__ z2kBU5D4VH25s@hkmV@89BYLHaHMfn{ab&Mk)xCU?*dO@whkwO;55Hdnt zMad8{Oj)uJLe^m-YFEQppU2T`-q8_zf+}jIO+dqL$_9}vuzANK4o;UBK|@+Zz|QJw zNg`keWyy6%z`Csc3jX&5gKq!s?^3pgtot2bM~k}O&XeeSLtQ6H-?u4CF5!EP+Mfsn zuXHp-5P|qWx9YP9!~?Y@5R?0$)f9nGI1Ny#HH7EPDb_N*P8rR`p@?~_L>;ct1p-lr zE18Ir)S-6u18bPt1_t|rc|CFB8D+}~)x?v^29tD7-tnQ#oe91Z~UhUFR>!l_82 z(v)RL#m} z6(Yxvl&vM{8Rv%R95WVV9Ejn7VUdLLC`OSj)OD1MBAY5p7NW?;OhoPKlZ_A&qCvSS zJvGZApqtMI$brfhlEuedYL1H8;St4w5Aha$QAA6ty2g@d*k8G(-O5IjbWq;0aRFO&&dNwj(Ts`F;tqAiB%{Tx%94d> z@jE7>c6G}L*gdp2n=xAFc`A~RKoPa_B_QB^Wpl_PAmpe>AW+y)hW<<|GoshuRaZvR z>u)JbuDjP^m_IXAxFco20&I!sYLE9Pz31Ee<3WTPDVOzrQ+e-GrbHBsQCCV51tXOu z*Bu2@I&isq+zhu|Rj{{zDD0(d8(AngmJ4%L1;ukF;$e4n%_Q-#i?Zap1sq|=d3@6d{*e^kVkEhLKy$I6o~RA4)*RQ^P4#MJeZ#72j*RS^Oa!L%wIlSf?uaAZgH{D$i4NP2#% zvg8t;*XTB+o=4tor6GcP9?#Zo9$P(+57)Nmapb(Yvs#xgof}#-YvJ7fllxETKc?Rt zzD`4f*`|!%;;{!aRH?@?tm}R1ar`M0QJWse$zY%S#Gk}EyPEei`iyvJej<~NVbjuO z!4rbAV180#7rs1>FK>ob>#UbsMdCl`KIX$?{oC~@T@h3yR&m#4hBP$HKzucs{}|lR z&^6Qi91e%|o8f2HDt_T3$VkyAm;;8*j%C>1b1tJ_8JN+BH%9Fj3WmO1*GdH7OLavA zZs?xmb`^_JAE+`w$vQN@ej|kaf&$H;K(jTlRb*}Jf);8d(()xaVyLc&z#TDm zsS$_y*6p_a-KAmcz#K5HF~whO+r7vj;$~f|k>P)&E5d7d4N^Sx~ocf!rW9M#fGly2|aC0#DF5jrvzm|X;OTWf4iQbD}u_y zvD`JaA;s4PX7qBT_!?a+5rD7M6%n|hB}nnJfmvOe6hEbFKXSnnx*`I1fjlYxA}~*= zlH$*Ftw|2~L{~)M4v{0p6F#gCDHiHbB~m;VwD3uaN9l?P+!5tT@s5ExK!y}=r)xDT z0bA>e@ETr&(Gn@<&psx{;=bRdjE3(bncu&SOUtajz?_)Js@ zV3@s1EV)}33k0VwCSpLb52&4&=M^9rNFE%&5~cxwI8|QSzQr55x67Dv*g_abASv>-bL4HR04L?72!3!2E`?o%*mC82-3pP zEy@;4eyp}Ec@nVXKA1bqcyS~iT59x0VkuWQa;8ey!knGAcEef?_*aQ3uh7K6%n{2%2ToFA6JJ9 zV|D3{@iJ6w8ob>n2VP%SgxByIJc_6oue~)ykQUv#2(qZyLP$j@BU20fFfUgL0M3me5L){wO3aJ6^kD3n%a=B z3j;HHIr4SBu9XPD=jw_G+|Ux;l=lW^b?I)(dvxtbF1S-yMBpxv@1}e!Fi)s)TVx*`I1h#WT_^htH7nNWu+byNON*NWtb?{!54?uhc-c(cG9Aj6F}fw%kQ#?y60 zcnz;XY>69la-|`Hv{thv=e! zO7MY9#DL<*M+ap=X@0!gzg_!uMNrX5bJx^{AOAWqqnG2y7wcMy0DPgYh`O>)Rvx*`I1h#Ws2_V?=WW1$XJ;>YWN z7Cvd(AYBoGJEA;4o*9?}WcYEDuGOdnY^E#1Yj_QEOZ=FVD-98(MXPR6w)pXy+VbO( z^OC8R5g6w>FP>cK>Nk#72~wD$O1$_8UGEcs4r3w)6fZt8C<{vS;^X|=^=MrYR3uh& z*VKj=Ulo|q%kkph=vs*Y{A*nifg4(a7q1D->e9UUFJcyWua)u;r_ z)D_`1yauTyUd+jrh6vK)5Z$6|@!}_I%ZoRdXDy>#X%<+lN(jUJRieoqx?mtYMVW{J zMUzhr%7W4~`DFigJyBN#m5}4OYidK2uMf=Vh0pU!^M|a6?Pb6kaIx{ar#U{hseRAN5x+1)W*Wgh^#duw=A%e8%&_$3% z#h$J$6etdLVF`0miGMBDbvqT={g{XW#lKbrWkG5FmGE!ZZe0;n7P`1= zYQw+!12cL#{`Cu8D-nRt)D;o9p(Xg&U4dC$nt$D{Yd>{fy77=;tk>LJ_+$u zT@hZxYp_`&#GG7dh#)QI>mtY^#Lv{05N~4bRg&HnIw%uSqc@XFYrijR_pc$iP1!wg)%*tb0mE&< zzT^9Wea{a+@IwRK2AhNp;)fjG&x*@w_}`x2KynlQw*vpW8U9 z>Fq4N1JVTz=AG>1E=bK3Je4(vf$Rk%x+a-_`8WK=c1}A}*Dw@UxM6(7l?1nKsm6si zUN>+qQD^O8R}`u@fCA~Zh=PZTZ(t;p{QR`WsAHMDia`CXu0JR&T+NNS_Rse*2P_HAPZs`K*Bf5qmpmM`h0jL@xNDCgdHAGM~yx5N|vTf$GwXKFH%};bB zQ$2iBz2Z}_zlI!Dqx@mcD%HGS=~|D9*cVKMM$M~R@mAi1bJ7<9Sx~y4YCLG*lPHhT z6+vZVBokqls!DVnP<#{4odYv^xqhl0bge`H-d0yc;D(myr#dt+t4sG&9i(eNa=~(4 z5rMlvzMtyYz&xSaPj!^8HOV2XbVUU25V?M;%L8+UNh7d{7P3u;EpKYPxWYE z4v_h9`;e~H$nf{;itrj58DDF`kL25kKBDFr$~_ z$GhoTi2%H_u86=5Ey0f?fmvOeA0Mu3KXSpLx*`I1fjmDxDKJl{^5YY9tw|0!R#$|y zL$v#O)Mja2>^c5YA>ly2;w?cc6v=!&2cbQ*U}wP{N6k70KPX7qB6{o8b{L;${7S47~3 zF1uM;VCI(CEKS#9Wb~JGMFehixyI!8ftg>WG5M{o70D4_>xu~65#@Q>^slNz(uG=5 zYEXr6y*Ir!_R4975YidKiE)2}*<*3*Bx>h0p zpQ|e(a6?OcXSp{pt4n`pxkuN2hojK|u{c>io9krB2@s}ig*Q!A-V{l(t98iF`&5d(Lq^Inj5e7 zZ`VFu5mYSF+%>h~#=j2C=;gTa#ky7^0AHvpB5*@XaN~yqv$`}len8iLCVGyaXP zl?cGU))f)Bp(U8{n!v0s&5R$@wI8|QVOv z#-qQk4l@?&P$gzO0<`eSjECup2;33nnejG(IY5RPx9D1pO2ABA5njV<&{|@~oLp&$ zAT18jEy@-%eyP^XIN1jyUqco_b}{2vl|Y4As>F;tbp1~diZT%ciW#38lm(@k@yY(} zdZMlfDip_Y*VKj?Umuv!%Q53?b*)4IzDid_;D(l9#?J+2b!le&w66Wg1#5Ig1nvTP zX8g~(CxMFj2;Ic7ZZ-_>EpLLI8ajK_f%KAG`oT@ishqC7L+DKH1f zFyrlYtwtqa8(k4z!)wr5V#b_YX^0>#j?gX27Bhaiw#<0SqDYU?9-7O>QiPTo(PU>L zmWd@3E{>e661*^Tl{j)-7YPKW7!xs|IP#f6Sx}lIpYGqTr|OEJ;&C!}O>H>xErA)m z97n!M*GdH7>vcs0ZfFUP{BmGcm*&VX>e`Q7@SLuQz+E8Ek^dc-CsaA||LIzj9P&?H z5rI2Ijw4U~raBy1s6&-F@?_A$Cr6&BDD)E7VaRs{X7q9l`F33^5rA*e6%n|hB^dG> zfmvOeA-|?;KXSp#x*`I1fjmS0Z(yEKWys&@T9X{|Z(R|AJ4B8lhrX>2Ll){#C5F5q zXyKC~Pt_F>xFgClN^4OhM|Fr$~_%D>mO5&`%wT@isBT7oOT9hlXnx$<9h?ME(n zLsvxLE|BNSYkyZAdM1SJyee0208M;SwEqrRhsbf|%>#3W%Gz#?{v8q06%lyJD9@GW z2j&17t~^iIY7~-Y>x%FiUW4coSLWnOLj-A&(k;psSAMOwTzL|4<`LduaC{2(r@o(3QbVX3v_$7BuZ3yxsff>CVL4Huz zN(A8hbVUSiXbFP+L10#wCdhx&wI8|QZCw$8yFi{G5C2bf2(l2il?n0?(8MP}URzg0 z;0}=^$Xf>H3>AVrL)VH_GB(#05x67D6XeB#IY5RW@26`uGW>j95njVgK3@Cbh zbx;));^T@h3&lH4`5;aiDE;KMYupl;_A>l=g&A2gq>bP5m2wV_gy6qM$)=i6e8Cr6Gc}SfYy{ zizEM~wj6m}tFbE67EiX}8di}MjH+~vrVLjJSD33xEcvIp5TJm1FcUGLSn{z!Sx}lK zALZY!t8_(BxyW+Y)P^Nr9+=U~vE)m2twaF+m9B`u4K2Zv9}Udv(k%HQUHg#>?$;F& zxC`W2@`r(WLX{=Ir)y1e$UC|s0(XcUOI~-ak}O$?n+bKO5;-0UTKFW#gLOp&?uhc_ zxH&Kf$dKb7=~|6Sz!th9yoT3cwnUCOxzZ3pS{$HTlr3`n*V>ZfNd!hnzzW+Da@K|U!c3rZ8@6a3rtSX~iRHjd)1sSQECCNQIyBgj|k zT8RLBxvq%74J|>Cp9;+C(ggVlUHg#>9@P~QxC`V7@@Ij0LX{wYqH9fZ$cMTj0(XcU zK^{A(Is{p$LzM{fDA2+uL0(r^MBt7nPms3@%mFe4d23y(Q3+_)72!3!2D>GK%*mC8 z2-4!Gx<%O{$Zyq_AdhK9UkJ?V($x4_UHg#> zp3)T&xC`W|@mGO)LX{eSp=(WY$Y;7D0(XcUHC}J+>QG~$4ppMY6F>`})Of6}h`=3D zo*M5Gm;+>}@s7GyqY|*4t_ZK;HFzyiV@|F#M35G3x<%Qd#&6e_8jowurf{R&?pUG| zCNH%ct6crYE2@Mm%vB|FoX~{;p{SdQ7*OQ+?4T?tO^(m-Z`adwMNqjog}bIUhpT0`QHxA_6zG1UY^+FsnpM=p3lS47}0kSE9A2IdJ>a{RTfHOV1g z>52&4A#&t++TiMtW1$XJBFF247Cy=Gdb%P4cSLz|yjNfjkRivr>spOUz%IHXyoT3c zwnUCOxzZ3pT6F0aWs4lYQ(JO8>A+;FJ=D6o*Jy4{b{mP%(g-Y);3CK?tAs7gStWv; z(S-paX$2E8pa}B$L0M3mAfM~su4n6tpt5lWcTH^w@;!kWy&OTlQ`bra;M;UX1a4>v zg8XJ+R+lEouj|^6T=1%{h`?PS$H)E`m={!5O88#aisXoIbwvd3i1K`FlXa>?h=n>+ zYNdqf@OGa>c$%&Vui-Vw6!9@$murY1EfTs2viR7$<@i{WS*k8;GQ-cT)iC3Pew>Z@ z514k@HPif@&%XQ!rd<}jFc~i7H)`!NLTtH&*~y-sY$6s#LI(Yp$z;4cmT@t&L#l)_ z%wr{HcAzdGs4%xO5gN=)+n8haF*2~?L?`TT8%br1c9->52W7qd*v3x&-sZIR-mEzU zoNN9Eli`^3`8Q`;*POc09MhUgX4~RMx+|GPtGcXtVSv`mc-|{m^L+o-JXco)g_^Uu zLrR4NU9)dDzX#WO4lOmJ5D|<-I|~TuT|)=NQkiTd9-5ozi@}1=Y@@nJqCK=E*6VW3 zy@9!AyT%yPtvTh^tr-+T)tU`btr=8n?giBZ@7<$odI~Lf>Wc7sPou7(>WY_04H2Y8 zZ+Q%9N5XN-(-;RcP`NCLM7txM?h#^t4-6vX8?*T4W_WXRuk~gD0UznQj}Y)aH{9Ao zi&w6tYiiwMIdzT^#d+Fb)ktWb5y@mz#@^XjyxmB-O5cbf)uDnyC7s`(vE5doInvz0 zRcNzR5NtdQ^zcav*U=S0_#VVWRG&6&I6sl@#d$&Cj(v=Tf!o=)+ir2MH`NlDLpExR z6|`vXw6(B3lNKZ2OkIN#?whzlYlr&@7S`cYdPg$V!zv>e;1>mE--(SD$eUx1cMC{g z;NPl0(G@{RpUWLnZ8k8`HvjBoJlm59EsFFQZhWr@%>I)K_K&icHz(N31qUQ_tw*r# z))nD(fJSXh6*@0m8X`yw9`H0okQTgZ(-1*g1V$@bBhVng{YPdeVHKf7#tp?A0)yiC z#tgo>IoZ)1wcjk@@VB}kA{<`LM3ii^n#Z*k_=eTIw;KDby>|~>Ew(08iP`364)13@ z4yWONGiR^WVBUoP?TY{14F4?{WZr^5?1n$w3jgKI+gN%#OYeYmL4$cGJGl!|b9cOP z4@~fptT_x?p9{|InqE1{>7?O9-*$%Kmntv|FnoF6k(sbg+Ec$ZIJKY@uT8RV+pc3O8KbRhMK)N$va z?3N$V*h8-rDvBNa+i+W55d{COxErd?7{_Cevc(#UHBb)?%;*yuvDI&J_L2?LgLExN zv1hrih`^0M%W8~byVUXl^xQ4az>13zn5NgfWoTKi5$QHk@E_Iwjc_?o}2 zz;bM0zS;x&tXZ=eJ8LYLrJJ(_MWJ=g)WlvqU|ghR95;m!o3=;kx`e#CN>@bSUM>4w z;qt(IB=KG0QeB&o*?*-gB5<=$vPw{BPBNOs?ryOLc{DKNuUBaNw!7XgR3;DU+K*gt zzpjYDT`+8MHpM|2|FAWi- z#aP{pSk(Ew+EVAKk#suNnP><{yRwPyhHxU=lMeL&myWx?OH3bD9U_g{t3;%y!Ml7C z>Ghe2+7RjOMi+V>+~W(_FoFr(z}&vfyiM*MuVyJ*)(UiQYy!OstlwZyWrG!8Yg%wl z{zr}3Oe~&m5i%kEB8G+C)YY1h?vC|_)A;=$nLul`!AG1^tqfDN*jZV!C4$Q74opPJ zwx~w`LU|mFiKgJYkil_~_Fy0Z%9L0&yhIO`fPrphlgMIV^O6{FWl8jZm%2)l{x_5* z*WLe9T*eB+w}Lc$`}G3hSN?%;fwFC6fv}Yv5DIw{5pkZnZjy*NM_F>+5iurZK$lgC zh_J>#5FS%Di7XIGM+8@vME^gmu9BqxA5fND!v7lNkNUki?a&ZG_0oE}8L{}|`?ckd zTSO!AXf_Tt8&b$frXkF_AsWJV&qXmZIdr&cbypmjnAb{VaxlEhCz)J}i6}`XOL7RE zF+$}@#0Im$#B2j9y9;Z!W&Wgltji2#3k!r|b7jLxIw}8Ss~#ypharapr+}N5a#^*M zrBR%X>dHz6mQZ=;SG7yNyz_S}W097!w)C*gW&XjjMBUy+cefEraQ<+=;3#hju})g3 zo)t;x?5iwUsFU_#B1%S>s<%>hl*3q;(cWnkimC@*$Aiv38#Bi!TTV9i99%_sxvd}~ z>qzxnNFr;cvgEoWYj-(h^(Nyn7`_6nBj^Q4WMD1DM8<=!8~x+!I%WIG;wxN5d=;~W zh_Y+c^CF3|E0rbJ9c4QxqpWXR54_&+53kph4JQk)gMxuq-?k#IURKY9B(7dmmRxsS z?J9?>jJ0!E$=Ee?UEg)%U=X3!ppgaFVO0c|XbBNvYpLf%5@A35|A#P1cHakGN$`^)XB<{>yD^x${`A7bcdq=rwHtpygHnYCR2u|2KsmGv4Ol-u{uam$JoVBUN>f9W625_{;N>cTte=xM$#h0Yp5-)H5K7rw(Pwb;r|o zm6%n=z;$UN@luVyi~S?&LS?hbBI zNy4lN$F)*fx0I*Z6Yr@jFB$&cDG!Po&YoBx0Sf2T0f!wuHult?6G!=`_v1iBHR!!i z((`@Q29KPH#2R+AdKM)iHbPmlP{R&mB5F6wVoxH zWn)(?K=`?>A|h@#^;}6JZf9l5bw}J@YKX&SUcznJR2r6XhN&2yh?npWxo%|>%0kWz z5ON-~h?whA&z2S)v;I6 zJR%0qQ_r3x2G3EJ{QnOI+hge{#5<^D!-bl*RFBCT{}_Bs*_8FgU|I8s7<^bgdy*J@ zKv{C#F}Ra#9PErGVx=(mFaMbPQrUE}m}?6p?zzk%V(fGE>_}qlQ)S6@$Cy-$0xJ{P z93>IXM7m*d(Na*`WVG)V#dHu6OoO)iEs9cB5fL{{Jy(*5TVGjn-4Q3%qCneb)9e!| ztW6s($?6vShunV3CX|hC)o)RhG>eG2`Rdt{#N0e($t5tS(V^SVE<~NL-{`OpBK>%xk4D62H`iCw-CVXCel| z7l{p)gNaLZ$DiDfo0IaDJnvPuu!Uv%5^;~R;Ut|@WZfo5Y`4EIx0K7Or7V4UxKmwO z$?$etdFR*g%foJEEaK=+FJenizuO1?!SOeBdl#MAEtKFQ>oyh1P&sgvH-%U;zO9}W zN$C7VS+Y z1Z#*$+f_X`l1ST0S#sTx_7er9rL#RfkrYhy#yuwBdsH-Cs^6l=KjutjTgqatyV{s5 zV;2#9o$C3LL|?nIQX*rHz^1Vlg?pQ9BI zS2l?(0yZm!09TGg_aCaRk)-<%QkGnI_fIJpix%nX?T&kJaHfA8oUUveSsb)f#DObo zA|OsxS4|QSCo4;?J0R980D{evg>Ah=IQ+ps9PU=Oj4T|stOy53#zZjOp{|%D7;aUT zTz4=~<$$ZVdV<17{!#G0vPoo7P`Prz9Et9KS6w4X_rIkqc_6qyQ*v$WN#lHTgYh6j zjZIg<{f-=o?jNJBk)-=aDod`r`^Uo;i0$E6g0Gm6On5&=?d=}{dnsE*76B#O2i{DH zAlO}9DM=9QqAa-t2sC;Ds3U>5Ks7{AcgAqtV1`;iN5aQ7?nuDFsW_+C=ztYMWAJgc z*gj_`DC4;}7%_8|Iuef6MFMps9K}QogpP!Dv4a#%>|qF3C>zv*J9QvjrferkpX5Up zPh{hk9mrr`3-L!WFkGUpjAUTANLjKF7=Fn_)UM-Tyw`9Z=f42@`0P7)R@o}D&bMm^ zZys8_KZqcBN?j>Q5ImtQxdaF_LOazCJgjJlpxR-TZbq!y;gj0d4#StjrrEHBkCEUKPN_(TBOIR2__jcd0R9%k@+p3}+%Vsso*UFWFw{3*J5c;yEdt==|>SmxN~H z`rAf&*U<7z21c7CqDJ$UA?I8gIE8h(L(6)NNVkz{X5%YE^I(_lY|3N#mY^)3pVipT z6mDj#g&XPSY(d$mV_IV~DB7I16pb4&7{1y51Spvgd&;Xl^ zTU*x;SqCw>0Jp(IgZLqb_p>r~8vgg4FCHPIht^q~`1JRMs2@vKNf$nq3qkqg|TulzpUMzM*;iYPopJeRFk8NZtxB+nO z_gayFM(G}*Yj+AJhjF8=4Qzb|4tH*{0cXK4P(V(&*aqY#_@6Q$8{sJnkQ=xFd8Dpk z2$0+`RRE-h2-1SbdJPd&M-TC13uwXpy|#7q2E8dGo{Y3Nu)VZk`U4CuEBZC~M#xt+ zN*?B~QmuWRt_`W6UBg6Z)Y?_wOLhZn#5s16Fe2&I%-G&;pXZe=Y(*$))jgwZxZ>ea za8iCdt5s*gh3~w^z{1*fMe`?C=})TbC&}?2SC%Yr{70CG+BNjx6CtcHAA{9J!o9Gj z4SW&8-L|}__#U)UD|Z4azE!r3EGo7xj|wq!A|$?6S56WVUnxtjJ0vDDNMsYyOsoVP zW=!x6hs{BRTAN4~4)!O)5<#NFl`#P|#qBL^L@)(GWpI^Geu44G zMsS`on2RG3b5)66o}&u^qL*he5d(o2?0N ziN2jb8bnlsI0`YkFzA@-h?e4+5}`0cT`5T@3{#d|cPNa)_5)knDAw+Y{(JiO|8B|# zkuCfiiiO{i6Vd5At7{_Z^c|EX*WKwGQ>g(4kihkEAqqgF!J-2mAawf&LYK0UWPz}a z2!sl`6TxAqYbObgHf70m2gekL`4SPV8!$Y0D~AjGW8yqz+sIsB0tX{Ckxp*WLNs zI*JV23kEh@Hd0a85eF8y&V*A2ZX_S>#U8pWt35pE_|iW*K3BGyEIRhCh>mcj?27RD zR9#(3_Vo>Lwp~zD`C<{VBaMc_;u*#IqPCf& z+EgkIRLowbzNi*>ms*?3!UFY0&1515LSGbXepsu(c;d%0Wt&?0q>r0Rluae+mb^Ww zrGSqDJlMxgD@S68Sg5X%WQf>TS+Wo!_F*Dw*XuMKTWmd%RUXG54{G@AbUH@a7_yGH zX+;UgLvBQ;AE~a5q|;X_OCBIjk0m@#zfsod=e_xh2KHANMJE*d>y)ihE$_z?qW7;+ z*GAI&S1L=cyZ1+6kxysZjXsb6-;nixX}7Xt9MLaV^R^V^p%{>3vWLZd}pK}l%LRF+)#c)*6TG0QH#H#9XwP>(^AZrHPW4E|Bu z9)m6T#^W%vK@iXD`I3%7&7~%TFvuqJpFm$RW(`CXR(4}Zp<$JoR~)TZWP z6KluMF?y1rtwPI~>0lCVyW4&XgR)P23AmJDlk%6udR?x$Eil(? z*BE2EHK*LVHG@K^TC+i_v1$0dpqk*ln{`c3W#L9$5rKPe689bkA(&zwS`vwN!{!|> z|GXNQf7Y}7gP{oC-rQ@wU2wrmy7nU%yr3(>>jENH($)JQm|ena5*`#aM35FiRYuz% z7>Rdhx*(QycI_HknoT5ZP+03`?46Cp+hG-gWFmBMGMfs`fu2qmP}Z3e5Y>YI$(5vB zbBgQ6AY(0+(Z+RaP9~aHgKo{(3oDl7L7<>de)c~GBMpA0z4pUKu&zl*tTUS`?hcm+ zHVe!H(;HzJt*u58%ZtX|#J{npGZD2k_JqA7=~y&0Khc}b02gLchg=q(8<>SBHn!or zn`8KHpu_y#LMYtZzghRvHLET~m<$ju48evv20xF$x;^eCkc_}AI|Z>@ct6xKh4%~A zZS!y4u&xLS@jvAbsy0&_djKp$n}om}13m=*tac&$)WGaNt`XP2O+r*IyjU>&$+}jf z8vaCG5rG?i>f&q$1IoNu+z2g-^k5{PgQH91?jmq~U@q98G09YD?f?~<6HJBXc1s1p z8Q1DslALjsu86>$u}&)v_IE-5xxnl`q>)W65NpS$b?rkYUZX3*Yhn#LN{p6QCK@70 zi``j9s@Yf08m1e~YVX6P;o5O!I7VGq%d}{<{@=h5FugHisR4DmLygik{CB#3C20Ix zSA^Fo8h#~caQdbpg0z?x3^bZ%!4^N*O#$5#p4JUuB^`ri4)4Wqg^4ZK52}4L13+Rc zWUu~bH)#MhPKAVEJp;7z*{IoESA?{qv|B$L&QHMFh_LnxRGIr23G@pTXv=5rD84u_ z_iWS{D`?Sd?^)4qJ1Q+k_x*GYN=0}+6QR-e(Ix2rz4r_Vfc5!KN*;PCpKEm zcxe34y9K1j{aZDrD}s>T!5vd=az4>EKW}v+P4ui(dQM>WpH#3vZ+0R z-NX;S<3HYvhr#A8{OnddtYhAWhqcYy@i4@^0}q4EJMl2cyo(?1#={iz9)9+FJgj5> z0S}|hd+{*Xyblj+oA>jx2kU?$`5bx!`uAu4jzV>@8V&E`8WRKdw5vKd>;>!%n$Ieu8DiM zFBrzQbA$u#R{&YT6@lS^YbwG6xcJ3_;U?PX(I~oXv03E zWBU0|z~~)6jfJ~1DZ_v*M56I*y9FV1{$T*6JgyylCMIWNatvuQ9nClPfT}3X^LfF_x zqBDdNp0Opfxj7J6bOR!c&Jb#JhM1!>1RtFt3h4|{h-Zk(vl$%e3~@XXMXIRYW49gpxVZoy_EP-@}MUl?1DB>B$*t1!gq%$m>bcUsr z&ak-B8J1f*!vaiaSb*^i!FDz)$#jNAn$ECn(-{_WI>XXVXISj%49h>AVIU}+W%Hvt z22WH~4Z+ge{H|5ugV$jHsNWnOdaC&u5TQc6C zpOWtFiX~RH@O#rO(U!ucA?+uGTuY~h; zpc^2OfqzD{8?b~w?-790q3y{i66F3xY$5tZ`7yEdQp0&qE)@SBwu>XRFY<@Tli%oRGI&~SA!J*cv^Oj-JScW&vzy#KV z@SOD{s~tz#XAojL@Rw|U?PzZ=iZpkcI;bH()oZHW-h#2rUEmJ4q0Bwtr$y$TnC6Ew zqbyD>?gdMX&KNM>4qD{wlTI3b8EOAAE7b|-=8xHF3nuy7)CHOlsSp0qIQuyfzNDNj%f(4Mx;+2L2;L2!73=^3x{`AyA@YA0# zx&IJI{{B-)Za*CFK+=nMEItB$ies`v8~%EV)&^Kldms< z<(9e!2&f z6CZ$N!9#cv8y$G@!AIby=O8gy0|bA%{ZaVoVN9kxhQDKr1b<)earkLdO!i*`$(Bz+ z@~@{MIpkSL8lQ*c(-$CF|0PJ~y@HQoD+W-9tr$39D+UhOih;x9{D7?(IKx&99IzDw zho|@fTQP9P88Bt_E z3>>f(0|#uyzyVt^aKKg!9IzDw2W-W_0b4O}z*Y<#uoVLbtYP7Rtr$39D+Ud9%DzBb z&%-3W5R&mrAX&H+2{1Nr@Q#(O@YBhd{BSTN`y2|%kADiuE{8#~_;5&m5{6{EBOtjf z0?CDKko+zR$+hi}Ty8*;?||gwPW-P6lB;5nTx#Nf-S}S|-}r&`#z_hIsS%UU(va+! zg=DKfNSapSf2;7n)%f3$_}@|ZD7L>)*HJir=2iKoes(QXF{^a*^s>V3rJ4shh**Z@d0ep;Tv9rGxIG>MqY@&Bdq{? zVj~YPUj((kc`YWFTmnhl#SjxfYTMH$sxX z36jr#hfiU15#^qL3;c8?CbMscRux&djOvP{!^R4}JP?2Q zYLJ#=bySYkG&xqK!oh z&cyPZW5qegN^_1C<{ayh$g!fFV;~Xo-ITK59juqk@E5kWfgmbI}=U4&G zvGSW^#W%-FZ;ln-94osyR&-BgB{#a}01f2A~{6MUG)0m$jLgxz(1Oad0;`<;PeZ)UYrV8wA&%pX4D? zy{j`_$wYsC#A3$l=0Zo->i%;9OvqNu&5)(s3P~>0e?otLBagTitMhknOS*XvAkcbr z2YhsUU@833ZOcE}f-|dN6IIwos<2>7zf;_|GeO*UkUdFpFmk4xxJgL5#E}cT~yg7U;Tgdhmgy2*sYa4}VCYE9d!UmU2%}D55+%x*cz4~ zMg{EsFrS2{9C)uh1e26jhhZR+OY9dY_D9fd#%il2cDbH9`=h-&oSB$jRI|8TD=H@%!#Mk(kPM^wG{578^&&n zb`c7jf)MjBIa?AjgVK_q0nr|d76=AY=rfRDUJW0Eq|C$=0x@i#Ru`1+1QBNP3|meG zb$Yu}xKMn$7b2=l%yA&WeE3XTOajXoUWjc0Cg4PP)_m+TTL9Jm zP63Xso!tb2iFgH`Hm6--i*OndXL*D(5f~d`6?Xi%Y-ZqIhY_g_pE3#$Sbdai@wZ5? z`}q^``NyubUr5*!pKr^?<4{rbCZQ|OE#wt=-kfr^Eu@?hMm!$tO_SkRCYs<;vm3sL zbIWh+fQ~m4(D`A;+;2Y$9yIU2)_%I|+k1N9tDEQf=ipIupX==Boo@5K9mf2?1|Q(g zZnp{t!qetO*V`hfFH^K4i10jo9Xw}#c7y$}6L;SC^D$12);KfYf8km4$2Zvm%4Gm1 zFhg?}7>vgQOW^wwqk2m2`YCKK(D1?JAivk0TNIinZEN zU~r^~xzX<-p^9TChiOX+u$z3W|J&VV#$;}ZGVl6>trYbqlu?SwOv4Z`r1^c=hvVvs zV{)GWk>=9-Y`N5yW83;=BHf5YI|H`Saomh~9X#a7q4Bv`B>pKyupE&3czN1od5#NU110h50+Hgi%Maj0vRqv_Jya-&PQw!^ii!3 z+=KI8p*s?~?(JuAq>%Xl-0m<36-)Os%qQ-jTwIxkAN{SG9miXllOA{FlA3VNCt7AFv1=Z73gHsmC4k9kL^(fRV`q)J zzFcx}bJ%RgXr1TMVF^5DZt#@-tixN_cVxX2u+N?iccfrA3q)dfK4!w>=6g@uGKl86 z-e1_vzH~?G51MVS*-uZ-W?-cW+&dbk%)qDeY@!=$xxzCz;LZFw4s@gXU`B~& zDoE)^DQz%Zj>omlN=dPIvPE6odZciy-C8i#j!S5fl3-)QEovN&*xMaO>{U<(_+1vl zB{Pg$!hZ0uIROUvF$w0#<#5VBk>C(Ovk!;AQe8}s2F7tt~s#^>yZ!*k|A zuTK`3)NJcB6m@Jd*(agwb9-#%5A!M8(F81_m5n|2=KtbY#vNfSBRAVY)q6Ah5-C*F z?4|Q??BrHIwO@L8^nKnnSAO?`x0+2bVw30hz(8J2UED0YJL3S+Jz;<-f9FrD z_fC;&xiY&52c_-=gHrj6s|YJzA@dIso{+|}ybq3q-2_I$@;4t)y(~LpqARo8;<($h zVB9T#WvlO3CKFNUs>P6B9L2xJF}|n57+?OvWqx1C>Op(pjhhxQn_hs!i7$oW#Qc37 z)p(zyZ-X&$zDj!>Y7gji;ZskXG4LiF%>2uCTZJXnP@&jR6_(#?;63KqFld_Rw<<3y z_7#)8>@pmjeH0ANuA(!ot^}Kzy3l$$jswrYIB@>H<<+pH(6)5F@g#Vec@zvf=Wkr- z_l<1Sf<0u!^`_HtWP3l1Y_F2zN`32Pj=K^^(4PS#==sZhN1EcFUtRgT1jp<5!+3rE z%KiOXvKL01S0~QSK`EgGhku>f1B?x!@6Z*EGB%UDT>TX;8o_&Z7yP7hw~3O z4Z?W|=0rRv8U%}-A>DM)AQ<`uEkYJMJY$Km=~K8?ffliMZG!LG@Mt^h*($$FPHWp4 zOruY6BF1Jg5raFUD>#jc4+>&R?0^$NHtMsLhy|xaiNT{xixyD8oD4HjxG7dtTMMgM zSOAO#rbuUJ%IJjdy8?M<+H8SSVm5*)F#&4h=;A1h`x43!w++tCnGADtxHgd>Yy;!f zW5wUT1-#hY2qpyu1X8<)3chU=?Tq6lz)4AyVNw!TqUs<;C0K7VZ*rA_1t?&SwIhhR z{V{OLgBi}0GB1TIj$kIV=^QVxV`a;7_@r1Ncrn>GFxfx14Iq$jMcIyERpd!KNU=BX zh*Q3%!;~*>dZDH-@_e~mv0k_+bXld6vGzi#V{h6DUSdvxd1d@fM|g3r^CrhL);4=$ zMa5p;1n)J+on*hI zSRaO50)7t9nqQu03n=9n{0fepu~tS3WuIAN5YGKv1qsiEg$GtE!FM+NXdi=j+pooG zqvi|v2;pHmH=y?sRs!%x*Ry}cXa947{W?o!@mZ`DOTB-@g&^Y>7uhnV@b|-b8a7Ud z^(?qX3jH0GzVKp~(%Y7Lh^g&pPaBc+YIk=n6L$@Y%fp;lZnmw;inAuZ@h>c>U%>@T z*2N&kY=^0}EMw!8Dor@JiQkN!&)E0UZL9`|vIWw^a1{Yr zH`y{m%$#!!Vx-zQf~yy0&ZvM)BiRv#?`8noIhpAlTdk zCVX@0R+$wyDYYNMiQ?vYI6<7SWmOvDL#$v}EW;(>3KX#I?e<$OgOm`^6DfQ(W^dmc zo-<#(Q}SWhWZiNnd-xrA&g{L%es~jZ%@S|sTXj1hKOUYm$J}c_US4sK>U#Hdc+R}( ze*59=%D$VC3(IzFxF_2P*(L9O5M?fe>G<4tR;(+L7bXv`m5_B9h%rBX#FizqW1y`I zE(KuDc@&-}NLW-~YsW#{3e_chDau~|aa*^2xZSj5J4(Cz9Wy|@*}BGhN7lTFEnCoJ z-U&zZE=ckt7P1u#=8BWiyJmLHWG*n@z`M8D5a*j;i&nvjw{-Obx>}f?N>@LptA**H zboF0!^?HiTrGFh!28PN%Dd zX>4?LGrC%sQ$|NvVu7)nA{r_$BJ5DdDyGhHow_NJ@s126Y4>q*8BymXcId-AKS zKLh(c=_>0;;8$7W2s;w!>OJ&cMwPK0L|0#=s|8j}SKpwkjGH0-q^lp(RaS8$iK456 zprD2tjo)y!6l-;q zAuztyfITkomSNBwvqn=L32*J1nIC1Xpb<|(SFr($zlB?2$W0olRWh+8m0X4EXTXYW z`62v9SdfJ`>0q_Db>_2yS*P^3ozkBl2J5tN(V)oc=E7OmO!F9c6^Jm8!;BseNq!^` zi6N(eA!#F$igxvzr!mcnJT+n&y94&FfniMit*%#jU!0$?gsle>^1RJFXe5NXt1;fK zvkq=3+6tSlu|0>i<6=(c)i5|DKXTsOS*^>L&J8V^wQw$8pYbMK z!d0HkRd8p1_-y;rBVK&#E%+VRelpL2+wxPbK}(?np$!t66@~FbVEDqTo__~!d<^g2 z@@=?#lCz&5R9kA`#CH_i`aazAINmtzUAS@V9Kb>|43db)L(ABlT)3zGQ@H#D-g7zJ zou4?Tus#6nWrI{0N2SAkBfo%K*5G}&z!Q)^KIJ_$52wq+^>e<0OHbnUgW=Bn2J^BB zHn*rm9-jUe+=**gnQy^^`LX*zLlSn6poT1nO#d4$KaKZn|25pR&QI6`ZMg8jH}Kmt zc;QXBCBF$d2uu+*dfC>9f`>l(4jyy&?A$LVc!*$fEC$TYBk%FkvVZTj;;?i?Kl6x*)!O$ zi(!y)DzqQYtAtGmP~2JTfH+*N%iMD?h#S2S8c|Rr;GRThrVHpFksb|qyo7gbID*~5hDwF38}W{B zCcqsp;~fvez4e{1?;sA&;41epTn_HYlbo@U+#cjw2n!g?X0y=lD=5VK%MxaBW+%Uy7D zeq5_H>KF~iSI2;xUfl_9!gbfo3*h$rq{2*t2@l6D3f`n-x42Drc zDlQE&A%~#a$%u=Dp-{<_(+o62xN4KOIn*p>>o@6Zv})CdaNqBF@4b1SG1?5C=Y7vT z=gxSZ_vQR~j=sUI$2dxvEiG+CgM2IeI!EQ6aJgJQ!9}WVDdS9oY=`An(_+J4Do@{@ z;`Cci&o+MQ!AlhQxEN(PcLfcSX#=zNsEsB{*gmy%*|8Hg!; zS7}(;JbGgGfC=Dn5x`>}fCo7M4{QJ)y8t{!0eC|iQ0i5apoYVlEzW|(>0Gx&ZoOA%3U;vy* z0Gu`eoFV|63IKeh18hELsKn4;=Pv*s>i|B80en;f_;3U8AqLYU3rP8oo&NGUiI z&R$()dH2SYg%EHXLPZg_A%`uD%8~Z*hrk0)BcS@P+Gko=9%KE^_V~G zuJw=uq21T!Qk^1bSBt06Tj@EFa`S@*!*Pj^AqvI^Cn4rON)3QK-Ryq)pjmTu=3|+< z->y{D+R^hix0v!Kc|!Y=iUYxvra1khPQ^4L}l#jE{!08K))AS1w#ysx^wXV0; zmy_?ft@EbWBR0sg;Ffq?yJo-ZcAc=hYI3Y{(Iet^c}qo}^U8=i_lY;rqwA)svxB#5 Fe*h~=?0^6O diff --git a/docs/build/doctrees/examples.doctree b/docs/build/doctrees/examples.doctree index ed989d52148aa6d2ca507ca363862a42a0b5104d..6110ee6ce5b6266cc798ade1f35c737aa837cedc 100644 GIT binary patch delta 91 zcmdnFp5xql4weSisf-(0L>V;$^+StOi;DFtQZq{RT~dp)OY#f!LsAoS6#|O#lT(X} t6?_v53NrK3H|sK<`o}p{g@KU)1SY@N6K8VZo-EiP*J{qV)tsqG8~~D?9W(#{ delta 73 zcmX@No@3{F4weSisSF!gL>WbF^h1kNi;DFtQZq{RT~dp)OY#dgJ29U6H+{b)qX^$r b0R~0}5Xex-a^Rl)&|j|AhjFV9Q76q( zneN%$6B3OeB+-T|Fj2Uopa_V1@kLMr!sWsRy?_XEc?s7a(H|m+fO>r(#{2*3(N$gD zUDMrj&hF+4zaN`9)m2}8_0{+NtG;@C_29&#t5>aFMgI%8`@LqXb9|=OXmq*_*B^!( z8{PU~(d`7o*A4gl#PES(CEV1n9rL?`e%&30tB|AKY_%JGw==v4AGcBdpw;$g1cCKI zt-s)^;?0ThjF}myI`7tkLEo*;4N%(c?;kcd+%pU(YeCR&%?$$7O?9npHGI$wH`LoT z-$x>TPjqUF{MW|Dpr`(rtJRP6-Fcn|KU$4pxLs7US5z|`gd2j|0u>rIC&P8^R>vLQ zygFRptDyzKu(>weRE?U9zt+o^9-6(=cl-YAakn{`J>dFBf^Kj24!5@G+}`ijUEg~}xL6Ik-L^jqa{eqQGi$VZrtb&C!CZ4wxWRYpL95$|#N3={t|yUH z@Npt&1#MUR6h2K5dWn>uv)FA6kcWz(#JW4&<0SJa<0>=bD~7B$n@;nR=F^*Nn^Omy z7aknU)tWmX_vTJeIRpPc3;#bG|3CMh;h=dza}Tm#%(FKyYF>ErI`FRv(P=23+YFA{vHg@h^ML56$%lgJF%>x>B*lThY9V>#7uD zPFB|Y=syTC+;ctG&gXOGbSg~!oL0x=ZqG2hz~E~pUUq0>b5*zwR#s1lt^%oUqc2sz z1!W~e(efO6V$G^m@meaaPHzxY8}s{}AM4dRjha7G@Alo9`93s#=0Gi|T~EKJoug2* zZok@S_1TZ5{f-~>ovWSQGqds&GSBXwcDjRrNY1y~Fw&auMmhNhBS)_mG^_PyEvUBL zqi$PfKG^M`Qk@jbIDjeT%2@Aqj;3X-5B#9JC_%*E@3dQffM(o%&$LtP)Y?n;x!@eu zRqfRS_4U%3eaHZDc2Hyv)`=q5*V;aKq?%ygH8R3#s{sR!8nHX}tut6e+x?zfJAy_S zIc0LERX;)?gPg!Bzqa7U2#Pd(4O;je)E0Z{`~6_B*LLql$Dp2|e-Cv}ln-SV`rQE` zP4$So6mL49deBA_j=EKu>1xrwW32$tUJYvg5t-Bh|3Saj>JY6_ssko?XHqFZe0LtY z*6NVZ_sv`}?eyIR7oTc@Tjh$BBH=|SRP?zz-$xJj`fiWor`w2k$sUGfWC`1uCDb~d zZos-nGllT7yRW(^0M_kyb~78@{k&=CDrq@YzgMe6aic8G?&m!ZXvSc5UpT=^3>6YK zbtKeHkQ37DUF~qF-527QqR`hV#IZD7eQa1W0ksF@Y7XYyY=GKye6hWswF5&fqy@`4 z>M}5%N7*@EU-;9dM<>5uPmEY5qV<;c(;x=S?kqUnc@qQ^hI8y%DoT|t0~+{6|>%Df4jQan-4V~ra|MUl=zyDU@YS- zZ(=N){BDb*t>o5BR=obAjn|FDD`#{gRhP}<8&i4Q$#}$!1yT*%K0%)*+(Vzj=Y-YJx8GTJ_2fv!v|% z5z zm(w?8Ya*Rx-;}7Xvsaj*u+1lxwtBS85>r)Hg+(R32`Z7)Lhl-+=Tk)4=8*!e+S_Lp z=&JCv2;{mw@&dYj4FON-F{H@7i<0C-a(g^#vTD0 zd7&vlCC(8$rAjmelMOo>(lohjl?N zEXga-m)hHB6KF0hdBjTJiY0lQ@N?EGGG-^7xEI5cb+j}qO^N@ZZ04=jTFPJuXJL6T zBz-F&2ZpGEvf)V#(efyHyw56+3=DZ3h4Ns?$Lz$@F+>m_i6LLG6HixpLA(@({H?vh z6N@2VWnGX9L-GoA{n`?PIVYYAL(Z_$w_-@%CQMnY$iNWMg!~w?&ss|v4B;#+4~C@g z66U}VRWKVvv^)w!ZnVlH14FJup*$FJmz{Vzh6v&#F~qeKPsb2JycC8UvsZXxF~nzG zkPAcd3iLJh_SpoQ3q#&yrEkTMyiNFT)+#bEgcC0?4|$KZmNFQ^Stx@c=Vl)uNWjK+ zBd>&tM7n~9Pg|Rs0S|wQLV4if2|Mw0co4)#!o#=h#M8A|5LfVkb5+=rWP1mXbTAb1^RR#u;6y^sqb^2+pldjoAU&4m!(XQgjNh`ddBuC{Xs%n0SQsLN1udE7P~z8)%bhE|_@CO5X|-d7JP-YZVzV z!HLIVV&ZN(swa&|{G|-%lh%65fCXow3|O3=a-1*$5ECp@)E@qqYR}iK?a2Uwub@yK zAov$M@pK>%#76?b`U&gcovyTkxCR7t7L!XSWxl{ZDq)>%ud*BvusX`j7tR1TId@|7 z%JedO18p+R1q456rEdj-yiGW0ts(;mIB^3A*zwiKaQI(J7hYnmrwkBqCdvT8-qEWEgEcj`AKg@IKH8Srs03gv;1m)nV_!-pU~5rw~x7&%Q>$o6Z3N-$}Ug3!ajmKCQm;7O*c|i^UvB)V#cu(h4O&MGwj6E!9x%q2_Bc(iKpwjAg;jUOdLOV68AlYRKF=t zJ7%3oKVawK#Nx>h@?IG!xI=cP(*-ApYc~$=m%6q3er*$B-cCHd%ky#`*oj*?Pxd8N z1aZk%&vHi1lwyh#hO2xQy@hf)XrDRgtTTe=4I+Dn= zCXwH_Gi{Z~Nb~uyop?bdG{pUBJMoh(?r1+?wZ3uqRXfu*aT}v#x`Uf{MEI_qkMy45 z#B-B*nE`QzjK0-$H~aG4 z*)nK?8Cij~LB9yIHI`F0(MVN|`~hntGn}L=Q7F$m=T08x8 z)Dpw^3H#36SM0TwxVglcDARwZC4%21`fan8MfO)LP4&}%SX-9SPyd#`pSEr)J*yik&ml~GKhHA*X7yqNIn{tiTd4+zzz1=pU z=Yr**veLK0a^5Dq-daV*Xw8YoM{Danv$t7mDKlbo7Rn&WnW<6A66i6hvPt03la%tm z-`che%yQpaQP3`3%S50uS|E@8)%bhE^xWTO5X}Dd7E&BwTcXI z;lvAp%MI3g%76=JA~(3$Glu6NY;(}6Qn0aV6xkAg;u0l=`f9!taRNoCUm2@bqxj+) z#cD^ee8iYU2z`n!+nw_e-+LGfd>gLM40OmM(>2$J8|Me@HVcp0d~-O7`1N&SC-8?} zn@1e*@02@SvWbxo|q&?8z4v_KKDX9G>YUo10)@$mK z;?8+KqKYAO^nMw6asOf7mcs&M_k|lo7R~24ZuD<6@>0T`8I&mIe!GS6xwW=dzxOht zL^1UDh3kb775=``s3vaC2xZU0U-B502->%ohmMSO0tIgSNh0HT58^+GW1BiGt!HsB z>*^H)6_`>BiRrxtbX1VRC?qBYx^$2C+O2vETEsFOtMxnan3t?ywE%eLG}4KY&R+ahR_#E+81r@Xh*e-P;zrF{Cyl+`yD=D!~;G% zE#C={N-;k;roS+E@DYZ-K~dsapivg`l_$w4>HegC z-=o%+LACuEC#8PhC2I-X_L5VtwcDH5JquI+O)Dx!1UyN%WXIKXs9A_@xuy?dQ&93B?gQCliBI`h{b7<}n?~|SjOoP4W@!<*y%Ow=v@!;IV%(qIaFC_#-@1 ze9G&6U1KOrM)MZNmHeP2_q;;7DvWGD3Z)nsCCBV|X)2LSVy2Q1 zNs6hYhi>cZ;UI<6A%7^X252RxyGDsJmgId#%@YRpN+#>XC`QRTEprs}@*3Ei3_{sfqZ!y6 z8B^I=$1$*90__n77Re-LUi$t?waimy1Dv!_jB%AansA`WgJlmEaf|Na zxwU?)!N*623uMMK;@PkGpqGs7s-BvY=4s8NEcG*mj6zuIr&t#xER~X%#Ztd+5Xv?` z%~HS0n99yNj-`GBv`1KKB$Jq>CPb2AsVRAmoh)TjieYk<%QinTq7RDO=6}_P9~LZK z1u@RFP0E6g{7u4>Y?+GPY|GU0s1BIg8n>ow%_gY|%e(-EQYNXCyeyXa9D|UZDdFWk zi!qg*bsWpQ0<=e1W+aoCWhO+DVwov<28LyxAXQUpVe*vAF3%g$1I6v~^$EMA^%DLz zX{KH3ODZRMyo{L5wo26?&5P(1G5}$f9ut3Jyrkr1vC5YlgtARd8!sPZOl4;s$0}a| z+9Rwol1a=e6Cz2m%9K35VU;ID(UeV^9Obgfg%R>EZj*m*MCNrWv{H)qhI{miZ>=pB zJ}Hr$LcD6;;vb^T7Mi~LGzk?xqj-r)eP_EoezQAhH~6Xz-&DcM&7{6^Q^U5mvA`Oi1}7p8i>04Ly6UON3t5UV z-*>Z~N|-Mt=Qm&N&euMAXdQdmimgu=q_VA2GvJRgwz9L1W5AyT?GXmdr4skP*GxxG zEYeTaz`rijKp}VQg4#x@+!DuCf~x&r%GCaUS5Um)$tzwcT?`)+I+ucvDS3YH8g7YC zIjdKFXtpXB#{TYzJ}iu}hidf1l=-4M2inSfyITwPn0U)GGkjxDusesI8Nn-dm1uuE zwi(=J6ocOPPcD9Hg`1l5{}; z{v{}s;zd#NG6DVpgOr^u;YVG=*vig24&Yx8+9Lp;OC=8Yt1A+B@k>elC1si?q;7@# z31(xmPVtwjcd<;p-U^DfTT-li+0R7(SCna9TDN76)2}OEgMD3I4a;)#I~urE_x(zl z+J6a!Y+E$rSjF2wJC{|MJ(YlplyN$l=g_k-x?J)WUYOZ-gWrPkDo+pGM zi)rpu=>CT>Be)U!as7dd_vpLrcCCl=oen$iiugy)6fNZYQ?nvkn(xf<;n$~KL9w7o z=j&=tzk3WnX#dZlah1wal`~VZtvz-rJ#{=C5rX~C3z?!AH$Th7m~fORxxl!ouFSwu zVt=UK{gy#0doa`-rEf5{va^nZ5PuKaBM^d1B|dIu0`SJ|aam<^tu;`{-8ypS0^oDX z)P5EUtrP&C2im#BYXWdW=TZPTCC_~}mcKDeFW9i6u+c-CbBMdch zdRIG>>)d!C?iNhNI6=JlsZ>l$jSDa48>!!v$Zs#C`2z25VVa-7J4()vca|eTu0bdl z7|b!Iva^nZb_<|A!W_9wa-!V>Wf~}?K0eyLx=igqy@KNXnY`jP(JrBJDQK6HXKCdv zmoQVa>?&**@HeCRiY8yV!0yHoy-*zNUMoXauQ1NZNn8TrWc@O#b~?nF;pzptnaK*+ z{%0X27r^!bCf)?FQS!0?+ZPN%*=VKDau`$DS;qmkFM{?6VB<2$32c8~rh!80;{)5; z9r1q3mYF8rRVcJl)3^!H&Lv(G*b*9-0&FRHf@J}=EK>!hnZ{~hn#ocwOncu5{VtAa zFW2JMuh_&*)L~56L~1&S#bW0R1dF99_}X7cl?8k~o2haFz9@NF;OjPnP%itrg)x<# zbsYHmVbC67UtA_R;cKBx1BKMbhp*#hY9Fkic<;+AUK73&8kYiJDS4X90$-_y3G5Q- z24tCRcNR0(_{W_Cq0=g)9S)l7f z2BB;`(xwI`k+4Ucz>1drapVe%X1KVEZFsg$Mq2|| z9>e}U_TR_=SrXM8wqN8_I^DqW1~_)x?skvR<_Hh3t@dtjJTUFd z4FW*6j~(3rS3U7hv)1dm9RTy3i<4Bi3pRQ1wmYudZyp#UC}*dtFlKa*5%n(Ou~b9^ zZ^_CY@a8*pL};N+7ZIWb@E*9w`DtLj3B8vcFmtY3?6vx>dd*p&jpvH*y8E4G5cK^0 zv$G4WpgEYE!C9}_yJ|t;@4clqH_NnjZ&34(&~U`c?wOgq5iRol0Xz;qtbt7&PNNfI z?(teZz}R-V({X*`h;J1^oPlG;^w+x$b3Et@ziAH6x(INDYI&vmIae(lgrl3XlT22KcGtmOJf8)rK_B3-9mGlXiz^Fi z5R_MPNsNdb!E@s3E<1t;UK0hPOT4Ki(5PgI_`&Mz{ruEu`eKw#{iaOt4TVrwjJ1z4 z6HGWNlw4q}we9u4(;$^SfNHMFuQRr?vyL;?{uXGD7;Cvya*nkhF4I6E_wmQt&z7nE z(<><6&*v4dIo2k0E@iAu$@8{oum6 zMoE(>`@ECQQ!tquVAh3c3ST7XIQ{_9K5A?Z$`%o@Ai&P=)1;H;RlR--lM_BAWf^E9 zCT>lp(`4CsT$KUc{IcBAQI+Ld1O|x~MoJe#CgqC?$>`yF7&}Q#BdSkM1JP zQ)Cr}Y<&^XkKItBs7e%6rGc2Gm^Llpykfn(&|#NgTPSD{Ln@h9xvr~kK>|e>UwD6MJ552iFDN~zfs6=1YG_q>y?C`M#=f%G9L6# za2iikY<|EXosEeae7=vdnVoeU`1~MfkATleO0nCP2_dD}cS@eOJ~fn5^_ba)T;~4P z5j|Gi+z0CUA*X`74eY+UlqIcj)e-7!e%?7+Yh!Oh#z@0b$~-N};F=-kGV#~~E@6_CoZlqX6GVt47=LnT>*;Yq*;b_) z;3NvI)bX$FpgqC>BbmeuFd>o@15C+NTY05XDqz;1%Xq%M?8dW{e4@whM6eM}6>@k? zP9EtNfwMbeD66$8sP_^d$qIa$bCJc&_^Ba`* zR8R8W(TfdIxlHOsjIHdfVeSuaKDuFhyE?RG)*E!{!GQnWcNY{*7$f;E74+>eV!0E@BN+ocbl9vgm z|HL4b4Zhmc=cA0R?5yM9^q+$E2%P3p$%)fnDbqk9_wjN1pUc$#k1HtNf6Xgi6Q>h8 zmx9yDJco7z!Xl{t9vBJyOa~(c7N#I`jX%FLLTwV`kDcll5xpGyET6}JY;F!w{VdN) z4_AzON#}p?tnX)8y$|9)GSs_xufqEyEiK&e0++=Fkeg1?-%3_joe>AaY*->z#Ty$} zP@(9J4exVWohc#v4^2Re@4)zGyy`=%R-N7SiVrb~0d6U1V(_{Wr$ul?qlTjwSlT+) z$IBahc$7n`Y?uUoPnWdHbk5`96oWTuEANx16YlF`jjM%U`C5A#LAG{L5ysxgRn<9;ldAg z&=}6&=m19;!d;xCfnyW#&3*sozC)WW0>Lvor=&=*#v2KR7J9{zo@Eh>QpZ~hsUv$> z%JFVOp`1oWn!C(KwwW85!=5z|bDLP2YMoc8b;8&ds8DWW3$;hWjR6>A691?e`tjTh zjWH<^wT_sUyp;8f9ezZAAJ36hfGP>EP=DJ|{SSe3Ky~>*l6>i@c~u;Sn>!vDR+>BU zj-Bx`O1J@A0sWTi5AkAP^RDn}+8yOlY^xGEDtnxY_$^e=r!X|8*?hnUx-Sdp2`e=>@W43 zQq%WY)wI%lNAuTW&-^tXYCcR2d?On8cvLog)9jsy)a}n6cbkLR1FnB0==NssaBGXs z?cAGlZp9Hu3_-IPeio~kZ!O}v#ctc5_51Zinkjlbnb_#oMQ92v4V&Lb3vWoT<6*D) zHzS#?sffs2SqddviYF?ymUQK>qQhOV5 zEuM756PDTwhn$1>vq_KSdp7Cw;K#;=kc{_P;yXh)%GkZfkc~g&>CMB)y#@Re(<$!= zQo`*FZREKK439{z+69Zi{ChhN))o(9r7<@n^(yr(55U)c!CYTa+4r zrvDyEfIqg_2O+6ka>l4Xz!<*ZM$Elx*si2Wjecq4S^(88=?@&zEQ}xYWrsb)2^t}& z=>5SJA*~={!7vXCvg%iMLtLq&8f5^V+zwy)OkWmc{8TBr)l9QlV1w;N-mb z)De>lTGjcPe&m9WB zz?kA@&?sv>A@@=yZo7#}HzP+@>1MF31^U~bRk#@v_T`vnFLW=ARU7To3st;VfmOUk z&O8Y7h4Mz1o>(68JR2}u<4^VdE*05GPm1e*ce;DA{NWy_*R4BU`E#30-bY=fWSZly{?;g|PukXwFtE2UGpyLI|mkVJ~R zl~N$n-Ad+#b1vO2+2sJ>Pl%4gWPPN&HJ9mbp*DFbFo)Zv;`neNzYGF+ML-r;W9BzZ^IYPm9coF5I&^3PDdYWinl5pG|2 z^yILnjUtyA8jGFgJ67EGF42tUBm@*yEbcXmqyg&QbCr*dHO!$ zggZ}~YOIv=^uvYPEoS!zsZgoeebRZFE5v}9Ojl9JHhyT%6Y-jJ&HiSVby=OKA1~B8 zA>R9`P$}__cAkd08CqWFiN;LBdHNY7jp{_v->=G%RX9&1yh8nLH%j3=NlQ%kgG_i3 z&XXLw(+gF+Uk0n`&Xf0h81~tB@Av7~A0emr2hp#`@#_)qJ?!82vVZ@O{rf)l@B7)m z|DFD&3B|HHIhXT=*w%e+k&UGhJ5Vzb(J>qvbG1C8X>nsVMVaIPp{1zl$Cn}f?CFQy zW%*K6HhlC{+Az{uK9-}R+UI?fnmVqd@?<2hQ^HaC4%o3_l;NnPN<#sR_c@Ro+fh0D zdW1n4^xfwVTJ470*Q|%TCl@>|%{|dHTRJ7@W)ad{5!tDjsD43oO&(Wd`c^FcIE_B8 z_u}BG+)|(us9f<}d5#4;4Utn(tdO$L-Dq&OeVX7b+=Elt8X@avh$fj%!9Qorypwx0 z(^A4XJtSm~ALxK6K+Pl`a_Qi_5pDM1y|X%&%Jk>i*sVj{2#iiaafbm1of-oiR;B=K zec>Krqh}HeZjp~^dX3KYbk?c8G|hHyB5vpgw~vEO6w!z84ozZNu(i-(QGWOvz5GO0 zq$2-m+po0!*(J2y`+h3KoeE90R?4ZksSt}|)_VgLDmCj(Iu&;pVn9qX5226^>ouo> zc+EMnIo%kDoA*R z`df|pX`a4tDx@W*`v>N@C7cR53a1yUcs~zTZB7M!=T5~3=ofP;*sqi4RQ$k#8&ugF zoz-4FsCMV8bmpLlgYhgereqv(n@O!;3}@rH*T<(|sq`yqP|ZHac4lf(>5gQ4RfEA7 z(1+PmAG>SvnW${|OQ(`+k|7b(O_@~U<>GoQ+8RlGdQbMJeW9LPN%q^3bW$CWkJJqN zY(9=@+c!|ihCcFu-Mf(YZ*t`I=CBRRym&g2r#j60DseZiueJSboAT)G(_vdbgtx4l zLYu)(4&li&c&XA*xa)lqA{yJ*GLOln>n8WRX2E}QTPVYXr4M#-E+kP~L$c$c4u3{E zkn<$o<#+J8K4MoQRwNEjsmZ!Ln593GjQ1JUQM*!Ql_5Phx0cZaOL%8b5kNvOe7|U( z>8TCko|*`j!%nVYaN{@C5$5`^-WBw~)M0i|66b40OwRTa+t4w4M+Jz`32;A&4#HiW zuX=5>;s&Fi;#(>^lZ?tiYKP7NH9;eKn?W?!whD2=wpFekPZmlC&9*6+NSmH<9rUgz z-nq}Db#f`6Y4Ua)V8kgIY{E*Z=}C&w#X|BDQ+tmJC8qX|-Z{65{f}-BOr+eT3U5#& zC@u-G_urkpd!5^(wE&7qLQp^u!8MXD>Ld_^HL2o#T|3_w8&t*lvh;EGWrbQS?&AI! z3NZ~?H}%P6KUQXKwH1|LgS6${X}w! z1tLj^CFQzkN}fxLD}qvFlU@#sbG(<1ke=p&lg{V#$QD@E(H?kopHb**^tWo&CqYVA zuoSYAz){oxDAYP3-tSVO zQsN!GuyMvYdHY*8Z0|R~61#@t9`ChV^;STq8tI}64j}S79xQuM>tjASOgU!FKn=1CvRcnhD8@WjH_SbFin-hc~rao)&i}E7g^xAYQzGEwW2W=I-YH~C)Ro_ zJFUB{1?8M*L@tHHhpl#LU-o!OR5pCaskH1dLPF;9N1@Ans?A=9nm_K!!2^*DQx`|h z!d=y~@&9x0;TQD8N$?e0IamTaHf%I@X;Y=4fX%xL2pwvr&W{n*AK3tU9ru0%WL@#6G73y>fq zJPW4+dxMBPLT<}RGRLRB|;yBCzlC@M{g5?lVg{Ct|ituo?_?&{dkMg zk7K&C_jQUY!|vp%Wu@4QI_&wDsQc)7ukN7l_)Cb)vFKFjm6Bes%fesb0U3Ch6nK^* zPl-!@B05B*45VRDr9IPpX+$0`U@svMAF=pUlv#$^z(~y3RVbI@hn};(4N3iDEgvCs z5hx@gW!4$(ME|F1v(og(N@%+GE-J)VQnFO&kMBT_L3bZtfE3@TJg zyrY*4rgJl-FBueE3rtxupt+;58dw11d{s`n;)N>Sez0mg3qjxclEGp6#m+*oUng(L;CX89!cIZ3fvLz!fjFV_I~~1ZI<56L$WU+cqu<>gofW5p+{nQLR`c*c4vPyK zb@@|@XQg0&QbNJJk5eJ;+G<@`%9+ql1jsFO?c9K3^oc@@3YX$9sE~Ee`z38jM~3ry zB9Ru48Fi5Ld}`S9yPAj!g4-X!2ZbMacnDWQxV}uwXyfdB0eg-i?Ighjt3u8R#9vAn z|6WKK;{3qBqEO2D0ZP^<6!!B2);AY+o);%&M=No9U^@!ghO#j{2JZ~e)=v-6xMTPW zTq-$Zd0$edfkN(v7ZtB@ql6jRrvR zGg9(AtCV>u0h%P$3@CHu#PR-#nT=hQzYN5{c=iu0t2YWiY8a&G%+a-MtYSc*zyd3= zoqBuF;48suX}L-dX=B8z9dY~kEtbZ7AGep{n4%(w#t$d0MXgf1*l#5lzmQ@HIO#IQ zLeEY(PdxZKM_V(aFEK>f7yif!wpF#mtTt*-GPn%J4tZ%KbW*sel+aP6UONaQ3^PJp#_SRN~mZX4;WwDQUW!bCvRoe5hKE zP?Q&*ABTi&=ZpQ1qEURYpZz*{i~Y}`+wY}9^-s_93y4{({4v5~ zEbp7wlVWr&>-t+`8ReY7NL6<9PV|UAm5QseeI@_bqO#!|PNkK6Ljq$h;j1=!@1^FB zyM+JINM@(R68=ZPj%@%kmhe-hp)kaIE69z#gnz!V#vboZzIOk0RFqu1H?&+X+FxKJ zsIAt^4u%u`cF|3FR_mYtLV6;I*5Cy+sE~Bbd%~AiA4gbdr8uB9I4!=0c;85x>2i=# zw*8Ny5fZoKww-px0 zMsE~b(c!AY5nEA`MrL*_w!9OlM#|XDrYls=TvnX&)=)$F9*SmFrS?#A9LT!0kXWS? zL4`^=5lN@vM+-3^=jzzrNiS6K zei5wN4rI}H?xTH(ez5~t?AOWj(XPTl^D4d8qONfjIgWMdC`TKo z4)RFnVGaj$aG*!+fjVt^K26Q>qQf^uizz$42x7>#;|xdbsbIAbyd&BM!Nk2=xkKLS z`+;-EUAKuNS=iUakuB^&)A6iJofh{G<&6^Z2F16_=-Y0++lh(Y%5U3cWnc3pE;ITz z?!1)@?y}z?YM#{mAuPoF$A>Nl$p;F=< z?Zo_iZibfEiJ_sirWndR$j#;zFC$btBcWZN-8~tOh$a zd^22`RB0%1^8NxM8rzjIAGb*BRK6wkOmLsvl1kNk>CBihE>nnW-i+*WOsc;uR6dV4 zllc_%o!AJ;c%h12E$L&U+tq{3iv<-GpK>KgD@>Tlt(`P`VFTYO_7rqVf3n34^x!3; zai&}Jp7?$ce~&vB@?Z7>dImlai^E{)Nxnsr@zxmQkM82@Z$VGuB7WLi&~(En=UdS8 zC#Dga<8Za1D{(JNJO-_rD@P^%Dp{1S5xmYIn9IW=E|`aZOqXeBjPpZMEM?;by*#w*A!}< z5bvw0P$}__c8uPZn<0JjF#hfijkAVh^vg&Z)rq3N-;^V(aEwTJh5FlWl)^ERmYDA2 z=yNVoJ>eM1@jks!#d{Z6wK+!gojXQfpkK@}V!y_AjO=aZ>^JYxr}ps@74PgV;C-Ur zuK9la9cvz3kUn$P|2krw{VKzH^WvlgE6tn2v&5jfcaFd8w3pws9X5Bl5??D(CVBEt zT*n=T+eK;l0nHFG*wBT|XEdGWS}uU*MS$aV;W-FSi51E!;!?VOx**!9&Mj3t2va6U@YBi9jxeFO=su`~L5$37x4x1N+X9WFP$8WROhN?K0vVfCFK8RGp ziJ%+Q+QXYyg?NyN=W!eOb3kmb4!6|@eXxf;I8N(exJ9P4TOD_JFx-gMcZwF}55vj$;P z9{$+OE3BfHBlvSt{5j~i@z>U%Td&U5>PP4+DxTo)jE6htyWODE4G?}I`grr|aH|hV zW9hbf94{~}4w16W5BjYh_7oQvQPc;?^LPrDjadqh70DD5%%et8fHagPZ0WnbZa?5J zZ4Yl=6HYd3?dZ>m@H9lxg46=M73RxK6X8U|of|BG-nL`4eg{%R4otBZk+KQmue-$e z@ZoS>R?q4B}-yoRZ``o>Fo@p4KAOBc&`~7ae+Qdq0+wDW*#A+RZO}BGN zYg8r}m0`Hc_+pUo9EaQ(PFL|DOP?SAU=$8_P#d6YeiI^UqfNtbYrEE27~p~!B;LT^ zYuwH-JiYJMyZuJB;r3j-J>RM0)->d>9?Qe?XeK1mYCu=r`POl)W`x^ngP@E1W-=*U z12YJ>HU^75Y!C|-gkV_$UbJ%ixGPNrx3d(c+|>Olspq?cMz?x=kyL62EDbTxs(MML zC9u(>Ex#2o72RHKwEWs!n?)7nTyBu20W;fz#!%=qW@jL}m3FO>4bQ9K%Ki}X7|)_# zs03~o-R4H$5VZ!nd~?5cEcz2FdK%dmG^ewGpr!5BBEs0-x?^{^t>^X>Xi#IePzvo( zRmnKQvztNC^Y_orBH5qmEd@=y@z(7x%nrjdDJNq9Ijac%hVBW_9UGCp_nG^i1$l1k z&({s|l%mLAEXkA0Kq`w{fHN&Om}hkW0A`!PVjGoh3Tkt(qDIgh-n=o~1)W^1M&=oz zUe)iBhCCAP@RtxA?s&D?T4=WMe+tao?vmI8f!wvM2r&ah^v&;JyjjZ3mKZ9@+eWqy1Y=~eP9%kS17RpYFoV}}gG0Tdf z^rq%!`ML|gwcgx8Id-C^o7lpOKAQPi}6)n9KrF%G7AakotOp(6xQx_x}*|v`^-QORE&n+nF-vaZ|L7 zi%9{F@ye-|+-}4g%n(DJKWF#sh1>8NWVLx1;RIXaC-JRgvBtx7Hy*tHHX4zmi5MY= miySns|1X?gxH*ytGyl!}+BLz=0u32>l@a5l7*e>Z&ip?Gf9<{i literal 69652 zcmeHw3zQ{CdETyeXLo1zsnx^cv8Wjd?cHc*c7-s3MN+(4Ng!6NgdS+ogS$QV_Dpy0 zeQ~?*?v8?punf}TK5zmTVq+lE0UKiy%&|c>k2uM3f@6or0fYj<0W2H?3iy#@C!7$6 ze1AQ~P?OR<{{nuaryQ=o_YZ5)WZym&bO-&0GmO@uM#J@5&A!ta-iwzzsD9|Rf;rK_ zrqJ#$I;y!l5uHCbXVn)RI~??#`uqT`o&Le0yZPQ>G-Zcj-w@ZdFv(N6K1S@D_SAle+-i_~c7PDLAAUdI_8 zSs!ic*%(1MbT>qk^?1nmwMmZj@cugjryuM;?YM*e*Ezw7u-n@oI(EC>=(gMSu-k0~ z`_VGk&s*#_1~}Ib!r@@vos2dIP9yZXofxC;gu97GU&G6Z&k6fZ)VLG?xv&R&?c~6p}^v!aIfNIDUmoLD4PPWvj`+c`)=TbcrB+xtHvnJ z@;WAT`-agA47lc!ZHGl*u8TH;p&BXF)qvF<^rjwopiANjt!1~cebm^Sc-I-UG0dRn*e3wCQBxLoyv7NV6{rc36WEJRqC-)Jx1opU z&~EqC`!@l=Udy=~AIEpX{=Ec3Tn}v)``tkgR9HXZEG35yi92Xv2q&GotaP;)-zhJI zgsz8na6%S!0DsuGy$CVWJBwC#!IWhw!FBPG^-R8R<8uV{Pa0CHeCX_5<`*R1(k~PmqkJ^hqOFj3 zv%m!VQnZ~u%qEikc61E854jJM?0>t$lzRp$iGw`JKsMpskrbK|TC-Te`oSVtw-Brx z&@J@2d>G%K3FB@CBWw&{HFWwUP(pm4lzRLw3e)f-D+`Y7{xe&Rilp|1~@lS_(wn<9JX5xic)m@GgF7P zs7qcY1~A1?b1Lk!!mcHuPsDLF;4M3xYI+L`4n=D%7LE$$q}IN5nYexOfnR+VyJ_sk z^2Wc2D0}1xGI(LF`Bn1YWHhzlIjv^h@VvFSJA1E--8dvKnlf#pMMS1hw$4LiI*8CFLkntvlk}zz?b1#+ zkHu5uOMlI(^_nV}yw94QwGLT4+-$`$X5!M22OgP#(j|`7M2wjWv8C?7I^_i}F*pw+ zdG|S-YgzPL=)5|@Ro%{_241v9f+I1k3KV`{R|&tjbNrGV23`+D=U6qR!+k2&Dct>` zl-y#WV_mdMg6p(Zd@QNKbz2Rp#XrFTcNyUMRhjy1c9~A* z%0EL1GcD~tuB%$Vi;kJXmP%##aDkTQ3fW=^V|ZM@uLzBZ(ppbG@NO-}nnv}3=;oCs zF@>-c^hdQrtKLGNAISj?Il9LdQki7-J*BjVWYgaAQWDfx(SW6Ok!`Fkvd^ z#kZCqz9KLFN{SaL=E3*0aN>`R zj`G<{hNV>Raf6yC(9)E;g8v|A!zNrmL(VL!XaU&PBGWSRzKUFId(>ql~a96_3uc*j11HZ6YSle<-kCZgf=)mI!*j zl!29Bb!?`61v)NbT8@uoaO#|yc+)67s-eAhoS_Mf8*%337q>{VmPl0v>g)64e7(L} zh;5F9Sm=g?G)&Q1hBVBm^LvLl_dVk{UCo|3s&a|Cr)27?Nz`LDf(WTC_gt*j7Fu09 z+-FKxzCWKyGqy+HI`*Pim}2dR)|nH2J$}Go#LfO(wuVIu?IfL96do;lP9H(YHibDLy%De<&{-1R85ZH#!dKvg$sj%3OqD6x z&rM-na(TuZMKHfwiQR>Ge-ERXlto6xD@y_v) z6t?SY690Ho`2PGj0~7cz6z&s@yW}^;FZJF3GR}7&UoC`wa~y>7pq(k}|7x6pWldPF zKK}dhzfc^jQ|eb3IjTTS+>VV&rphO8jT5$_(W=DMccJ5QPB7;vB^WaFak|d2mq3>s zdR9GDR}YGMOstmM1Me!~`D*q+6tUxVR*jC=8Jhn_teW))?66&{W%saE(!zPQ(8Fmr zYnm1Ug6aL@Xk1{;b2S^#+MNhT(tbAE>UU4!fmZ1(eiqZ3rccgICl=t?vA0aUIl%yo zC+)5Hs}!=zkRh3`}&a(YYM6qm1PL3j5_|R3aXgt3{hnQ zQZA}?mteb^s5-V0%PTT397`Tovim6x&SSe1f?YW2ibZi2--0xuuohO+u^KMkE+HVV z`@?e@j?J1L;Jgv_5UeVgQTG5J5vF8ATg( zyf+SL(LnRRaoStKIX9iZ*(x)pwmpHESX3rUm8g72CFT(}-P_r8rffPY9$i!xZj$#2?r0 zAukQY@VtXvOgK?Bb@b-juRmyR)*`{pwnsrjbWc(5Ncw8kMEX$)%09prSPf(;p`{U# zrUb&AQh5@{HeVQ?Wt+RK>)SoAk7Om*A}t2j0tY!g-7xG02lww^^g<-iL?+wz{yUKa zI+(r5p5M>tbe7VGk@8_}_svb+h!F(=l2QvL1~9QPjCN-^r|m`vO?IW#K{i%E#20jc z&d@URS{wv$ukse%8S6D(ld{b=t(&kS&5o@hGx4BL-OgBE`eWF*#uJb5bJ>8bi;O+^ zEdS_1u39~8LZdULQw&%8bq$9(z(zNqlfEww1Spj!53>>)kz0Y+#GzNV{SC0D8pOw6 zGh1L#=@!W?%=v5V=P4?TGto+&n)yyK--gXeZJ4i@G$-U|jQ>)am5M89)}ri^NKvs#EfJQ89}&6=XK49%KR=QrZ@ z_p@4dYYSSbK}<$FS>pLRCG0|OCFJ(kQr(<;+>rY`4;s+7(|DnMW3duJI8@v6Q-B?a zu3f&8(V$9w06E|?$9$lwW|DHTdP5~N|LMp$V_De-eQ)UBk2WMim+~-p>@N6=&+5&z z7A(}Xqw7sIeI{|08=U`lMGemAcLY0<$y97*GOGlpTbya00stK=7$7T#%`8q9Ab_*a zcFL29Nmf*^@4*z|1}LjQW|!Er&$jqY)2FAcT9%=*FS#(2Z+2|eh9TK1QKnG-=*S$S znHe7-mPsdnqT&@YGafU#Dz<)vnen>}to*8DJMh1cj*H9;j*k(|j4zEdG=cHun;G93 z=j(sET8RC#kq~Q|87Vr;Ff%ghyf-#8R*QMzb`$%;!LGud)LXz=WHlxv96jx>>z6Xwwpb__PUiyd~9R2~#f z$~1nr204=~MoKQa%yg3MiRHngIIOooK4!BEZNGqSnU7@HJ~sd6Lxf#i@&p!VslaqTPx3VG#mQvIDFun-MZHMjY`zkGi$#VvFtnvYAyhm% z8*TuCBy8+i0d>mgD4&yPf&|lr45<97V>8_nIxb?m7#j(uOCckJ=`!lrt4}Tp&*t~b z8RqU1Bv)jZrSz3f#jXL9N?RTq=Lw#cH8sbO%xn|+evA7nI~oI5ag#oU#w z50S%wueKp%(!oNKY=i@j99jYp2@bIUMoT)Z<3T3_VxG$M#-oRCy5qX*Zz} zOEE6R@CY>(FnY- zGRMb=Qu&r~h9)q+e5q`Y^Yu5Z7GfJCA=Z@2DLTuL%IP}C_CjpMg85kiBxGi`08#?N zL}a?%xYX+*UX`w1D7ojwpW#*av8w(o{z)c&ulX<5 z%A(D;I*HTj@o$Bw->Ae{;+BXHQKR^l2>)8`o8rELI05~!3B0@=+RV6lh9Xa$y>!zI zK?rrW6uMAVufS>mwousE8iDZCsXi`_;L1>jvzjshhGJanKxw$;1`wP@p<8JXHlt*` za1F3ygIO|cBMO!faCHl^uc2e4{q1)baR?U*8hcdeq6m?34Vy!(=|k9AcpWxMyl`4} zjYL0f51A$8(hchtcT&?8I4mPj$P_ETWdaaEVLRCA0;eU0oBQ(afn!?>5Q3{<&PtRZ zLK`E6!n9(`&5EE!(ch7-ukEvHLT1Rz&5SFO$#i$SOTELvdg9Z^!64rzY}J?Ye(hb9dtcC*vX* zIVjwFs13@0DUDBFKF#mT=DIU+5l|&D@X8ovN8O8$7MUr!7~r@2s7v=Y;C?_{ji}w8 z$AL&*>Qi*}9&!2)$XEhAMNkOL_=gDY9ONjD_Af>?emkW5MfXcd!ue|Y9!U3b_YwE& z(R4ZS58Wqx51mKmwcb%CeLpmGzY$$p-Yp1&Fo8QIfDrle;yf7d=D+#Ss^y62r(01Z?`I4E0*tz;YqnvrVpmi zI_}0Cb=4fHDftWw_b*VK2f2X-rm^(}6JnrR%j8%vT~jozNbk$+;WkYk1&NL$L(Bq~ zJhY;GoW;x8x-zqWnd!^pO98*O(QZuvgg$mG(=zZvzl*MD`AX%W5mQgsjXF=u7_@zI zZ!yThU%*PeB>QNWIa(P!+L6S9*5MhW!$SJ<#dbh~f<=n1Um0{NayQ4P#FeQAxcM{f zKR^Sx_{fF?nfbMp%T-$uckm;X&?Vf#4^yL9XaRGD9-(fkrcKk|uL1zG4?l$#MOp)h zl=dM3I--5}D63kI(}cY*7Hbk^YVN;YWoXg|_$oCT3%BKNz*8dwl-B>F-R_rm1DN78 zZY%o>hU-GkWHbG}@_KTn32l{Tx{wil?g_+lUMj1?M(#H??X9M8y$M#${|SJ_1=Y;b zH?OT0S1R&4n_+4(XVZVdRy5htbb^NdyVIRTP{KJ)cOG}T@^ObOp2c>e{t{kp6EEfO zb5Vm%ao~3lSK8U>$}(AxdZOC)k8ZbmM{MT+l&(9vEESs# zm7JnC#7L^*6!~`$564cCe<%H137_aLfK#O144)_y8%j+1FGF`L;1gxd;uHRx(Rr3n zlux-!(GO7qo?Cj%8++pj{hlO+`eItT``9@nc-$?7!gi;BgJP+qR1P1qT z6j7|2hx55ggBBjnr>W7jR4^F-GCZ6wRsn$7y?=rhMLIz9a0pP-z%+047K@0Fv8pTT z;XGAkXwt*^J~bK(x8)wr&qfAl1w9;6gNBFmQxuiVAe-r*l-H9U4xz2mOcyeu^l&5t zO4U->hpEqd=?LQhxH)1~p#i|};Dzl{Ce%l_8b-+k=w zKVp9`r@t%fiCoE}px%8>l_i>zwVb)Q({a5HGd3M}Sm0|+#+9T(&`Oj|aTD-9u3z!0 zxNY>n8ZEtOgItz3p@!n$MWb4-H{r#oIV-#g2jCRRA;X)<#D)?H{$X@i-J7`R2ITD+ z^qp%5UaRT!b+&lIKZ7pQK7>ZH%yW2dUKg6bAmUec`BK z$z%#atk~N#{Wt3d+SSuqnqg}oF*J0#IKUPj$}Pj!S*8$b^AEIvi z_!UV%T9u^zN2mq2{1s8Hn&tngD)33`^mnMyv{VKVp3AWOKVJm^W)J=$S`^7^&GIKe zN3;ijn^j#=%l~^-h9+_QU1~HIZp$tIpNtI93R?c8ybR0#Z&6e-gKVb%ro5iC{0VK9 zW?E_N3>REl{*nQuLMm*;EPtt0)f8q}{+qTJTmJN(TmCcj#4LaIv__WyKUs9bI=h^) z-fM*Q?n0dw?5lVIFA-`aXGhmu<_E_02wrwW(w55Xyrz_B{XnjMB znk@ezTHhJkW_afwYGV1v@K2H8k=x8ZiMqFsP&axGON&=;c^#*YOGz;z>>$BU+_}uW zZ`!Y>X41cnz*w&P^k(WLcSE2)a$SnA+G5OoBjAatWUT(=VMEDP|0;A>-F-55lI4)@ z6aEL$ecF}E;bi7kT{e<5QQOqy9Am84h?y#Ov97$GTlUDAh#ZC3bfipkxuHqF7#DZ- zseNc;wN;$-5domoZ{-fx*(ZyD=MO79E9YyFbiPEM7PhSm%8MVNM#kjhI=<>2_7>hBe|5ZI}NDRL%VbcXb4)Te_(W4 zIKy%|gCJqc8CNe47mCo#u_=bnu)fH%_di8|b2ms$?|5#|)Gbmn2NGp^k%ID1D>}M0f4!zN715)7Pa660lLCC zO>D9(-gw!mGBg>SI6;lZ!fknQ;=z#t()rnc9-6UJ70&5i%WHTryw#Q?_iZ67Fy~(dqoK-V7C|!C_qIZ z{s*NfVaLc+L?>~53cIl*o+G-ysXORf!4i@^w5=LlOwsFg157boK^s0GQ7>|a7Hczh$1c>efy%tgH6LW^F-sMn)DaX2e+eHX=ordbGw2{j}I zq2wPB5}4GiEdWdo)mWg3@A*YW8RQFT_Pf2nY7WT0rlYhhIzi$^o}nbN*~?DW?2T!Y zW%dlPOF@Oi?jLVR#sx&;PVmaZ(t=_yHfAdsY1^tHK-x`{v3aR=bI|A}X(JgjOvcve z+boK5V+G_s`M|F*^dc2X7J?NWnj=$+I4{m7=x|d)h>aI#i#_;!kN#LClnIai4r(+l zjV)lWIKo!w(R)<@V1C{Lo3P@!6;TobbVNVzR#vqah2e_NHINssQB>H7dGylq zR8yGY(SH=(7Hu@9_uQlZGCeVmo;|IRM}LhnRM%Ku+9z~%bp6T6Ze znZ&TJ;&lx7{m=^)q^iq2^O*2pYMI&^q zIpA`FVY&R7Am(BR{OZHxHq-x#@>nKV?2)CEc^$`Ta%Zd2a^P=~SxXz8So+%7!&zo8 zihJiqrY-3LpLL81)L$+}k??#!Hp1dJ+*@t4GIk?VnnI+4;W<|@LvS7%a65T69{9o{ zqRR|_+=Gb)Q+T`ay^=H9q@o+jILx;|cYCyFnl?03f}|~ z)m5p;zlvIL&r?m_cox6Dj4l_PwZ(P?0VN z%CxA=QI`EPGpF^PF49floCCrwN+ln-vee?@mqJFX z5;DZ|3?kpf1}w<=Im{;_es{+no2r0sRw`tL>M5!XTee~r2$ z;nqyooT9djeGM6PUNRPADeReDDibC z%&!ClBBPx~YtZD8SrzK7(_O|;arOyp3H6Ys3=uP2lpNsLPEwACV}Ddu#-dh&sHTUsQG-ss(-&RwfGRy7Xu!{sykEjEba@m84G zTPPmtb?UjdG-{;Fg0L)rN|AS5&W23M;%b3neUP{>QEto7KCI2e)^n3HQ9MvFv76B- zLpM-yVpa>~SfOsPjIN5o61rgz11rDk*z#){9hb;2j*_ILK4->~>_m@>3STzP=mgRW zajH~-m~~a4zJB94U%z3saC>A_+?u)}MQs^!CZo=Q$_%D3XLeUEJvNr0Eu|Lm$e{5h5m=cErHp5mvQ4L_9*+{T-D^OoZKknHrUt-}tv2bh18*m{;bE zR*u1$1%BWzFW#Q$c-%m{c@8JhX+ea2d!nK=0E|+_J$o=0y3v%R-{P41bKho3p78HN zx9KRlLB1?}{(_>ew79vPOZdJQiWw=6n_qhy-P}UaaKYy)$rF+bO+kyOi2JtV zJNwkmo{N(4eg(AVWc7{7N^QD{hbM_;G9Izk&3#5Ug>x=9-O#tWgPidD%0N;`jzNlx zG?1cYfwYM)Q)vB_ffesXIv#@+7iryma9LpaPa_#Ajy8v`T{KFDjca#Q=@6ALqUic>lmXtQeUhB05`AEqDak=%PSly0(3<4`Y~3u+&Qh_ zNIg|$Xws4TJ~bK(x8;u1&qfAFcciMUa%4DCr0%Bwx0(RsKAk;_uP@XlAf3&#h%v4k-7?-us4{v=*(JqSSche^FAvz zCjTxP-g4b6FUHYX;bu7ir$~AkZdN8XlpygBqr2*E)(cB1opvmpLEmX#D~p<$!)0!S zN;8D!b;+rP-G9B9pkl9U?mBFVk;eZ#wz^MeOG@uT z%Nh!2`fOuCp!S^#waTUX)NM|fNQ7=(hr=(H-R};h=Oi=V^8_GWY&_C-fbfOgcCUrx zKEd47ow!sSJH=?12!uRbUhW!u{UEe%zw>6Xg9&Sc*x`f~+(ElzU4d)QSuJ@=f?PK7 z?#1+OuRgZ~#9rlG?I{FbGx#4hCNSw?jhR5?qeiENR3ZH>f`s{7@4)rytA$JbP=tw3 zyfZP1vlDX#$WkIE&(nB>Fu^?yMP{q!Y5Y+oybDj`KTsni59E+y3YOt%e4`2g%>Mj3 zS`(26W}PB zK{nGH%Iir_gV0uKrVANSdK!`erLHP$#1k{db1vB+)oAmZ^DiFGBui(+6gFJ zh8y#}DgZF!_Pc0Nq(C$`h5#MWxcvgFx}t8(x(kXd8)Nxfx-oxG_!tYf=TY^HaV*OP7xp{>$P7c!!BV4~{9>}h#!Oeys4z1$FY&v2tN*`VhCB2HvP6OEP~1j#FZ`Gr{YnuGni7;N@5 z7TA}ikzR9O9bG6^UuNg|O+2%0b~<$E?s23;&kf7EOfR&~6Qntc!5Z46oxf@pC|6 zua9;#27Q2sRW07v(P*12q15NYqtO-wzbQ9SFpSP^b{m7xYXx%)eRh9xa~N%Uo!uHZ zL7eVA+Qc`T43E0|jz*Ir=TNtgo+e>{I6-K)d-$=He~=QapTN&4@pI5`;n()C+o;dm zjT7`1AD-Y>GDo`?y4|qT4RQWIetBelv^@Z(5n8RE#>G1AAxd@xVc+Xvm9E`J(*RvQ zkCz~<%Sw1IK}L`O9$yp z52NQNU)G&|zuT|7h=jJBJ}^$8HjwmkC&#qb%LMCX80|6M7+v`91o=ffc)tn;+4}j( z7e?b~7mWe57PvrB3u78a+go;Lae(7bz<3kC&v81#=)Atu==PiSrqgq9O?Rh(L%_hp zCWLPnFic>?Yl2pt1@AOM577>L5O#5zN)|=ufDLe|z@Xj3lB*y=AeI&2q9Uh{qrcSQ zPFBK*o2FkC^#W(m?AA}WiKKRc(~xniuD4`V0vBXF4La5CnGdTV0JxAyH*@lTNGx$J6z zmeW~8Qp=XtMt;-R?Ajac=s7(lG-xo}sDze@>ckw;MQ#}Of`j|_qd1uBErl-b=j!$s z_Yb2Bs3rpdHS0(Le50Hf+eIPJ6(6ZMYo0jDQRn~ zOQgRoXxm`4Hx9tp0T6W_`^|sWTiu2&P`f8~OT>NQUWcI&txpVk_{0uC7kVM^&*i`w zP*1nvbrwJaQZQi2uMtA58uh$35ifFfb8g(oq!MVRJrB7Zgi8Ryb&zQGOmsm5wNBKX zw(Yg*@U}?MGO*93o@vV2{s7j&nP`L4IXOH!n2)w_aRUAYDI((&^811Cc=}pKIOhT= zkX8u!iav1ojKp`eJ5fsaYOrGTwh;f=L@d;#a(53j(l$GYHq%R9R^z&6k6$OvdJp~# zqDgwqZnh^C!74n=-s5JA-Q<1jaW7+4-OJopyIbX@AN&xuyNhb<#+P2rq9?jF8clcs z6z1?@QZ7?iM_hcGmhy$C4R{f2hhz47ciz7k*HZYG(jU48+^4(3*%f|1-Sfw8qhJ?! z_>{-er(~BbYlcs$HQ1J4pY{c_RcW7=u35aur=Zdx+O88io009vPt3J1W`mcIJd^eK z6ze6#gsc>d(Vp+NV%}ke=NpA_?a4%slk%&q(e6b5P)+@ibm0YNU*Zic0!Z5imP#Q@ zhtXE7TGE;)$PXHK^I=i`Zji`Zhqpp<;1(3fAaTx>e=ruhda*kR^~*9H%F@_4a3=%} z#bFTf`#|*buUbO>d}13Mz@((k*0f=-P1ABJlt1>oN|Q=1`@vn_aN)Xj!F-|f&OC#4 zs8{4cL=!CNPKet`ECMlgR@ diff --git a/docs/build/doctrees/features/basic_features.doctree b/docs/build/doctrees/features/basic_features.doctree index ae5fcd2c8c3bced266caacd451cda1c140340657..217b1cac730976c558def745891dd054a03f6520 100644 GIT binary patch delta 406 zcmdm$c_fRqfpw~-=|&19CI|;pG zCai7+Q-;pw81W=#AU!!oTygUgsTxKodvcei-sUYbsf?3PN{VbYlKafaI0K)(rJL6& u>}SHGW^<#m0L<{s+f{twmTGBO!Nt2YCqpbW)1Ji6*n`i)l+6ytRg3^~pNgOW delta 375 zcmX?-wJVdgfpzM7lZ~vgj3VCpp~b01#rhSg8KwFzsm0kP`30N18ILiEbYPL0EF+Y? z`6){$GfvsbPg(dU3v%va%-MW~b3g0kYiz=s=kSL!iL_xcZnKO~8Vgn#phXpvmBnYX zW*ui_VAy;>Jc${?oP0oBakHy*4I>iwiOgii$^0Uso7?5SGm120u?Xbu$@wZ=n`IRD zGvQOQlr>9=nSlXpi@B;V&{8;exrP diff --git a/docs/build/doctrees/features/burstiness.doctree b/docs/build/doctrees/features/burstiness.doctree index 463a9367c17f3256e11b8163c39dbd9d52ed148d..e001758376a8b48770fa9c204818276edc11fef8 100644 GIT binary patch delta 373 zcmX?8y{m?`fpx0B-A2}6M$H)g(BjmhV*QHLj8c7<)Z*-t`~v-u)WlqcfTH~5)Z$_V z-^7A~%)Io?IgAUKH2aBGuE4^wJRBAa8R3Yau!5bcHsGB4SPS3dcHOzGqxmE}wsK+9Dwasg?u?LYJjnLuKB aMzQb`W2}erTQ+Z#n~nK1^OYWiMa{^Mfu68#l;G~ zi3J6jdFh+87-unQP9RqKw7Dk=Pjxs8nPYY-< zL77s*s~IOx6A{^bTcnXma~%opD4kp{Ew=f$_;1p+?Pbc)+3YBj$_%8z4mvL%%?M)$ zE6#_wh+Em5NpmwPF4}xr)t;F&Et5~HN^f4LnaKpR-a$tV?yP?Ojc{jW8qR?@OU`&6 QyXFiMoK>*d!MchO0QE7%pa1{> delta 383 zcmX?7wX2e~fpzM7n~kiQj3R;hp~b01#rhSg8KwFzsm0kP`30M&GyY)`>B1s2xlp=v zvmxs>R-CevmvWzG%-LMXQ^LZSGkL$E%4RM>EhZ>4Qg}7vpW3#DH Lx?uAu>ncV7Rf&e5 diff --git a/docs/build/doctrees/features/fflow.doctree b/docs/build/doctrees/features/fflow.doctree index a9c437e65fb1b5cc7efedc84d8e83734e15aff1f..77d54954ea108170ad707d1bc99963a8569af2e5 100644 GIT binary patch delta 244 zcmX@-zQBXEfpw~=%0^aCM$K^j(BjmhV*QHLj8c7<)Z*-t`~v-u)WlqcfTH~5)Z$_V z-^7A~%)Io?NsMclG`opaKDmM`V{;eFEmq>SY_8zaVPw?Vyp($z7o*PPSP7NQ4Ptjd eBC!(N87H#~iEP%Ay1}klMS>fGHfJcMF#-ULy;gAm delta 102 zcmZ4Ban7B!fpzL(<&CVKjEqi`9h5{iS1_(-Vk`qQeOVmYAk4|WEa{WwxsNdBY<|MM wjf*j7@*D}3&HKgfFaky9NNi_h%gD))^Jd%}F7<+)F%_g6s3maoE~PX^0Hd}cFaQ7m diff --git a/docs/build/doctrees/features/get_all_DD_features.doctree b/docs/build/doctrees/features/get_all_DD_features.doctree index 562809dd0977da071f9e740e3fc684899daa56d3..a15d9bfa394f7b83b30ade6c6db818ecfc742fbd 100644 GIT binary patch delta 316 zcmca#a<-JEfpzMkjVw8gjH#0g8AU`wQWJ9(0*dmJQ;Ulgd=m=_GV{_mw=lk9VqAe! zesZHl-sTT1SD6W@nf!r8d~zJ;ZbqHWQe2;z8FePFmldDvz{Ry$pKk>tggZ&!YqO<5 z660icO_9wT1=lk%F2if@>Bb2{Me+R_c Siw1Mp8K>d2c5|b}Jw^bE;%~12 delta 192 zcmX?GdcTCFfpu!gMwT2##(>F%j3S$7F}`GCoD5=4{$P>2S&H>4GlDx=idB5_T+ZE$ zIh!N7J~IO;U%r!!j5(8i`4l%>2rOb`%gD))^Jd(9PjEjI<3zYACZf~W5!}fpqN0<_ zWM{KxePm={0O}RrtR?5e59cawo~gTr5s90jzm9RTyp-r>HNyq$jE!J-ez3U92ml3S BKvw_& diff --git a/docs/build/doctrees/features/get_user_network.doctree b/docs/build/doctrees/features/get_user_network.doctree index 0ee6570133eb86504a81bba257a510ce68f1f27c..405b203855735bf80e865b12afd0c227fa93768f 100644 GIT binary patch delta 303 zcmcbdf3SeHfpw~x#YWa-M#iMcf=VJHA*qSE3IRp=$*IM~3ciU21(|v2n`;>VFflH~ zDL;9xZ06*9+@hPgSi{)}tGmglvv~*4IW9(>$q70tn^%iBF@l*XnHFBV+hvMivo~kkrIng@B^`eMig3P@1%}I>&m>BzU z%1`d($l2V$@|78nn$4XY*O?i0HYf6UvjC~J0!tYgbtbPBP}y8A)WtaYlCa2TagiJB SlUPKtIss@!(B@E?G)4fRmOEkq delta 103 zcmeCR*=^0*z&dq<>_%2kMnVyGUiNvBcQT*n@|@cTSiWXoHyfU7m*k2jHw{)Ks|w*m&>Fv0syTRAou_P diff --git a/docs/build/doctrees/features/index.doctree b/docs/build/doctrees/features/index.doctree index a3a0f181bacddce6e0f9cd27d8b03f2bcc3aaae9..f8e916e8cadf1f313fe28b403cd40a9e4b1c5b2e 100644 GIT binary patch delta 60 zcmZ4KyU&-UfpzNUjVzjsn&JAP#i>Qb`W2}erTQ+Z#n~nK1^OYWiMa{^Mfu68#l;G~ Pi3J6jdFh)S88cJ?m7f)e delta 39 ucmdnzyV94XfpzMQb`W2}erTQ+Z#n~nK1)IYdGgJW;3k|&h diff --git a/docs/build/doctrees/features/info_exchange_zscore.doctree b/docs/build/doctrees/features/info_exchange_zscore.doctree index 96d9a41c49ad9f39b1f5f2c5fc4c77c82c9d84c9..31e4e4f94c7395313ca317430c07797c553415fa 100644 GIT binary patch delta 180 zcmX>ZJv)ZAfpw~Y-bU7JM#i+sg^VI1A*qSE3IRp=$*IM~3ciU21(|v2n_C#Qm>IX= zl%M>VYvSf$)*4nkYBoRS%Hv|x*&HOg2So8J{9w delta 103 zcmbOob26H>fpzLW-Hoi-jEsSk3mHW=&tlYMW}FXZzGdNIgD@w*Wtp&fGxuFi#+=O) xMfY$4DL;i@jEp&x{S;I-=PE5_WXs6Okn?8TET+Q7!PpGa4%Cysd87hgvS)1O~sq_39@i=qT4Zu zWey&qOpGgVTL$vz9WOg(0%|7T@e-Q6*$?VbmCeomUCb~$&4M>V-J-HtAap*&-VBLHqsiCh2x diff --git a/docs/build/doctrees/features/lexical_features_v2.doctree b/docs/build/doctrees/features/lexical_features_v2.doctree index 41753d790f8617cc2f71589ce272410e2a60cb6e..714880c69ddbbab58de1c30d115de161a7b76273 100644 GIT binary patch delta 334 zcmdm7zO90_fpx03%|_NtM#j|1g-jwMA*qSE3IRp=$*IM~3ciU21(|v2lbaadF;2rR zJ>RTw^H(M=X2zxX)Z|T8;1=0Dm5q~yu)3>^I-9?7e_&(OnarrGvYA`Boe|31E;4~} z@^e0s&9P#enHZPgwQ%z!$#Wb8)J%S)^ol7%XY)nnVs;=6wk}t@pAjU+sCyM+*L%G= N?05oT^L#TARsaZ=bj|<( delta 317 zcmdm1vALYJfpzK%>y50Lj3NR0p~b01#rhSg8KwFzsm0kP`2~}wGrkjP#3u1UDQ~k3 zGcU8q1njc;lh3dSY`)0G!-7}Ek diff --git a/docs/build/doctrees/features/named_entity_recognition_features.doctree b/docs/build/doctrees/features/named_entity_recognition_features.doctree index ca665276b14ba2e29b8ba0a25c3313706cd1d04c..55f5baad3db5b183726b8d3ed210d22e79ceeac9 100644 GIT binary patch delta 656 zcmZ2=oAKuzM%D(_sd;%DS=$*IiziP|77+CPtmj=XqapGU`nJ7^JfKuDBIY1kALNn#nkMnY75} z*V4zB7*FG~se5yPygds6HIoD6WjA}PxHBQn#mCnLYu{-CUdd}axgGt$oXyFlzfJraT7idb#0c(>0<-{?`Q1& delta 420 zcmex)hjGZe$-8Uwe%4f01b6a&R*}tb zxD}Zgb2jtwz2s!fnS8)OWwVTg6;K4std^R|$d-|lA?MAwSwiL-6XQ0RQIn^t$Zp;* zuf&27+B{Vyg^4-q9n<8-1nJ2?EjMpIt}es|6;Rv!Uw0=XoO4fqKI3FYCDF~jh9OLh zYoMlfPu^q1KY5S5z~-$cyP461*Q>Biwz6EpoOOi-WWna2mPdhxgE?xOpEzs=8V=>` zby~zY`I?#N=6shZCdPG8!{=|FeMig3P@1%^i$inKV}st$ZR&8Vm8tCr@N)-#m%4fSFNeGc)fZAT_yAPG$2cfl@{& zGexM2aq?DEkLnfvSoy~=E-OM1GQE4KG z4|d&dl@$;t)u@RvX|5#6Nqy>kn>96`lA~>@&JvgtCL8nGY+k4T1IFKc-YA$6<~(nc XIbi2)GF!y1Ifn$-m2B3st6~HIuiVE4 delta 288 zcmZ42z__HIwSjf&O#6+j`HYOglOKwSY@WyXg^6)0h&kEOu6VOP>nCOecd|aK@aBu0 z13YIcLnTv(G7}+v%GUU7&HyetqXJT9mH>y^A2Qz{@xmH|x z^H=G6OsrV~ObiTQbAHODGb3@^lyZ?}B~@22PBxSj-F#6^iivRw%-qS6xrAz+>>Rrxi%M?En{bF2Zw^A-CITg D&kkN} diff --git a/docs/build/doctrees/features/politeness_features.doctree b/docs/build/doctrees/features/politeness_features.doctree index 565083754d1c08a4e987739e6ae3b873c38d9206..6b3321be25043107b04b786be119e6190cb36fe5 100644 GIT binary patch delta 252 zcmexjd(4itfpx02{6^MvM$J_H(BjmhV*QHLj8c7<)Z*-t`~v-u)WlqcfTH~5)Z$_V z-^7A~%)Io?4U8%*G-!S&XZ9 zvp?%R7Ob+H#kk%vG3IP$eMig3P@1%_WSdnHcBb zl%K4_UAg%Tiw_$fHJf#~Z5bJLHfQl{W@pryEGVY3*-7LaNJLQV66548;v$=WioalI O?80YD(&li5G)4fiK|F5& delta 102 zcmeBo+3U>Oz&dr4;zrhJMn?UwVOfpomjT@7gC6Alc?RsoK2;izzB zw7hx+MB!5@;i9qFuT#;@!9BQp)t>^5VkBea|4|HO>QT6}!v#3Xi=qjiye~>L&>%&F zp3K!#;KDI^@gjwn-e0c5aiCyKbKY8*CcqGn=|RsGN8!SCht0;i_f-x|72~pv^|w>z z)y*QHV3`A(pH30r10JhG?n(eFp5FR1PlzYW@77c3!ppbiGk3cy+vxx0f=Lx5o(+Ji=4vLj226?fOjqOtZkwK`n)(-LYm;CY({fGQ3YVZ5tB984;SHi)rS&?5_2?e|CD90OWDYd+b zJr6K$dtV3ThCIJ~SogfpZ#T%fgu4gg4RS4^?t!If?I3ICn}ZT7c<(ShOD@!D%f`JU zHJa}@pW7hc>b_Py;ZHNjcSwgO{E-Nqq%nlf^jCpfXZqK%7McUC@lJoFH{P1@BmqVi zEj*TjNhZ!Zl7jnD`Wcq^*t0uX;(ed}LZNv4La%1LW+Ik*lX+)e#g;G6b1yJOgSJc# zDNTl9>I~z}e&eG&G=3oy&tB3!R)4pQS7_{=$ujW{ly_zy+ImIzcnTl?(aM-Jb4M6c zE%5X;y})I^NAY~hdjXp8+`NfrG$cZE^LEt!7cDJ*=|poJhmBtjm;7P)}VZda%j#E}GA`w^53-03ZQbD@P~tN`Vx zFFxZ#Dp^s5%kwL5MG;s9^(=}9?}Y(oesvZ#Kb8$Kytj+GbvvoZfjfDx7ow={qNOL( zdGIFV?k|8IwxSF+?W~h)MZoXE$_=oWbghSTyj~@WinSa$`Y>cM?)68Yj&ilEfAT2J zdj4Y&!P{1z+@!!SmBJOCiYO`uSFcslvl-aEN_<JB^s9|6=I%m4rY delta 2229 zcmZ8ieN2^A7{AZG_Z7I8djatkRK$xP7%U7aR3>TKhbSw=8WoyhiQpX|Sm8%0lsacA zq(^*16G+>%AQ(Q@JHuJD*&1!mG1K|c25fB5T#1@ttLQoBJ?C=u{&jxOx$p0Hp5J+% z=M3J{T81=dwN?l1&JuuJRsrMiFkH67UcO{2lFQMhwK+y1b7>w{5Y_=D80YG8KnWZ2 zC19wx3FNXXVjr;nG0|8Ywb>2_0yJC4U3QE@_FHVL<{tu^jlPe;_6Z9@EQmwCMhNUA zuv@9Kuy<-9uf_9C` zF)#}cEhvOA@kMcbHsHv@Ogq#H=DwnhEPjz2`xYP79t^R>r45>Y?HE$YEzLsjveIw~ zxw{Q{4q$c9>Dc~qvK>Ad&Bh3bFw+6{oLV z2TWh3lnXz zjvWkn#7g$$mI!vKF%qNS9dbMr#wtqr7q?9LNcHtG67rPmcefC|*d@pcDxboWd&+?2 zZ__dHqiE$Q)hC;~*MmL#t~#WnGQj%~=oJ+7^+(F++IUD@ zoBOCw`oWukd0Rc$-RN>yzNiq}alA?M7e!c}SOs_fb6#*NhSyH;f>V%nMWo@CFN%P@ z+T_M(np2fmywSX^8OkF|GM3$MKce}+jSS|WgPdQ*F#DUW#2CRGI-X_TF<%g z%Fh!44~y<6iAG&!GTgt3=sCoSo1H{0c6b$W^LPJF=J)pL z_}?F6RR-N771(^+sZLLjHQ$b8`S*ynIL0y`WB*E_UJAhCzl(`lLD5Uo{vm_X?&?_o zZ-gq)?veM5TMlr3y%G!vt1~v+#E7PSOlo}1+snKc z0$C)duoyIEZ5R|n-BoZK*8yCn(+zwc+@2$tlKI2+4sSP{R7fA+v}y|9loYRn5p?v*ypA zA|>LN!EBP?*vx$%_7T0>6ZErlIK6)f(Vtij-XJD3=S8>^gbl)x#?3sQ!B;+uUJNcX z=@sCUMFq_TE5T1X3iFrPyuXTjcJU?BDO(M?dNTQmx4#bIX3`osrfNvJFrMM&6sGakCtbg}@Fuwlfi|3nG&cK`qY diff --git a/docs/build/doctrees/features/question_num.doctree b/docs/build/doctrees/features/question_num.doctree index d87d7375cc9fdc7317fb1ff9424d54dbcb944b16..e7523935f4502d274bef898413379109e0dd1735 100644 GIT binary patch delta 183 zcmZ4G^2ddxfpu!(MwTc>#<saxq*}RQw4-=!#=3-tZc1E4abH!9P&k|t*iOdz-&Nx|BLS%E6#4~or O4t%yGY(Aop#s~o49zR(C delta 159 zcmez4vdV>}fpx05l{Wl;?$yI{fg9#Qhk@y;_QXu0R6)`iU0rr diff --git a/docs/build/doctrees/features/readability.doctree b/docs/build/doctrees/features/readability.doctree index c9f3f02b5ffadb51ec8f5b55f314196ac0e2dd44..830b0f53e58ac5348bb32aa5578b2c9a6dec0560 100644 GIT binary patch delta 1777 zcmbVMUrbYH6z6=s_m(8tDL> z54iPQ?VliDC{dB{RW!jcP*;PqT^ycER-&483(*;tIhMnlNzt=nDJxT#fj)m3yOsP- zf0}dvgy)(z;>D`B!GRF>S>o&d#sa34E2z$7#K`LS*U1A?(hto=6Iu})>gE`fTftJ=v z$&mcDI!=o!aX8Wvv5UqLSu0-E#$io;1aGx`3mS!r;Zi*>my%kRCzcGS?{2*ZaMq;Q z*~Z&XxnF(Gizu6RxB=$Zds*}G&g_f;Tw4#? zOb~zXm}cK_INEs^9*~KQ_U;YNA1Fpv*`nSzVtG}<6D|p#6Z=x$`SY%;uE&OrdC&cd z*q*2L3Yj$dTp%e$unOy_Fc$@5%hEde7)q^J4GQuHQ)RYJrDx9acOu zAm>i!PUMW1FxjP0$Y37~bW=+@2O8#F9QaIbdLSEqB%>PQ&kkd!-;3Vh6_zQ|HGv0cs6v2>6i@0YJ#tKqL3sQMgDjw+y z!xD}+hw(V|w&=71PiG`3FX7Lv(lv(^|eedJoE(b2P2Q6OpCzG^5 zuvkn`hu+i{_V*gea)E@#CeEjlV8?|%8CTPmaYw(q`af^QCeZT^QOTJg;83Fs%Y|6L z%-yuhYN5x3owZvTz0A&99~V`rnAej*Ps%8!IjK4X+L@E8L(o4RSYd2R&_90TSIg#J z1L>iUHe;I@8c$Ch%cM2BeANIx)D(&OfN=b5|DLTk=!nMH2PKTLLwNW=RIpO#s}=f3 H2lm51;H4Bg delta 2331 zcma)7ZERCz6z==p-rLUZqifkmx3#^6ZtHgoA&6rGwlOi&jgY7@Q7GN$c6T${v39~3 z7#Be$X$a$#fBZlbL;PdF8)8hvEfI+(g44ubUT0=U2r{0M}3-g{}g%P`?b`@Z*{ zbDs0O=e*~+-+V-Fo+JFb{K;!?oa0|3UunZGn~@P!^20IPFoPWdWXy zD&fj@N=CtL^D4)z#|gf1+pZG0A=nkmicv~FcpMx5ye`I*#a&L7JAq(=Eq4yJ8Bm^YjC zG|aA-37T(l5NjVM6sFgQpvq>pEOG{eT#va2S-4PMu zi9*YF;J0X7rNGe7%Y(Sc0uQY*Zw1F*X;Zymgnu1gI2ik$j9|KufNgf_3hSUlywb4d zG9m9U2OD#c_h|?mk~zRDEo)PRPi_wK5aM`*Qgq&U$YQj*ozV*D9 zkk6J`%Tz1Ou0KS-;$hz7gZ5zAW6EPnbxD>@V6e{ib_F`d&WZR)XDE+B_OwP(Ah=uety-YlSEUeQ1< z2Bo{`L-T8>MCENheNQd zD;)e153^8IF7;YGIj@>9VlpO--K?mpFs?HdgmIk-8iSq6nXTt3l}*ad-Wy!&CT4BN zzf7(ymDrQaPL3rr_(7MM;b=zkpz5L>hWmTXXYmyd_g+;sZ}cA#?l8^0r|jAGI{6QM CTDi~w diff --git a/docs/build/doctrees/features/reddit_tags.doctree b/docs/build/doctrees/features/reddit_tags.doctree index f1b3df0b5b7de6f259be9c7d813b12b3497fac4c..e9077c6a314576048ce0341eee99161832645653 100644 GIT binary patch delta 1531 zcmbPypK0bJCe{YlseBtZvW7D<#!eP26cGtYP0UpYD9TSxEiP8@O)MzL%uC-~z_^-; zaVk#v$&O;FllwV%H!oxyU%Ju?e^Aw#mG1r zpN~^FuhV_TL_p2tb-LV>B@AaHS!`kiw^+h73uf^(GpNNO76d)Ld9T%17D55D*NS(t zg#)t1A&zj1EnMng7IV2lE$(pt$;dbZua779d+=^%_xjF6gu2NszVncLz1R3o~DQlyv(t6PcW6xrt!%3u!ITvFKrv)rc|YWb-e!YN$0UWA!Y3fHaYo_w?kIiWplhFg5Jtqf%G zW`_=FWb<~3Gchj0AKr4^;+wbhv@#Q+Zt}?qP%m%pohZo+3I5GzrgXr(yJ8yDyJ|C7 znHcBbw>W;D$mSih^q2{&TaOgc{qy18EnZXuv)FkF)Z&9nd)OJexyT!B_sxt8|1qD7HyLM;k~f(Sb2zUNHS?*7hw_jk_wbH*1X{!vl_ z%GF@#p;E_KB`+|gz#yBISb&bauf)Z_ODa4!b;{8t{w{ujd11`lCNnP|EzE{ITPMS# z!&d{V3H2=2oZEme@epX4|v@>XLKisM38!`@v#j_-JVt6m4FR))B2+(mI)e zWL`{nGqd=Z(~ERL)&jDTDffWnaQC(I%1z-t`GYN zq&^3Bx*6B9E!=BYVLtC0V?D+%H1Y=pW?q+U1IMn{QdIelqK%mh{hQsSCxp?$AykVS zQhWEH`e}YDd@5RF;ZR$lrTB|UN9ZfD;)^AP9+&Qu^`i*+Yk7}xBZ8jaPjS$PBI}$= zv&7DYv#zdAf|m!^qDyxb%^znB>93(74YWi3p>~uDq(L)kNlqx_gNJ`I)*Y5RkE$XC z`;m|oRi0L~7x6}ezGKutM-2It(}N8JQiJr9n8d~URJh!L>RwXAoa>UTANicCjlcKY zRJ07$(5*I+PRGJ*o@YzsY0Y+?RS^f)<}y^%6*zp47@u`p_`OCIQd<77NF*@X)*wfa zk91%hEfz!n*iU*LaoX{-{iqa3)B3t_+P&=-UVKJ{&)xs5gbSR36gj*KF76CixV0ZA ze`Yn*IRm8D5!JE54pa*y^{Wf0UcyH!y(*LqrAcgfJ!e=Ro{%HRmxs6V{41#5m|&pF diff --git a/docs/build/doctrees/features/temporal_features.doctree b/docs/build/doctrees/features/temporal_features.doctree index 6d083d50b93543c7a01395e2a083f22307a13a7c..6cec63613116ccf46aeb51b12f71be6221a897c2 100644 GIT binary patch delta 422 zcmcaShw<)QMwSNFsh2jgq%bljPcCE;5eZ36%vA^|%1=%$E>`eOEGWp#OW$0>_=Sma zHBR}-je^;m-?JQJA)sdRdluQrfn2*8bvE;ID>DHpL*CVllfNs9Z2rVo&BV9>rwyAM z1r6Bn$OBzaJK0HMHdBVqWJ6x@%|9hPxgc!C$-a)=n?EbFGeY^B6;zipPVN*J*?dne zn2B*EPCJ2SR&3s@`J0V^n#p@L`8Ed`hA=@a5ZipvIE@!(nXls{n8lM7RIN7KJ7+^I UKkPDtopBOA%dP50QxhL5&!@I delta 275 zcmcaRm+|r(MwSNFsU90yQWzQiCSUXs**uByGZW)95OZ>XVb)|hW~t4_tZP_Mg(mlM z?PJW@?8B|h1f&XhS2MC@@Bo|6~UdnL}CGJRyQL9!{h>9 z@y)T4o?LLQ;^b3~-J3&H*cp+8>Yc4N?@-NVoSY^qy4hGgoQZJ?)acgDmRfJwAl%IX zhBuj5v#v9P%@y11Xp+VY=PGVKwt_qMJ=z=dd%@Le0zEoa|f0 F2moXbTDSlJ diff --git a/docs/build/doctrees/features/textblob_sentiment_analysis.doctree b/docs/build/doctrees/features/textblob_sentiment_analysis.doctree index fecf54cd40fc6d0062e181b150680f0e245e4af2..5b6b728cc341b339dfae1dd9da5652d1f3348e98 100644 GIT binary patch delta 312 zcmcbVaUheWfpzNEjVx7+jJcBojYLF3QWJ9(0*dmJQ;Ulgd=m=_GV{_mPh!+$X55Ke z{ya-G3m*B&=UJw0zQTEcl~HH&RQ_GeKq^3Z1tX)*d6AeNj^c4LOI&DA>@q3p@BqDGsgH47LgbE%1J UUZS;zopBjH2h?qTWK_Ti066JuJpcdz delta 194 zcmX?*c`1XXfpx0;MwTi@#)!!mSwuFkVANn{TmoWFuH&4#xu5kYl)Jf(Gn9=nXY&>Q zUCcnLUw8#0W6tD$VU^7>qB9xUGIBEHycswD6x+naxB{xZX|lhZ_~tw*Q)YzFW`DWu ztgKnqObiTQ%{nS>%t+iB>Ya=T?&KIzqs^6?1&os!Wkfgs)Y`z#I1y@g?dAaE0!9EU Cgg=x3 diff --git a/docs/build/doctrees/features/turn_taking_features.doctree b/docs/build/doctrees/features/turn_taking_features.doctree index cebb086db675f3d6a7969a2014534f22ddc11e08..9e6183a2189dc58b60972ab1c17d9ac33ed8747b 100644 GIT binary patch delta 430 zcmbO?nQ_GwM%D(_sj^-hS+f}#(l|wM%D(_sgpf7vSu?f22L(y6xlqBQHq&yHi$X-l6Jx5dM=sGS*+D8C_>j6 zb2f)_Phn@wnOqc82gb-Vy2v>pZF$0pm7i#{d8T diff --git a/docs/build/doctrees/features/variance_in_DD.doctree b/docs/build/doctrees/features/variance_in_DD.doctree index bd475d5c8201a5c539e410b84eeeef1cbacf08a4..cadb3748971a2f14602f2f111a67533364e56c00 100644 GIT binary patch delta 127 zcmeyTwp*R0fpzMJjVuX_j0uw$3W|t?q$cJn1Qg{brxq70_$C$zp6iMar?L-274S6e9pr&nQO# diff --git a/docs/build/doctrees/features/within_person_discursive_range.doctree b/docs/build/doctrees/features/within_person_discursive_range.doctree index a1cce30d07fa48c7d1714d69b3e3e8cb10a08e59..ccbfcb966be4d70f8d7847cd3003f035183589b6 100644 GIT binary patch delta 177 zcmbPi^4Nr>fpu!cMwTW<#)8QWTp}VNsfoD?0Y&-Asl~+#zKI0|nR)4(XEEw9Gw#MM ze~V=m6N_JloZsYJ0lm#T*pD+Yp2Vqo@-3Fm$?}|1o6WclS;4wC=L#%gXIz6%N6Y4w H5?PD@6)-(C delta 153 zcmaECGTDTsfpsd!MwTW^;G}$cl}5G_19Nb-EWxui4XnL1onnb9~-uG&*6!jRwiOMp*B+ z-A+7saIou*gVznJ$#l>iDc66G~DBgE~%Qmi$EyvV$k2S;QveD|I6V2T__;v zsOJ;0s>wNB$L|f2omAn^ukZ)Xs}CF`7ts5A%(uO%L-D}rd(ZavNDUnFE(AS$^VE5` z^$Rv@Dgw=b10>fR2s<$}n9E*^>S52V?y6M%4)YRon|BS8XB%5PZ{#?z$uNS3$j?ts<%AX>BM-raXQ^<}M`bcS7|6X26J zkSAdeMQ7u^(wj`?%yQD+GnaXrbsMnQE2z&>i#aJ1Rg?7~+nz3TEPQIR5gS2z2>I=% zJZt)RyR|RsIv60#hvh!!>nig?8rSM>eYvO3zt3JL%PfRup5D&cNQyQ z)9fNyo^av8vq;aHCJNWJz1?V4uI!AvQrDqP*XvN%RMG43;ln!i0`Dj)v@I3twICMI z7H=gjhA;@Wirrqzhd`k?%6vK36P`zXT(DJHu4y!>=o8d6uqV`Xl?kG`1TUpBel%Md z$yuF&qk0!g{Z^3rM<95oTvR3E>UlE|z7dRgFONRSoVm-<#wW$dpf6=`ks`f6TO{vo zMuC2AG=a9JnnGfQE=(rLTw=N`>uC0J+E@9jm5Tiji#R5kwpECP|coaUogP?6+FPr@gzA z85pJO*seGlc#nB^-#dV01B+<4eTFeQRCkdmc$>GAc2N(={TqKEtxJ& zqZ$@_PS;azCl4M7+Y6wiO6<9nD0aJ1B@SU^X?G!~A%%=*1;_FVPp!xRI$t>y_S#O% zzsHScu)Y|BFj^vgR9RTAc;Ql|-LHGdZMg#ZitF?$PQ4dG`hvAChmqOuxs`?!JCPe- zKF>nNT=J&V-#8`Cd`tCbNGR92?XKrUex&Mivn~zoPIJj@T1tiQcT~RFQ3<{F+hFr= zfxYLFv*r~Jsg@~jtR-#8;h!O^JQK!F5cD6Ib5AETP2X)bXz!IHk#y}za$hlnyv3^O zgUQUx`0xfD5a$PTiCQFrSa8u<6BC8)6YNCl9l`nd&rWYQ45<@fEg`@{*jOHFCEQ-W z0I|W1vjv>Sz*X~Ow>@0_U&OF;X`@-G-Uz+uML2Zts_fZQISl>F??7KBy{n1kyn8{` z*#eF|r&WU#C+sXLtjP$=^pYBEgBwceydL5S|-VDUmjPrS@EFp9_AF%J2h3hHO%p*t*R|*mnHRAX(F0 z9wh6bz&+k=`E?%#on$TijF-DG!+V_2#!he1jR(OIU`%MEu3Pt;etmFXG7YIGpS?Z? zS@7~cI*uHIE*u=D4H8N{YnM%@bID}ou{S(evD0ibI*L@8ZmPT>vm>}BM_(w()l`zJ z2x;&<_=o#4v$yo^J5q^?9B8WGyTa2cO=ZcCJs85sl#dNVIHozRdcWnss3vN&t`O{3 zo}8JTvF?zYyahjrQjz()X)dHDny3TTMIInJfH0KqB3P{Q3hq#vN|hA6LMeibCGK(O zC)d)3AJ%wf`!cqRx%~&Ak}WG!-9G37aZ$JbC7=yr_;X*-hrixq!7=zpb#S4Ql!NOU z0hJ9oxPj)m=-}o3LuyawncoBM2YGC&E7=3~r+NTM#43fnpC@fbZ#Sjz%+pP`q&^-) zqm}jYza=Ue@^UOzd7X-vKcVp|v@!PJ0T683IC)AmTGXJQkJZ} z%>~%4BT_-}TPo_>HE9>k_7zkB%LA{$N+J&o=9Om-4RBZNuK>~oi0bh01(PL2c0-sT z0Tx~%bFYZ@X7G#h6{S?Sl#vSN4m*OELXEtj#tenhkJ(V`si7(~kD_^ds!WO&lo5>^ zY!NFJG}zSb#9U;sH3TfM45yHddVS$WjT&*pL+w%LHN-YnCnn}To=+DrbEED`ncLol z&xOvyCxPBhnn_t}c;DcFh?%@f(-Xj9I&@7*gK}8zPN~)c+(Vo!_!x)<>sWxJs=qto z9=c)zd3`73m$STh53Y_ZL(;#2-Q>Tw00qlTBSEyO6Y?@nhn(K1^{41SM4GCy zR3Mfs4;gF@k?3v`Xu;X0asomo2uE6~N(^G{t~i|rRss|hpBKWC6FeUj0Lt+rSR4waGL+S!8C*8w4`K)g zq}F#o?OImwQ%~zb-jm!Tl6Bk|d~}tK!XQy#V5e$5%~P^{|_dXkxJLI z3<~;oB$#uPm8~->Spv(t%om`mY#Raxs`DXIl3_^-i`AsvFtJbL?aBfZGk{Ve_5XQ|ueH;2?EN#O zjoG9sMo?m16R71I;NfG3h+>JHfYzRqcvqi>yUD!75u~I#9}?n4@1$9BRnX zv3OjLey7IEu7Bp}caU~vlaB1@uK>omjxMy4a&%oOCPz2WlwM`hdE`6xwK>`vitbjH ze3j{E3Un8SW@GMC5Y0Y8Nb{35v8u!p1@T*^2|rWHv)C%rPh%xpnkFZxBPPF4V79^V)CcTq`|&eMl_yR{~lH2NL zg&Q?$&=C*K4Ln~V=E)9wbmq1r_{)4czR-l~D`jzeY@iEGVk*YhR;-n9tw}&a<{DL+ ztz;}W1)l&siBJTe#H({B;mQiuaBKURk_tWI>XUN~rlE0rLe?O0ZQGMfE7J{WI zf?XYcQLz=Ei_9xPg3G9jJ(mg&RkrB`w!74KOJuCp@aypktl8`aGpJcY+HdV^HdRqK zd0^G7*$74AQ7=5+A(v;Sm3wq0T`7^lrT|>8|p$r%IXQNu=Hp3^j2sStlGH{}(eZ5#}rZSc8QrVu360`1k0aP+{Pb@CiJyCS-ALo!CvSrWJxY=9AfUYY^%d$z; z?iqXo3|AD8B&Wn<9yG5W{wJnJm1QaqhB8@(4QEn zf@5L9DfZ9Ot~ZW7*7uZhH->&KVI|wJt)O4eI}Do^Fm=Oi5b9P7+;$Dy64Zg1?v|%} zFGPwrIs@qrZ!IGwLBsAV;10}isEsijE`@yYL_^(&Ek*l48PRy&^**dr(14T8R_M@h zWk@`*S5pGnq|X*^(x`EXKQlKpeTvv7J1`=agInxBkx$2=Fw|WsbK3(2gTi>8&L6{|%!FEt=Qq)a;dbNRKQia3d*p?wR^Bl==M@F0Tgt+Cw zGO4QI8OTNl%QoT;WnpL1oKg21&s&?Bfq`8Pm5O3uml9e91Dj4a+><+4^*eKkQX)0` zqEVWBL+K`GhdK@PGFnU44kqByqk>-NqpT-`Cj1lNH37ZO9r8$Jqbhe87(Lct9g7o~77G6Pax)v@G-EwSxWWJTj)CT-nfBJj~99dJyb*J_U~U>9H5Wre}7 zHZ1sC*DcRUm`E5|iFjdClQd4DRV;@U{l@jT_zoPNAdN0Sc zK0?}y?d5oT1#h|MY^821$MOa*TH1~gXnz-;p?z|Tn{A=o0l zkq?ViUWVyW8ke83Z`C~aM9P)E3OAh_Mm3aqW8xH)zzT#U7bE z^1g`}#_I9J*00Z}{IGw^kyU5TA&cYgFkNV8w)Rl%SZfQ$YJY?U3(?Qqc}qHglu)e9FX z=FvA*ou93E4j|b`R$-$IFY1H z(>DLiX!3ffRIbU{0a8PfjMkF1gNH!_qasO0|vU1Nw?z1NMBk;jXaZkF;=o=a;pPda!bj^uq6j7 z8L%ZRR>wd?TAH4XD@YPY4CK2^<*0Cv#@CuSa%^ddv@x4h&2dX%ORojSYKBX~jE*e{ z4W(x0x`IqIa|2Btwxm~)VKfU{dUcL+lsWe+3F#SvEqx3ct9oFz`B6gV%^x8W4q;1J ztn$kBW(&6TyBaThyBN0gTclmtq^bu8_XBZJZ0TX3&GlfRm6QkTN-=q`fo43|lFm5a z&p(`_!XZDmvgFv(odviu2m(ieg45C)3F%m{r42J_*Uk1JQ~<-4rm>Q3z&g{grJZH8 zK=6k1p@uErMQt&|qPE6t*b>;%zA~b517D4m3L3a9wsdRZ28|lE4A_!!zCxyaa*I}O4-^TMHsfk(^oT6q_6kl(K|jPG1sWlF~Eu~;V40|r8j|06k8%!rwLoy z$6rgy_x_jpM%8XJu4HC8DyFpC%&wX)Cg&HT6@ZoA0cKK@khEXhVWpoEb(43k8dxc< zx85=}`0!Swxhz6@q$2CKoHTq$NM9aGl9~%Xh-`EyXCDsdxr(`dA3xAnX}O*1F0q;D>3*zqqOUQv@IfUVVf0}LF`_dfn1I0_7Y1M9y+==# zQ6bO9zKxX%W@9hs?nZ}68gKHB)`>br&(@j44FhJ(H>DeGUQc^hAvfYP?+sANfFohC zI_TxjysfA0F44GI9h{>_-$PoKO{!+GrO>0xfU!FFCIL-HkAz-Qb8lTOrn$F)Cik?R zUMKht>`E8!c6`QNMn@8->$V$jEBk$3T1x-yc%9xRkkxd&PA8LtO&0Psonu&KiibV4 zVA}s5gmf%(_q$7}i_P6TSgBwzc^2;Tks}i~pE|^eVW|+U3<7T|({{STU)&rhv%=pbVIIA z({%fV@aZ-D)B*V_G^Pbn&F|FUGu@H1Sn$KpSDGi?HpZh)y`OJmT8-hm=J0MD_E`)1 z0s(P4d5Wi#Zbu>Ce>N@PC~0}{&+@) zm+Q^8)6FHB_oZ+z7)7{iN(+}Ae6?*NMr+I3!4uH4Muil%psXi@Bk)gv*920y(B|g~ zu)uu}=9y2j-VHOEZ}PNx=q35dl{X!adrm#3z(Cm9!;Q)y1bDeTf0I26$RZ0HrK&V( z9mNFPgAZfrz-5}?pFuGS)PEO~Z^gHP9516to&xrM4*IcMQVw4f zfUg@k9jCQ?kJ~UF)UbxP2TMuGmeB8qN`{F%7OSq8JCV06p?^T*Wp!gdjej3$S2n4d z9G9BLe+U?>xiJYM`ZQi>B{hxLm13I48)z=XX`98)vcv0@Ww^|m6el@q!bvfEq4Ehr zYTpj>G9KErtV}_y_E+!)Nr^K}0als!rJ^1MSycDT z_7hY9bM>zf1%T1gCy}sN<(2E|R?O-@G;a2mvHc?dN?Mjpsych{Ss*Sr6AYdJ+FWNB zdPzCEt`?KC8))WB`iHcs&Me>g|1w8yL(Xqy$@hrdTYxLuN`ON|!TD~Fkd6gs+P5+7 zu-Sft3Sc*3DDHd!hWsWn%H8C0 zy^2NgzQ-nDm%;}LB{&72M8stRI2j(c0iR;X6z^rH%t!Xa-F9mmjw+o=5ezJ|iwU^m zFxCDtn&f%nby&%kC$2V_>Q$wrWOMgBp^^cn!eVtuHKf1kb4wPO>TZo!dU)2*Rt{5j zNV~F0)%>{>OceoRHG3ujMu(|{R#G!}T`8uSyMd-SOr=+rp)?Dox+6zT%1r$>Li&FL zrurbrqPl0cpP&MmtG|yZUg>V2KwK22 z`U24AI=j$I%Gq_bn4H}}GcO?yZ4@=bm~yz&ndLkG&*i9X$oZ`-IZSnH0j>=Fz#*dG zjQIJ4bSyB{*_+Z1o9#EK00vV{U?tmVrodF+n`y&5oN9!c(gC)Wk&A#ATcCz5wMF@v zsZjngo2mp*^}S_8<0hNON(D_OW0E0!8N$?y3O8uf*kb^yj6>}W#4uJLCbqslpN`ua z6<5mE_PD@+DxR&HVJ9t(AwU(Md6;WdX(YD-RT%3jP_+y)QJ{)kohG2_Dx80jjsI}4 z0L}r##a?%FX*M>cG8+|+x_YQpbs{g|kmynR(6QE3zD;L~PZ`Ftikd_#u%_Xt_bLrhXn!Ml--4l!L)$oQm{ z>T8pyMKvmb-1?;7ffo}?S}D^ftukeRGarXawh>H4o_?9oD#+8c@a>@{Yj>c@vP3rd z4@PP77f+?ho3uWtH{5)GE*UD9LVSG`As#O+MD`e=fnrAgl(mBs@aR!NvG<~^Cxf+{ zVKBgJ0*YTO6fy^Bq!M=$BC$-?y z8GhSuIXypKhMhI>k_#U~Bd?2QU>JXYVx`-2kNIIg;wYI|&|K-qNcY$Xy2=j8`ml|M zxmJ1f1yjy2nN}P)`<^n&<9X{vSjm>RmIuzR6alwV6|ch~pHP!qfRKcIkEz*n+OBbf zj1sr`%XI`}<#^5uN=ePog=?Ua0Z7AQ)%^_Vc^XJ7_yVBYG`{IfLvw2ms@+Q3m`$qY z`lUd%!@yX@8AyQAK{cVF6waV4$b>T(Xr7sEc-i;$dNK-U;c4HOqag)Scn%@8<7qDx zqprzsF+nBHNUr5_N1>P(-%Er78>F{#VX?|< zTweSxjjz3p3@v*nX=662>czn#5En(u-UGC`UMw_}@?u>s<1E z`iFD$Rnn*L)Ka+gwp;eL><)xrNEjd@M_$-(HE;uN$}z~T@~PZ>qtVxg z@;(-~hsvdb{tU!beKp%r6uu(Kyy9%`l+~wG_lS-zYqLDjvj~lfR!bOimxcZmEn(=6cxmzE+C|1 zfr_u#lJ?(hM?wWKsCW-nvgL0IRQz%Y71u+3Y7o`K9!w@in<1qrwduHJBNoW@7>x62n;g0I_u|pN`ua z6<5mE_PD~JWqnQdje}&MF6L$XYC{6zMsWf?L zx9(jAELod23JAr1H2}% z^EN{m+%VlA6J9O{io5 zk+E1E<#S<(f*|tiHNNTWLCZ5ai2Pd8#%xkGi!TKtzY!R#kOT=gI*2SZl!7F51(_fT z15F_iS+6H!Y8HrG&(V+qHrz!>S1*YCNob$ydD&)1p_mtcoCq}preU$lYg}IZC5^AW zjSN_On6xpQRQ2Lu0K`Q>6v5C4G9egUDx} zoA%XgM^XI#e~6BT{2q%-`Mm{1KCe`}n6Gb#O17+XWM4lY80Y%B&`QeJb)}em-9R%& z5LxG*-v_>1whvfYauE4Q0j>;L#H6So+H^A^9Sewjq?FGw5cw5Y$(Fw$m6Aaa*I}O4-^TPZ)U2=XGW%SWD^& zc+4m0<{DL+{#e0dOpqve{Kp^@1&_(qX#$V;lE6Vv(icOGFE*pb3ZGHo;%6&7s;O^o z?oKU%ugs3*e*}A|$w%6O?EvxLi@M2R)d0kbHiuuyxIT54Lc*ys8O5Ix!j;E@rDB5b zAR8SEzR+%FvTaA*d%UL6)HlM4BG`%pcV)Y`Y_l0O19#jAm23l$iuXxj^rWZ*${*4`1!b--Sfa)05poP7hwx*NVbQKZ1=yEWHaM z$Ln1d$=$?QU*vf=kH+t@H@tm_qwHmic553T-_;u-!7>dd&WdBbuPviDo{(h6j%ib>L?>CTkWs{EV?=J?%x&AJ+lJa+5DJFk6(2No8 z)w$>Qfn7Oz9O?sBmK^SVOM#xnut3a<3gSb@2g91e)_O~>qITVz-}3dtII>lR|Z;%H%NGO!}NWgvY=8Ql;# z@NEU0h?yI8IA(K~fPNn;BO1@#e+?@YG<#X-_xB4oXw-mafPRg+=)=S?*#Q*-0kQS( z1(K4mx8sM2)E3jJcjM4{h_Ik+Mp^dVQL2K`ET ztKPNAxd;*LVY%&|cG&2*+=0u}aC)2X5{9i~$#n{#&{h{Ht>=b9HAZ@O4h+_1iya%2D_^!+!RA zE%>!D4(qiAr+yUg!htY&l8q6Z*n$tE)sDl`TYCT{vr*jh zyYR)Nb{ncjz;XvIfx}&-q_*V8Uaj78A~;BnPh=HD!G@mO4SR8|DxB3wt%s=`>ny4>XQVt;d686VuCyZEW=0-I{PgP%J5c zFPynO_)-R%ZWAdX&W+}mMcv5lH^SQSHoDYi_josqTzFxztVz5C-n(+lk9_K)n`#X| zau!-B2y5k9-Zh|`Z2(~+=nSNv0n?3)tk(2fAl#8bGKW|2kO>SB?UL1F$eS7yp zaWvmujy;$}hrPwUgJe5Wk_G@}Eq39%w$S4S$vPm z&}EOhy?Nh_o8%b~0QP!uy9E!Mj-3VQMUB`S99);|1fOizME4W|)S@nW$cbcgv<#`z z@tWr^dM)@L{P&zzh_1gOYCF);?(RdsjzCf8lHc@atrgZCrrMowdI7(~!45rN#Bq@P0aE&@XDVi=^Z zB|yD8J|~lY1moD?KAdFS1J8o@Qrx#%*5Jsx8w{u$a6p9_@Imiz@TE1NlrQ6-XThgZ zgDU=+SPOq9@z2BS;LjuY2S0cn;8(H9cd7#Xm=$?VaDeX;ChtZG@C7PlyLy0o+Q~vj zfU6z-WTV;*h+Q_;edtVRSg;i>!Dz?nr~{}aln&wvber}<*b+U9kZ#io1@&}_<1~LN zskAl49|o>oj3ecCofo?U`2xgZ@=9-fL-~W?q;DSF263h9 r^dLg9H>=PGijbTtUN4GCXISrd>aBhQJKrJ((3u8~8Z5w4%gz5UM~-&n literal 48809 zcmdsA3y>T~dDiPrIz3JgOJ|6D^186C71rs%27`sc*s}bH$^vBBJk5G;ckX6JyF2Th zS?SI^Y```a3R87JIkaZ$#LW zwe_YGMNkOGBWy`A1h?;LNnHrG$nM#ti?Gab85t5y$Nty&z0&1f1L8BNp1P0zYc-0Qm0G+KgpabGur{_Hxm zsyE}UNJjj2!<|>mMlI@{3+?yL15-T%{=WeJ-wpro!M=bwx<2VaHCfYf{BA#)q_%xQ zg*TTnVLOHf z^S;-jdf0WVdn#4G%>ZF;^PYZkk+HS=j2ip4KCDRA0Q~C%Hm-vC$MH-p^1<8aDMcnZ zXuMLjF}t@?51YMK8@%3wuFZDc+j?%hzMz#8-0vZH$180lSHi)FxZ(rQ8%ZY2{iFkB zBJ(sGA>grBQFv01IVl%alMT?fsSb=GylS!u8$kvG`R%5VH8$UB?vFYS#)5TF1+aeH z?ISK;0arQ72EoZ9gCOeG2L=Z3W_mDm7WU(a0Z6y!D&edd4Ovd#b!a6SL}SFZx?y)1 z9mwsPaaNi&w3&4snw8pg9bSCUoL=A^L)*2a?Yt%od)ne{q{R^2z%8-cZTb)s6in&3TL5KRk^A$OS`^;q5wf((@iFXCK5c9#&}1zF_M+-zM}#Od;NCk^;;n%r_iVh zar4{_f^PyR-opb;GGQKFwDCzXF&H)(T4a|#oZThwy~Yl`f4B~9OErar1-&zwA`^+} zlsQz#RMpET2RW+%X7!MdKj{=Qfz60f_x%Jr1aF zCV&j1pAJi-EOAJ7@Cc&KZX+b1!4#0Jo9#851k>Ja$$FTO>)5V1>U&Rmx82i+6atIr zusz!t9jbdsz&qki(!mNncnO-Agc%yb>vT#}#+FQi#?TCNU8mzIr<2PMgsmAcQYH4> zN))@Ds1k=TiL^S9sgOdZvx3uhg(pm8uG~kVGI5$pBx3%z(1a-K6R+=D-U z#QZUqte^GWW`hDw22bgY5prJfggnKn>hW*=OL;^F%wVEAk*Gz&iou4JD^?UXWH5%( zJA+aDhXQK_07`UVCTuJWv=UBlm;pGuadrpCaIDq**li6~|9257FKo>VQkQgX@i7OSMIUdbRrq4 zJbCAR6}!xKBT%HtbXO_iU0b)%c(OCNAje+VlV{MLRETJBKK#S6%=|5}eN$>~6{&co z3fL7$r!tije(XWiB?}S~X=xaCn)P1Ofj}&3v!M`7DOb)+DA;hw%{PKKW3R|U(v+#I zxe?lc4Usnz8w?B)ELL>|S1L`VMhdP`ieQqByBz%FSo-iinyzdtW4jpa`%uZ2NT{$6 zUIW5KVgCTg2DieWdjkjldQS#3@Q(^`VUiTUb&G(>1^{l5c`gFHJU*oLbe;Jl;C0X+ zo9Rl9fGblYfaDIv(9iP>Bic<_CqugFl(ffJ(P?E-{uN@90hD90s_S%6{yj}sA(VfI zv@2V5Xq2A<#deenlcZ3tTf~HNgUkgsluH~)FX}q-QT=F+sRmGORT=C;ckK*z7SQ^1 zDvHTfZ^o{54HaEUM1v9dCq1!LgY`;Tvi67zq)=O=g5tL{RCQGvqS;tM1F$^s0<0wR zz~DEOYYt3s&$_Y#JPh!CgVR^VsUz3m}8?jPBhmGDy+(jl^L%;&ha0%I{V}%;Q4}HZ%UPBC%_!E z>Aek&d|;_Nm0Ak~1;JSG5cCS}rvUS({%(g;l+K5=z8&(zab7%y)cpeF{2SRx{(CD( zu*5VHLYvzmFXM8k39lEqaSW>=%Cg)*rbxU?!7MTyY42U1KpO}parByE4E?!ALS~=P zVrAtIYoXV>kryNv3Jq13+(24W-zyXJTEnl$oLYaSsCT+ddhmJhs+w@52SU|zz1b8z zIEe}Tc<@{JaHnX(PKzT+sH`ds@CHSgE?Ok*J9us)NtMa|{J`2DGshb|36*RU8FxAG*1oux(C@I6npD^gOj;tFU#7&r{U6+)%CvZJ&^{> zceD6g?|YE+d_VX)_VrY-Yc*uXczjRa`)Bm5h)A566#xSdd3(jNh?#%=%1`^q7ev+;7t5(YOvN8tZncJmUX_7+*Mz$f_4$d{S+sZm!s|2V@ z6-ijaH627Ck-56kgS+}&mD;bVcjOu4U|e~pf*CVNs!T%WXeo;@M(L$c$w0bdu?jy! z>Y8ShVA}=mW1#a1{UKZCYueHisRm}wDb13WWs9o0Zz(GE7${cqUK(R`T1nU?wcysx zVp?z;WOf*#pm41Nb;gp-WCKkN*#fEEsbR2R+b8;V00@t|8~<^0bJ>7T}(~~`qmX#0h7hU4LN>RsDj@lqIL@S#`L6HsgmRn?{ZvO!9!RZ zJFxu-0zI=5y~`$Q!7{oVM!*FF6Nq<1Ah|XUOnsVW(ASHlW&XI7)!Fd;IO#FKEPYP| zi^~m9>^jHC8uCN7>?@kK>@kPFV3hBpq-EKn>hKKS2*O1v-^V~UcX$fBq=u(%7Sr%F z$m~B2WJoLOit~~GM>!@OK)zKaC&{iYpp`AgaXQpjzXW@88qz(}%$B*IrnrYutzXu~Km#j?6YghXyS}`hjDc3dmL+ zDcq`IqZ7YoZh$&W++&3{@%W*9Iqq>ZUn!4U!v#`jB3tKNk-Y}6XJUyZ{Rrejx>}Wn z`wR{(ct0%Ch(z!KJh~ft6?{+}eF%JU_^7r@2-#@^=FciGSPDQ-Gl0@mvxaEO{)q%mw~y&e>Gle?FZ z^^(>aWWTl!Sd^zlhBGp>{GsSsc{WU1C3qOs=xo>~+}|uSW;q(GW%QP; z9o!F>9+uU51p9g__#gNuz+=K{oi%_+x$RH@214(9uyQWDb@c&--IA*so!BB<3zenL z2`_AF3m%wZ7e|@&^~w=jY*C$p;T<;|o=AETTtLs3qnsky7qLWs_La9};ZXnaD*dUX)*-x(`Lu3}y^UNIM;Od5L_S;QF z?M%-NV&=)-;dH|DfrLE)o4UllJ~QoO( zG_!-ns;*o#TekAur|Gh{i}5<|BJIi+RS_J#8ib4TI`@NYE`o(sQV7&7Ektxtc%5&6Diylf z7(xRuUgvSFlrv{3yv}tgs?M;5*NG~}+=Zy(v>Qm_`dx8z51Ai0d)#UET)8i5@f1qL z{IHB62n+B7;sv|Gm~YWwi|pGHywB+95I$awm5TeA($g4l4Z#nFzD{57EZnAHV;8$* zZuB}ET4GyB0q%*rx97`o(g$r<%H7sjLP#H;#11 zpOjrptX<4tmF|T~wqU5TN_Q2IRW=?O%_ak1@LEteEJZVqeLWRC4F3dpOemVCrTxIs zr0_J{eLxc2iW+ixnzqW*w0o@?*dPKVjoffV?^E#$vnP~h7Ale7>NFQ1uZ6b_;8XH= zquN}*hwojeG~IS}kGQY(R9{wt=o8E=eA=;QJB0f=)8YpB_7UORB_@C#En_X7On(t8 zP4Z9zqt8G9DarK9IJoHiN25#L1}0Ib=nf`xaAE6d^GOMsZ^lp$NR3y)C{!y*2Ewbj zph39->-C^9$A`q%3;A+<^r7KO`Px4AaT5j433y^-uYsE=c!nrFXjo4Zb6VHaC_&fL zpTr}wiGmz0(|Y>F@TLOTmq1_fh3P?5^V>Cey;|hV6@1Ir#pYGDP4Td6>lfIRR%3V{ z9Xw*h9s{HMY{g#OC0J@d1|C$Clk{|EUuu6@)J@*C97}DRAqN-S=h(&RvfC~sL)EuL z*UK-yrP+diL^b;2d(w)5fo&RVP@JyK<+58T1mcoN$j1M~+W3rR^}j(STTE1!)juS% z%4UtTGXSkO+b%beWS*Cu8(U`sbVlb!pi;TcWd~brTZhrxvUczVu+^}f!4v4nQ^6i+ zeSpV=GuUOrxxyT9?7_V7CDfD499(>GKJGg8n6CW8_7rz2;|SngicV$DKMqeTvDhoJ zu3@T5mrmPVYIt4LnHi42(tBA~mi#fLtIODoXLna(rAZ!@U_=UJ)UjBd40BiNmYd+QrYk+M>UTxi zP4L@DyRt>qytmXk{WvIA(_RuX^mV$hN@|_18^yFvH^}V5MVZCVa(L^NWpK<|^}Zs< zOt{8k8#-dFc}XNE*6mt{c@;49LziZciA*NV)~?PN|}jFHMb zFAeoD^hJedHcrq04C)^t1^}m}_j_Qmsw)@jR#NKonl^jO7}!5YT9z%Uf;~71!UY$3 z!52U_7wp0=DX{BiF@fD6v#%sRq)&Ba`QZOhj@bslZ&k^6c^oOAl@UoeOB7tnzKDn} z3XwEAmIiD#ZqNXXNLr1Rawar|n1+|t@L{g**1|g?@FXonGm`qqpeFL0@)acl&Mwn2 zdK({V*s@hL0P__ZV3B=Qf?|43nXYl4JsT?(_nC}Kh7bnBSAQn>`oe7*HvX_n=0>1{ z#5YzP6L(*gFUQ@DwkzdsYiuC9Hh9KboMqyx3F$-w%S7V2m1RN+$}+tkdPP|#awyYf_aOq*WrVnFZPX+%8{{(nUxTbThNLR=v4nCkj-ieBG z$)+n*vWbs9w&uF9(pK0fcqJiH{;=ORYyknqs3$(kPFs&0hd*Nt=QCkCf@v#yn7Jp< z)L;cp_^EKh67MJ3wB8o>HKXwqa6ML<+!7wU4oXIR|5P19y?8RMbe zN?MjJs)9W@0>VXks03tl!7l8Q0=sS&6W9$h!}CzOvV8EjbIdjXeyd8(L+vb}m2n$5 zOB7t}t|g+2!b5!xRH=Z?#tj;P@lcOprJM;(;h~-_c_=OQ$s?kMs3{Yi@095pp(dUn zcD0*;c?(Uj$lfZ!ME!4>u5qvZ94i&~nv6__AZ7?w+cp$M(y$T8z(g4*+;M1$ZM_9Z zChp#lFUOfEv|TB8TcZPEqIk~A^KW|%-0#Gf8q$ddCW=IKD-(qhl!-bB2B1t7Ia($r z>N&XTA{+MMfdJUQA6E-~$?(E#@<~-TEZ_9JfmYQ$C$8bU?DkfU!w0q4Au#L5;q#T` zZSgg~u>^aXUTYm#cB<)BqHc26a#2lbZ|LmO7TwN#sXKT=hW3`|R(TFdnj~nV8l6MB zppc(QE7jM_jEQQr19J0{eg{GSo8Z#JvR)zf z^;Gb8@K1opg!S5{k3fa!;v)oRpO<6ZT%zl>@G;-0a^qD8j~pdYGVGG?LBS=+&Bl5N z4^zP_1>x((O{eR}3$R-zKH2Gi#QD??oclEWh6Yl$-2#_ zX=`>!XtFaW(1O?gUU+SZnXw<2u@g^8e}t7Lc^rmFwkXWl#Ui|Bf1wXW20qi5e(jDD zrP-zyr9=W`Y$F{Pg#g0ogAu4?V9KyqU5yzs?=(}UymE)PQGS+BwsDuH*9v0Jn(ZWQ z%obJC_)@G{1r)190trVtYbGp|A`)~1nTP~~%+uxWE#2|bNP0aPbF&DuRXG+?ID=mS z(gEJq7ofjb%&{iiV&+M{DM{YA3_G*%snk@UHSRW4CT@-paT(<~u$xOEgppuJNdLhH z>CISJyc8%trs>UwCK{g6VIFB?wy28Y;1UonN{6*THW$UhLMasM1~Q@8AhR1$Tm%LZ z)4G;?Our<@UL`U83N2wvZ=7Xs6~Yh3LV5rZIr73@vw>S^Bew~QEVqF#n~9;{s-DXA zR~xZDkmWJN50py-y&t-(Vl^8m*l~vYhlq^^aF4~RuH5KtxzF*Znl5|07}h^U+LbLj zG}iwN6z5`HSS5vZ-6$rk8)U9Pte*}%q>FX!`D5UHId&Wv16Gxs3;qR}0S{b{D zc~L>S>0ju?GGh4JM%mBq{h}1+7#IBCSScrkQ@G%lNiKMBEkHlEH{_CF2{cO#ZQ7I` z+Eyu&vA$Z=(qp+1n+!l#8*+RSTP(Qa3E0e3_wTVx9UFGsoI-1!T<+qBu$vw-)C~F?k zIc3UdX+rdgSkoyP<{uQDE6*!S!vqhYnlpu0{+P8-8NBktP{}rXsl4(>i0oqW%3mI) z$zMF3CJ(F-$jU)-_~!FgUimx2bmH5kJCPmgHD1|>Pgy&7GhBLDUio*hucv|)<1h!{ zG2xZB8zSBw@x4JlMqnd1hw~;Yt_mehei>fFNZUy0@Eb)UNn~P#$p%jXB1DQ~4kQss{*0tng`t>>X zDv9YcohAMnbXUb{Hc%AY{|&Lx0Pe9^)s>5T3rqZcO_#l04C~(|?aCG%8tXp*#kp7) zR!L!9H;M`C2AM@og?g_cJ*$N*fg@pT4nyfzl=!;UHCkx zVOw9L>6n+%bc^ie672BH%XE!<`zTf_?(MSdaIew=J3LLI2YuMR7%hCB znHE;`49f>!r07V0jB;=4UiZ@MDgHG0Lrp@`5VkYGpAvPGJC=h1Rtz`zTEq>hvy}5q zmC306sOU#|vRB$5_$ySSlfAoA-=ZAw=)mq_@rgG{If^3veBMgvZrWlSGZ}UtgG%M>o*mCMLf42v zSvz^Cf-``75OQ^6FpKEPu_=x$QRma<2f4*=j1KaSOMncQpH$FLpodLsJBJJ|u` zbm8@R%_yw&BG~-H(zy^A-|p^6?gx&0-L}ZpAQ#>$1W~GB~B<_)i zcGySEs_D(YnbEgis?&@Dt3f3Lk&DIZESyUP6eM!zHNENCJ%h;Ykv3+Fs=0J2BKLMs ztkMD`sOUtluuzH?&<$jw1q?FJ#LZ*4QL=#V<%ri6$xxcb?7k+)WC{cDN+N1!c3&i> zS>rBA5+30joF|+%JWLT*W_@^x8wts9(<@}*P=j&7`T1keIu(f7D8Mc;P(Mt%G{A3R zv8pQ<)E0j0OPVfwyBNRqm!w_UqAHMscYttFF85K8%>}ZsN(#ujQA|KK$XulCg3NWl zM6#|aAITrhu~|tZpXq$=FQB_BMzg`9;QeRBMgw@qVpZ4a;C<`Xv@UzQ7~aRBk}bs? z8t-R;;#|B7tEBL*8^wfogUllGxw`iJG4Ru}W5BAC^SL({(8`!TOpOXsKUWdaMd5RA zE`>S9=iZ2wa8(6$4hX#ca`ZH&)?sKm5O`5EVuhW z;WiB$)(qUPF(bX7_{JK6iMxM0Uyi#QZCA?O)(AtmUB1{W&h7Fwx^$v}+a+m{mD@!L z%I!V|y`tPMIXXRVSN6E-U7nnU#K08Gai>~gqt|r%E>FklX}-@Fc7&1Bj<@@kzPINV zveRt6x6@lqXJ>COuym_z12Y+o!d|!T_PxEycK9|#J8II`I&`|>To=B-(|<$1nvBF@ z>@@p_RwV1WjN5>pJs8*C%4EFW>vr9CTw}TpCmVT56CQo;A5PZ6ssukd8TFH`jj-N} z{bsZef*gMEr_oPFZziAC?%&s^UwKPL!(QC!#r?zH=EKR@oZE&SZ*kZKO=GaeaiiF2 zb>PPadchi8`K;=$a0*`5tk{W(RyjE{I5j+5nS7a4L!N#uJ z3A=Hv=^l5%e5;c6p3@XRN0P1Xybo53owyfqp^;>y;m-8tK;QTYr;Cp~f<)JKT2L~E zpYL$7Q~i6Baq=4Ln%l024Up<5W4(BG>iJWV569=EPuARSH|*9t__%q~?SjRzsr9&@ zY^Ii0w2Tlf{bW)*qp1j1Y=dRQIMplLz-ynAKA}}kwqPFsYmo;gYC@m-$)={$p6kKJ zMzDATey?)d{p75!TZi#bYq%Xi3S0)h#SV5Dg^6<(x(OEX8#S0DXZ?A&E0K&ly*Py1 z2fQd*L~gGU*5+FXsV(k&CyZQp zX|SwGPy(+;IqpY3h3Mv5!;hSqCU%6iaxEVkFw8bWXCfF3WSoK0O-!sd>o=iuxAc<< zJc5fv@M0Jr7RYWJwKc%y8@kR3@e?4r6~`AKr#%NiY{DA`;{FX=b|>QM!K#k&r;h9&@|5y31MRjRjOz#tbr$(ef7Y5| z-C?Gkgy#?N3pj3`WeAq{}21ek#j^fq7!FF+GK*Nx#KJL({Htmd{Hzgcq{4GgrT*;`RFx*Q$_ zouy&zWU|_AAMYRT%_Qq+IDzpCPy{B#hrtooVy6qcjtOwKLZbj$F~nEU(Qs!md?(vd zrTE|}DF$t`;>Rcsp#~{mi-q(!cpT@sufv}x8N=dup+hQ@6DK3@JeVEGd2ge4xi^-K z(#D8D?u~e(%#}WW{cRFL_l-fbTOQo67^- zflls91bFMBmuyneP0YQi?!y>Ce}M~V2?jAPNBydnP&o(_FdAAjVN(nkBD!5G6w+fU zjbr?(q|&yOewdHCF;0LxbY1KWqyZ3O$!DZ-F4+Ljtm1>q& wM<85uoGt_&_M#JdK@n+F#T!I1!T1KhU2papIHu+>F0OCjWWeGk_0qoo1BH0rqyPW_ diff --git a/docs/build/doctrees/features_conceptual/TEMPLATE.doctree b/docs/build/doctrees/features_conceptual/TEMPLATE.doctree index d678f50dee7fb6aa179f0cced0829b589b3c22e2..2c3e63df40f771752c1fddc1162c867832d59e90 100644 GIT binary patch delta 60 zcmdn#an6IKfpx0$Mix;<%~bu+;?$yI{fg9#Qhk@y;_QMDydS>nC0pBTdv~KOAs-b@fZZj@E(;A=gp@2}``UMA z?HOlg9Am218(L6Sa#ShT0YVFkRskXvsZ{Pms#J&|)T&a8Dpf*xpjFBnLQP8xX`85_ z=ZwF`yQEpvAoU?H2#AGrAU|hC!yJOh#6d<%fjrZo$istvx@cYI<5q$xqTaiROvPC`st_ zP?oB(JdsS2V{(jH%{fhv6R@X}Ztxdx-z@b1Pxb?4=epNizK6#(oy4?sCPhuE0%M5e zD3Mi@>KPrHh>wRhc<%K<6ESldiOYs5t1$qR^2W9jyX`=UjTHCa$jkc+KSDoU?=QUg z*`D}wZBuKhnoUz(GHIM&YV-8EQ!v<^Y|?azmjXvh-zoW-^U*G`r6m~L$HN=CdWjU% zHCR_%HmaJkPDxxcC4-v8|2Thh$}{wMAQ;?67}cpYvHEHgRa3)>EX+jKRDx@3@CC=$ zHl`#snU#{1WDST&)xDHT!5XQDA-EFu=f`gEDBu&?Y6<8DE11?`Xl#%TG)`nwL{5Ab z8F(^aVg_0oa#~JF7=ea&2!Rz7TMLn*TGq6j8B&@ONUVY!i;(GR@<2|JoNO|pQzJtm zI;KV>0*;eZudhf>hG|5tnOSfup@u0%VUZcyN2v)x$2K_)AuupbavWDRk;nIbNwxA% z*D|^+nK7EmL#oJ0NQY#glBY&xAxTWq^*l*aNriVf7EBMa%S4wF$w;~>$Fex>xR#b= zHL|vnM^p6}cixKe|3i%DZ(@wC5c`?C=rT-QQjfKpO9L&zpcOL?e!_&ZOD zK~)1Q36Tr~$}Rv)X2HV78n4UItX0jRNLB2u8c8H5u|7GS(R5Q%O&`o1iVD+G^;#L1 z6A7rcAodk;H&&|qtCgTM9d%$BD#iFWH@I%a>Be!AzlbZQY9ea4w~6&2igf|RTJb^BSbF`y>h=02?aabz4tZbT&Me^8Tvf#3m|fqSc+_6S z?zAm7E^$Rjr!5_&tQC*kckoa5_BlHt27Ua&?g6JIxcuU12M>E%cNV{dr*<=+p{1fr z(xs>zgB$qokdU7!F&C8kYyxkKLZp;see5qF*Jm1Xy{Da@{_4L)`Rw?_mO6Tyjzpa6ugO<@RYDgK^bXpO^Td3VPlQFsPDIkD|~*wd{X!Jg2A zF9dwuO0?N-4j!{nB?dqIVNcen$awc_kN3;0LGcRzhsP(JsUw_5$DMWr0t1|?xO$3b z`g-_M_c`GWB;hlGHNv?jl2b_HwUeMZlHj`3Xs-4guF@F2_tpg9_{nfUJZgjb{&J`g_*<|+@ja0ri!U{p@cj?%ObaWSu+MU)((s-t)1QX@cBVIY z=g5%wrj6+r%bAA3-`N_|>m!H6cN;wT?)P?{vldUMJ*}}%jfeMpyiVl+?ymPn{~!tu zOdEc2%-MPkMz9IOrt;NIO9J0L-p4P7zXDmZPPoP|Y|aUr_{>;L^fwGQI+_gcDt|H- za_|o(YKCst7691jC?DAR%5CC(6+_56*H){U-?LK{?gFQM{5Lzt!~+e-k2O2qQNDNA zyhEIa4)-%5$GgTy#cyNp9?r%C?mYG;O4h+=y8HOq@d=QiLz7`1o`~FS;Jb=SeFOT; z!y^{4q8K7J;l*aV@G2(f6NBrYgyvc?R!;F>P58tmYgm_Gc^cmF%y@ro^p~vBdx|a) z-nbSkDaWBh(QQ59f9#U-8bC#a=lQA0_8r&5a)k)~%m43af1C6-qrJ`j58NsK@_J}* z-4N|}h!%VviPxvK!|>5yE)5?>VtO7+hO&aT9NK+O#CUwLce4xE^)Uw@m^vuz;7?6G zD_kjeO@CJu18d4BXFhZku7F$CtNaUol*@Q8v4iYow!}`b{Qx@!@+fUS{#K z4=*3#$s#(~)v}mncVHdu zWrG!fK>*ke0C9Gl6|K?Pnaa?(6)HnxZd*g+-0pwmV{ywGzJ34Cgya0L`@b&!V2zb) NTV_XuW1P)y`wy2U0x|#q delta 2000 zcmcJQZA@Eb6vumRX`wQhvdRFZ+_t2)&= z78h4iF>;D8AB+*1A&N1}H71MG;S#@S<}$xHlf}4cjL9My$u^U15ufLlLT}wyzdTQK zp8q-j-#tC|xmSOHxz9lJie~ohzO$No&=0wKBSJXhIwp{qt6hk^7!8d{K4{WG176Di zrYlN>ARi2c1D;X;O9JnY@5ol|TC6nR;>dNpUR?`%sk8DD6zdY&NHiP@jwCT@ zJCU4BT8W1IgHKtUz~QY@yG~SrN=10`06pz|!98LkW>T?dD~;ThzP23UpbTqlJ2W&P zZp8}@bKc`A{arkv;~%@7pAy6qotFf4*A*g_?5F=5`Ag|hwGLTh! zYZgctpL4W9Q~@%k1SzLhqgfz&=W&>#APw+ZCd6nK1Wnz5kQ!Wnag3t6*7~Tj9UlW8 zuC0Pa1;&CBgQpnt3XD=|%l3CQa8YguJHC*~GM~jl1sg25zhR!CJZPxMLb(BGZ8XB~ z3Y1@!C}!$)O@UG(U1=->xF@5qTzGQX=75TAcJOC>mEk) zW~()erU$=mt%m0nG~HP=HtN-xMRRPY8^m=QrWjGsbTXQv^|_^j6b*Z&P;1_d=S&6o z>8^_~%Zlh(ff;JSMtkjjvrA{&<^VoSn`j(NgVXKfV4uk~U}Z-KoL^5qr%bMqKIyQl z;k$IQb{kDT$4Oguf0PSX*Q49zDBkG~LJg~Va^DVEVW(OKw9Mgq9ZyKwolaELPWGAbr)Ldnt5}LleU)j;TI?FI6 zZz$mL2b1DX%HXuxS$I>xAMg){Ck_n>;b<~O4B~&VaI(L&h|y(XEc9EI82$K5eyBie*Zw7mi3Ib{^tXO@HEyRd<&+f z%Lk8h+*fL;>+ntW%hRmA<>Kpf6Q|g34;dt9$Q+p^GvXWcal`~$zF>>QmYZz(lP#xM z&Plq&61t!#AVep|gb4d$h^**oxn`Vr;^a)6%$}Bu#pObAxk#K9Xj8>wq=~nz;4I_>J0vu6!O8@`> diff --git a/docs/build/doctrees/features_conceptual/function_word_accommodation.doctree b/docs/build/doctrees/features_conceptual/function_word_accommodation.doctree index 4a38b1bfbef445bd89fa1584ecaa06bbc7d93169..cd5efa41a9eebed62c35936c7c4bf2663350c917 100644 GIT binary patch delta 47 zcmaDnoAJkNMwSNFsc$#3STizKOm<)t5eZ36%vA^|%1=%$E>`eOEGWp#OWz#KIKc-1 DoX8N` delta 26 icmew{oAL2%MwSNFsW&#VSTiyvPj+Aw*__GP?*jmfr3pU( diff --git a/docs/build/doctrees/features_conceptual/index.doctree b/docs/build/doctrees/features_conceptual/index.doctree index ca209bb8539ae18bbe133a781233bbe8f80ec839..7106ee2cc105c8a5b9e45390c557741404c73422 100644 GIT binary patch delta 45 zcmX?S{MeYKfpzMQjV#)Xj7gIX7)3-vQWJ9(0*dmJQ;Ulgd=m=_GV{_mJ2Q4m003i` B4@v+4 delta 24 gcmaECe9oAqfpzNPjV#)XjJ}f%7)3TmGImJ-0Bte{uK)l5 diff --git a/docs/build/doctrees/features_conceptual/mimicry_bert.doctree b/docs/build/doctrees/features_conceptual/mimicry_bert.doctree index f7815022336650230fc6c70186e59aadd51eb2a1..94c390920aa1b619ceca8d5d2a1141a2119b938c 100644 GIT binary patch delta 60 zcmeA#SW>{!z&cfOBa1AfW~P2UixNJ##?3pd+Zf` delta 39 ucmZ2d&|kpPz&e#>Ba1AfNQi!DacWVqeno0VslH2Uadt_5!DcVUTV?e-Dfri_}U`k}?CMaB9RsTrmEE~&-YCHV#VA*qSE3IRp=$*IM~ R3ciU21(|v2n|&F}Tma9E7PkNZ delta 41 wcmcc7&3L$*k)?rk>W+;pri>y9`k}?CMaB9RsTrmEE~&-YCHV!LlNiff06O0e>;M1& diff --git a/docs/build/doctrees/features_conceptual/positivity_bert.doctree b/docs/build/doctrees/features_conceptual/positivity_bert.doctree index ad35849828e74b9f4fcfaba8e4bf88d7d6d7488a..fd57f3d28c4949fc45836c40ee9800827e1029f8 100644 GIT binary patch delta 60 zcmeyI(~-;4z&f>dBa1SlW{!SnacWVqeno0VslH2Uadt_5fqqD8Vy;3!QGRl2aj}AL PVnIP>UixNhMhjB_pg0~W?uScd&a}I0F1d6y8r+H delta 40 vcmbPU*Hp*az&iE2-9}b5Mv+MU(BjmhV*QHLj8c7<)Z*-t{DRFPjE8LjF$WIs diff --git a/docs/build/doctrees/features_conceptual/word_ttr.doctree b/docs/build/doctrees/features_conceptual/word_ttr.doctree index 4f46a08e16911755e883a9bc863d2de322030003..a9f3baff295a82d92bbd9c6affda57083533684a 100644 GIT binary patch delta 60 zcmX@_^u&p!fpu!+Mix;<%~bu+;?$yI{fg9#Qhk@y;_QeMig3P@1&FYM5tpKh271sa& delta 41 wcmaFV!*sTXiKT&cs?$ament^X{m|mnqGJ7u)QnPnm(=3ylKg_rHjHYm04G%r3;+NC diff --git a/docs/build/doctrees/utils/assign_chunk_nums.doctree b/docs/build/doctrees/utils/assign_chunk_nums.doctree index b7fd4727ddf8cdce94ab948721ed8952f0fe8743..6fc95f688883d4910e0438fc24d8f20717d65cc8 100644 GIT binary patch delta 540 zcmX^AlJV;+M%D(_sad5PSyLGq6D9|8iHL-xCgv&x6y+zU78fh{CKeQA=B010V|>rV zI1jgcBg=VKJo1wpS*kbR=dxsD)Y&X4xS0<~ot2-($fz^XxZin>$_la5IfFx zJL6u;qMK)V! T&tPZl!R^sTmXyuj#Vw2ghy%N@ delta 398 zcmezRit+qQM%D(_sYgmSvZgXJdQVo=5!pP2@f{OmCx|(@uQ+)#KWjECf;*X?ReZA? zw6BA=A%&f_NPJEk} zt5ve13GLQ-&B&V7#LU0|G)!`Gub0v0&w2}Z;6f^!cUs>?s8HFw$96m8BzD=5O|Ml4V73f!4`v7V(H5rYJ!`uN9|xnayw9XvrhbOp!qQzNNzVtvS)(}scfE^5eu{jszPP6 aOx7I6$*QrUn@?oVVP`A{2YFxdb4CC=B!O%I diff --git a/docs/build/doctrees/utils/calculate_chat_level_features.doctree b/docs/build/doctrees/utils/calculate_chat_level_features.doctree index e7e393008dcf87e69dcf3e3541957fd2e3dab3f4..a3d616920981bf1eb7e1dfa4d2796ab2679f7fcd 100644 GIT binary patch delta 2465 zcma*pYe*DP6bJCmo!#u6wX0TET857dG^eKQ5ADqCr-Au1zd84wxo2xDwO^~W z8mqPhu4%#nGI3t8UT;pdWCfb?b5c^bZVg;%$<5uIokkYHMlIa)cpsO?o+1feQvwt+ zIKfLxri4TRj<@^#S8_hdl^Pzl0YMPi65cl!I^^J5T-`GgryKoAvN3Y7OqP_#HX)QA zgp0dE$myjwz99Dr1W}N^=lQ||6r;sHE^KvK1cZI@Y(z15E zD4NN_^*aW{)X}20dP~%SiSm=Wr^rq~7Ak)XAHedMs5`1JVv4c%`HcCutc? zoSIy3b{Qwt*^$pg(>77;++K#@oxEr*^dl>F6>>ibp1w9H~r>)T^PGL0bg zSOu=#t0S8a*f|wB{Py5^sl3KR42(G}f{r7_2wr+Dk64a-X=LtW%kdi|@?`i>NwJkN z#kX8kD$ngi(B@GQ$~ukvD||?2Wd^4vH=-(nE#$sSOzgcZiuk$3%GHf2 z2wIipoTd@vS+jvtnZ?hVwWR5}H`9aLn0~5V)I(mW(~Dk@BJppsRp~+&@94Bi&6V=r z1(V{ghJjOPQ@5IJ*5RriBWe3ETg5i($kWe>8cE#pm6iJLn^#qq~)hwYApQVw_#{W(waf8AI^)PhNt$|2=62efHio|pLT4r4nui*{{CnPD~X2; z=M1>%05gJS*|(y?shGqmgm@t|mVWSp7_GPru{3KWjC0Qb+A#_S7J_DZgW{(18~wn? zIe4f;2OpIhlnUuSr{o$v)HWWZ^{2l6ZnttG$R1n5fl|u^E zIQ57fW%%HhOEp0iZQUX(s7 znm6~KV!P+L&HN}(Y;wMTKDfG^b{jyW)aI@}l#QDfLxQN%C)6*|; VFkuMTwr!_R_hoxCULjea{Cp{ZQ>AA+zP79{))?_up zh(yh^uh%23taScZ;E(!fUtBOs$nuPWmT;^wjVxNta79B*j;3wOGi&wuPv!J_GTP)E79&4Tl{w%HIMK zDps+p;<^OA0yGWlJnzbh5~=eza7VS&ZwBEtW~^oyGxHw3V>RZ>9^t@CgnyB@IhYF`)mr zihZa35_HGhdcIRg#nz5?j(R1AZ~UmUK7?sF1)9vrrkSON1ISDgE)N;`>|V-Z#p*rljGa zpZs7m!j0MGfVcnLnB3m>F=uRQAOCuPQk$`TY-5VzyJi=xSC8`)rljG;KbZBjK|A6y3KVkeqj1~6m`9;>t%KRsK5 z_iV=hcop=#1T_+zo61D5EAW&Yk98J1sB0!XqA;7zcrx00D;U3q5_C;9Ngv4v zC%teFG|9lw)qz>`a(g+w)t`W}iF!eXP4Ys*30B)za0+_b0=RtWn;nfN$= t@iPT*cvaMKRMTi_DR=y45vY1!8MKqXavii~HDsm2UekI#t*B%@`433brq%!e diff --git a/docs/build/doctrees/utils/calculate_conversation_level_features.doctree b/docs/build/doctrees/utils/calculate_conversation_level_features.doctree index 248e92822fa9b77f6b1b6bc29696f8e3d153bddf..f4b51cf2f3d56cf1e989180d2e4f7da6030c2603 100644 GIT binary patch delta 1123 zcmdne&OEt`nYDp+D#y`{tXhnWC6gzni-?4zCgv&x6y+zU78fh{CKeQA=B00TW<1Es zcmt>WOpiWBYkG z^SMlBBSQV=0`DnIOc~0P6K1GyHt@T`2xkZEW}K|KU1T#$5H~a9NBkB)2$$UaHgpP6 z>f)m=K`k_zY%pDTb9Jl))Y8z+Z{tcKmR2Y1U}F4)-%^lo<1<7yi=|XC6QOowoX2On+ m@{r9hww8f?H@STKipkpoMK+u6(Bfd+f-gvWHvd1cl?ebxqqqtH delta 750 zcmbQ-#k{4RnYDp+>dM0#S+y7$<0n5{FS0q3@c=91VGwh2QQP{>pV%|yk+>!revC-m zXsr?^#?H+bbf$?hzJ%)8u-U=o6dQs&*}+9?GoMch6KmE~HU@^tjRESLSNmOIgm5=E z20UV%Jk3LNb8!$qGvghYAwXSRlix-OZ>|iRfF`{8ZPY`cVQ<)hh80%3ZWfJ`02&77 zKFl_nd~$-)=H~b^MozF$hP*f9WXIXUn*|cLGBMsoF`hS>fAfx%dS)!bTA5pcRy^Zi zVA%XHI~Hg>h&dT%{FK}>#>xC?qLc6Tuy0n(zstn<6l(C6$sbDOCiASZ-)vdDmKjxe z^P}=!X4b6xoIpbht3if>m~cZ?YJr9Zl!#9Doz1>^V;z#A*EaVx?SdM%xv0$mXvi}z zuuj*_FFQe=hjJmF5AOyV^q^UE^WB~)OpI4yF5B!sVHq=mJK2AN(B`L8bU`lShK6M1 z43J@9F3hXPX95k|JW+JB@9gbN@aWkxxo)Az9t$)|oK~OPd}G5J7NDbe!N$34KDAX6 qAFDG#sdT=Hv+pER(xkIXB;TJH||`+Ia8x zAd4o?vsa(&P%685y00V>pL_D!GNsL&{$-4ly#how&j{Ge#Q2bqBlsup4-%eiool-} zJY+F5k?J>}jM$1~vFzsKQJ4;~i~%~NDpq9kiP%kyjIRkfL~CB>SqwNB z7$#3N6yAI=b1f6&eL|)SPu`Htz1cDs7}i9pJyqz%3=Qke4y9&D-sRrBwrmC@qT?!( znHVn;vYc~rO+C-#CvH}o_f~T<6QO={P5mb%3uQNNZ^R5=&1PWu0#n=M9W5)ssjjS5 Rii2?pKF8E-R_I&E1ON|8Sa1LU delta 519 zcmaE}nCaj`Ce{YlsoN%OWYuD144<6HCbBt_k)4%sHHbOcNM_DvHTFj$5bkCpnX8O& znfaS9$Q3a$c5Zf7loMw>308l|ZN}se*0P%&ERQmy3QcyfWZnGIR*#7_%a@gbVe(sF z_00|rTNshJvQE1hC*QOZ-TcCN0~6y;uv-qfWwSt-lMlJA+RW(l3aBH9je%kFTi;kH z6KIyv<~siwjFb0!h;CL3+|I;!2JD)m+~t$s2MTW9AM%J9RcP}55Z28dk(+=f_^^Xr zyHD>G}>O%AAKab+OOpj?P$XUl<>)#r@Cj(b15T)c*PB2FLb(tF-CBSKKCTs=e5Q5HCe{Ylsk-YovL-Sz#!q%M5)lbWP0UpYD9TSxEiP8@O)MzL%uC-~#i+u} zI2)(@rpU{zF z1areTTj`ZDP7aR}*?d&Lnu&1+KHEz-pER1phDXijd`lTdrVNlhQj_0jnryyjHHQzv zSD(D9W71{|FL@>iAL5P$K9W%N;hRPMDi|kw&J)?Z%%6veaUnj3y#;@j*Hw3HZi zlO2LsHkXH*K`jP3Y~ALn2rV{bhrEqLI3y_n>X6TgY)p*v@jIj|U0`!(N+Th4o4eB8 zU=G;)KJx~OUnQXTcLCz(fO9H<`C)6>`jQ)s}EW zV`lTJjt#I_**u|J2NWZl5B8jg#Ky|LZ;bfOPo2D`pLetB#8b>fsGD3m73vQ4&EC^i zvcTM+FuMqv64W>En{xnS_w;!}Oav18W`%{B%;03RXvs8o#x8uZm9%-?nnjENvGG=B delta 623 zcmdmSkLki4Ce{YlsjllbvL-SzdQA=t71=z2QJI;s4aA&m6qGcHS!i=0>uOF^ky-rh zOpH03m4p^ZG3HD@SY$ZazDIa7yRH-?m>a&iQm>S8vJkKE=KuP2OpMJ?)3P@U8P8@z za3?!iZD7rM#KOQZxvbcC!p;G;rZ!>;8C8EIQA~31()jo2XfxNM faOTNHOGGypE}g~BSPBia#L51wtea=Aoy!OSwQbtl diff --git a/docs/build/doctrees/utils/gini_coefficient.doctree b/docs/build/doctrees/utils/gini_coefficient.doctree index 2c93faab256711bae739cc231582c6a358f55bee..f42249e5efc98749733088fb899e5d76bc943c85 100644 GIT binary patch delta 390 zcmcbUbt;>sfpzNsjVwuwn(_Lf#i>Qb`W2}erTQ+Z#n~nK1^OYWiMa{^Mfu68#l;G~ zi3J6jdFh+07|$|kP9|3Q1&8Jz4Sc%uNIgrbQkx^%J8}~OZMxDtH5-OV)ip>Lw zI7pmloP3o}WV5PNFq7tN;@zN7v6)5Il9_ldn*$Y;nVB*mw$D|5zyf10(}-k*u{E^j fGfu8l7uozkdm6iD7xB*FN}Bv%hIR8t<7`F%iY$vx delta 191 zcmX?=eJ6{hfpu!&MwTQ-Mz6^e6ht;pU_8UbSO;QGp2(HI`728iD}=jwB9}2EW6tKI z+~2qub0*hIsBC^9HV-6HFL9o6auJ8{=6IQb`W2}erTQ+Z#n~nK1^OYWiMa{^Mfu68#l;G~ Pi3J6jdFh+g8LJfmhmRFI delta 39 ucmdn)y2zEKfpzNijV%0(BKG>B#i>Qb`W2}erTQ+Z#n~nK1)FUcs}%tZWesou diff --git a/docs/build/doctrees/utils/preload_word_lists.doctree b/docs/build/doctrees/utils/preload_word_lists.doctree index 2847206393dfea2a85a61eab7c3d496ea4d9e1f4..8953185647124dd49a4e3b4b96cbdb9d6524206a 100644 GIT binary patch delta 510 zcmdm=^DdXAfpzNRjVu|AjER#41VuzbQWJ9(0*dmJQ;Ulgd=m=_GV{_mH!wb7VqAe! ze)2ov?8zL=;+uc5{3c3WH%AH+qt50JTxS`9)IOf`jFZikMK&+y%VA<%iqD#+$uerZ zn>Pt+;8VBxov=6~Q-;pueLRYrwMAo~Z0*T+71cK16-$Fy79+vI#JCWjWjT|xCHW^y zs)=sqkgg_1?Pei4bta(2o9z_xVU}*btJnjvut^!Og`4N8&ctiUJk`3%CpD&mJZ7h$ hv$8DiSI2pv8{81xoGcT(UGlDyrmsM)>S&l>| z#+=Ri+-DgXb0!~DP~0rXyN;19BPT=7n{o36z8WUR32^-n1bvXWlMjfjVa@7hWMBa6 z>lck-MB?&^Ph*^XLr8S<76~3E#vYg%lRM;uC$CWx+FU7JjU>FeL(ZIuH7l8kfnoDO zg?ykvASTG%$$a7lo12x=7$-Z(h;II=jAU5t<~3^4P(wC<)DQydieLuo(%EdN<&5A$ d3^}e1G^ABsbhEAQJa)!PsEblJXPLGz0s#3IYWV;F diff --git a/docs/build/doctrees/utils/preprocess.doctree b/docs/build/doctrees/utils/preprocess.doctree index 1027c82bef5ff9dd3729f092afbd4d3a37418a59..596edc00cda1d6b2c0bf43a599a30377e0a51b7c 100644 GIT binary patch delta 1033 zcmX@Oiuw8)X4VGQsXo^>vIa9UMow0c5)lbWP0UpYD9TSxEiP8@O)MzL%uC;#!?>S` zaVAdr$%#qflTR|qY~IAu!9t9>gPdxtj5?cN@cFYa>P!~QQP~_LT+T9id56g6m*Qqj zjO}=>+T10zmYIN>$z4*so7clcuK@XsKqLq{h|&-EY^y7%E;J- z&*JpWU2%t*@u=CHn551Ovt(oHQMga%XXSz{+$@-L4`LZdULF(UJlvKA?n~PIreGB( z0X36(stBWDr^TBC_dR6BBR@HC zU(e=Chn~R=|G6bHU*sNZ?d@oFy?{ZG_2rOLpxqDOm`k`i0+d&g_72tU_cr2?X(E>9cmi?)5w&ch0& zTzjB#3$`{~@vN2*XlyIfqd!#J?8mj1(}s&CDo)%IX4y3{7tRQ~g|_|X$rYk=(jGz8 zsf=1cP@qe3UUCR*=J5VsE)@QwJK;X{coPNvH-`LIco!;2D<>HQ*R zL#d4Ub2MLs+&u5YpBF>I?cCtGa4VL^28n}@4V-=Ti)g?e-;yo9393bS8@t7qJu54? zc{v+K%ln)xp<;4Hc%3flryhvKT4*me_n}jv`;M9aP1j=K({Xi8DW6#q4o|sEznryp j?qc&i7j?OQY8SSDi4)(MHSj2R!$ZCDm5La|IJq2FNa{%>_D9yb!kfWb1I_&6-v#8KL~m z|Ey0kPUg%N+5Es(hmggS-??#Yp6qakpylt};FeD=&^f)i!K12#`A;f0E;gDn>-hg!a- zg0Sz`SF&!7sXk4}_me^DRyS6oI6$Da5gr12C!RnFfuED1j+i_(o{4cK-Vm5HUwU)T zjIXQ&lx>>djby#a=6eeTU@2g;)cRv6)`x6_TK{fSFcafayw-0%u=Nis0X35kY!%-e uv?l}E0h8}7T)uhB{zP~fIG#C$;)wclP)A5!n8nW6htCmdn{{t2Vgvw3r*3-y delta 747 zcmX@PmHGT;X4VGQsYh;ZWKCsc^qIV1hREhAjQ^MzTS3gphi;@!=3wUAtk0Uth9+dl zvzm!9XY*aY)x3;3lP89&Z{8qtkrBe2oKWtu`J-GlBU?sJhMYI!<^qK&OpJ|iBe}JB zH!o1W!-^2v%&oPSi8afSnSlXlmel0BMJAK|`4c9e^fKQ(U$>tJE)})8%W5SfoU0DD zYKcuF@8RnPG(Q&_75!}hqar~RVq-+7|uIE5CAMBU@jF~_?pi=6a z152L){Q~DEl%HgrJS|Cdvt=cUKVq7AH?!89K=wmSQ!CI8Ic_X=oM>$X+5weP-&{25 z1ker`7aU%zr!+Ehf`!1bV=yhBiE#?tM|v|w*$~{xdNUO^f0|zav~4dh#J0_Ki(Gi& zT=mVb*B=Ag0F{M=meM9*XuX=rJ-L4_*XGTe!Sk-QK+9KqAmrP$BirdS_1o?Syf`zRElgw9|7t_vClGxHkW~Fpr(F M5@hG*LpRu&00=B1p8x;= diff --git a/docs/build/doctrees/utils/zscore_chats_and_conversation.doctree b/docs/build/doctrees/utils/zscore_chats_and_conversation.doctree index 52bb517003626668dcf6d90499328aef1e9b752b..42f1f4a4002427467ad26d288eb39475dabb5253 100644 GIT binary patch delta 395 zcmX?Dy}pLEfpw~i-A2}WM$H`k(BjmhV*QHLj8c7<)Z*-t`~v-u)WlqcfTH~5)Z$_V z-^7A~%)Io?GZ=lCH4hN0e6p_0l*t0zoSUbzUS=Up+hzgol}wB}n|JZwh}BAX2)UovT)Al5ybb!Bd{60aQS{H2@sD`hh=Wq@2Dx!FVY r5Eq24vf0?+1tXBXS;6QA<77*1kupWj8k}2{5x}RWdO!0F9U2yhim97lgaHz<`GdE~Bz}k { const htmlElement = new DOMParser().parseFromString(htmlString, 'text/html'); - for (const removalQuery of [".headerlinks", "script", "style"]) { + for (const removalQuery of [".headerlink", "script", "style"]) { htmlElement.querySelectorAll(removalQuery).forEach((el) => { el.remove() }); } if (anchor) { @@ -328,13 +328,14 @@ const Search = { for (const [title, foundTitles] of Object.entries(allTitles)) { if (title.toLowerCase().trim().includes(queryLower) && (queryLower.length >= title.length/2)) { for (const [file, id] of foundTitles) { - let score = Math.round(100 * queryLower.length / title.length) + const score = Math.round(Scorer.title * queryLower.length / title.length); + const boost = titles[file] === title ? 1 : 0; // add a boost for document titles normalResults.push([ docNames[file], titles[file] !== title ? `${titles[file]} > ${title}` : title, id !== null ? "#" + id : "", null, - score, + score + boost, filenames[file], ]); } diff --git a/docs/build/html/feature_builder.html b/docs/build/html/feature_builder.html index 16fbb9a7..47407283 100644 --- a/docs/build/html/feature_builder.html +++ b/docs/build/html/feature_builder.html @@ -97,7 +97,7 @@

feature_builder module

-class feature_builder.FeatureBuilder(input_df: ~pandas.core.frame.DataFrame, vector_directory: ./vector_data/, output_file_base='output', output_file_path_chat_level=None, output_file_path_user_level=None, output_file_path_conv_level=None, custom_features: list = [], analyze_first_pct: list = [1.0], turns: bool = False, conversation_id_col: str = 'conversation_num', speaker_id_col: str = 'speaker_nickname', message_col: str = 'message', timestamp_col: str | tuple[str, str] = 'timestamp', grouping_keys: list = [], cumulative_grouping=False, within_task=False, ner_training_df: ~pandas.core.frame.DataFrame = None, ner_cutoff: int = 0.9, regenerate_vectors: bool = False, compute_vectors_from_preprocessed: bool = False)
+class feature_builder.FeatureBuilder(input_df: DataFrame, vector_directory: str = './vector_data/', output_file_base: str = 'output', output_file_path_chat_level: str = None, output_file_path_user_level: str = None, output_file_path_conv_level: str = None, custom_features: list = [], analyze_first_pct: list = [1.0], turns: bool = False, conversation_id_col: str = 'conversation_num', speaker_id_col: str = 'speaker_nickname', message_col: str = 'message', timestamp_col: str | tuple[str, str] = 'timestamp', grouping_keys: list = [], cumulative_grouping=False, within_task=False, ner_training_df: DataFrame = None, ner_cutoff: int = 0.9, regenerate_vectors: bool = False, compute_vectors_from_preprocessed: bool = False)

Bases: object

The FeatureBuilder is the main engine that reads in the user’s inputs and specifications and generates conversational features. The FeatureBuilder separately calls the classes (the ChatLevelFeaturesCalculator, diff --git a/docs/build/html/features/readability.html b/docs/build/html/features/readability.html index f389db3e..f2537a25 100644 --- a/docs/build/html/features/readability.html +++ b/docs/build/html/features/readability.html @@ -155,23 +155,11 @@

features.readability.count_syllables(word)
-

Count the number of syllables in a word.

-
-
Parameters:
-

word (str) – The input word.

-
-
Returns:
-

The number of syllables in the word.

-
-
Return type:
-

int

-
-
-
+
-features.readability.dale_chall_helper(text, **easy_words)
+features.readability.dale_chall_helper(text, easy_words)

Calculate the Dale-Chall readability score of a text. The Dale-Chall score are defined as:

0.1579 * ((difficult_words / words) * 100) + 0.0496 * (words / sentences)

diff --git a/docs/build/html/features/word_mimicry.html b/docs/build/html/features/word_mimicry.html index c64603c6..557a35b2 100644 --- a/docs/build/html/features/word_mimicry.html +++ b/docs/build/html/features/word_mimicry.html @@ -68,8 +68,10 @@
  • reddit_tags module
  • word_mimicry module
    • Content_mimicry_score()
    • +
    • Content_mimicry_score_per_conv()
    • computeTF()
    • compute_frequency()
    • +
    • compute_frequency_per_conv()
    • function_mimicry_score()
    • get_content_words_in_message()
    • get_function_words_in_message()
    • @@ -120,7 +122,33 @@
      features.word_mimicry.Content_mimicry_score(df, column_count_frequency, column_count_mimic)
      -

      Combine the steps to compute the content word mimicry score.

      +

      Combine the steps to compute the content word mimicry score. Normalizes +the frequency of words by how much they appear across the entire dataset.

      +
      +
      Parameters:
      +
        +
      • df (DataFrame) – The input dataframe.

      • +
      • column_count_frequency (str) – The column with content words to calculate frequency.

      • +
      • column_count_mimic (str) – The column with content word mimicry.

      • +
      +
      +
      Returns:
      +

      A series with content word accommodation scores.

      +
      +
      Return type:
      +

      Series

      +
      +
      +
      + +
      +
      +features.word_mimicry.Content_mimicry_score_per_conv(df, column_count_frequency, column_count_mimic, conversation_id)
      +

      Computes the content word mimicry score, but normalizes the term frequency of the words +by how often they appear within a given conversation. This version of the score may +be more useful in cases where different conversations in the dataset cover very +different subject matter, and therefore one may not wish to normalize across the +full dataset.

      Parameters:
        @@ -178,6 +206,26 @@
      +
      +
      +features.word_mimicry.compute_frequency_per_conv(df, on_column)
      +

      Compute the frequency of each content word across the whole dataset.

      +
      +
      Parameters:
      +
        +
      • df (DataFrame) – The input dataframe.

      • +
      • on_column (str) – The column with which we calculate content word frequency.

      • +
      +
      +
      Returns:
      +

      A dictionary with content words as keys and their frequencies as values.

      +
      +
      Return type:
      +

      dict

      +
      +
      +
      +
      features.word_mimicry.function_mimicry_score(function_mimic_words)
      diff --git a/docs/build/html/features_conceptual/content_word_accommodation.html b/docs/build/html/features_conceptual/content_word_accommodation.html index e04479ab..014d3e57 100644 --- a/docs/build/html/features_conceptual/content_word_accommodation.html +++ b/docs/build/html/features_conceptual/content_word_accommodation.html @@ -131,10 +131,15 @@

      Citation

      Implementation Basics

      -

      To compute the feature, we count the number of shared content words (defined as anything that is not on the function word list) between the current and previous utterance in a conversation, then normalize it by the frequency of the word across all inputs in the dataset. This follows the original authors’ method:

      +

      To compute the feature, we count the number of shared content words (defined as anything that is not on the function word list) between the current and previous utterance in a conversation, normalized by the frequency at which the word appears. This follows the original authors’ method:

      Content words are defined as any word that is not a function word. For each content word w in a given speaker’s turn, if w also occurs in the immediately preceding turn of the other, we count w as an accommodated content word. The raw count of accommodated content words is be the total number of these accommodated content words over every turn in the conversation side. Because content words vary widely in frequency, we normalized our counts by the frequency of each word.

      +

      For completeness, we interprete “the frequency of each word” in two distinct ways:

      +
        +
      1. The frequency of each word across the entire dataset (`content_word_accommodation`): here, we normalize non-function words with respect to the language used across all conversations in the dataset. This version of accommodation is useful if the entire dataset consists of similar conversations, or conversations about the same topic. Normalizing with respect to a larger dataset will be useful in establishing better estimates in identifying (and appropriately weigting) whichs words carry meaningful content in a particular domain.

      2. +
      3. The frequency of each word within a given conversation (`content_word_accommodation_per_conv`): here, we normalize non-function words with respect only to the language in a given conversation. This version of accommodation is useful if the dataset consists of very distinct conversations, for which it may not make sense to assume that the distribution of which words are “important” will hold across different domains.

      4. +

      The feature requires a reference list of function words, which are defined by the original authors as follows.

      Auxiliary and copular verbs

      able, am, are, aren’t, be, been, being, can, can’t, cannot, could, couldn’t, did, didn’t, do, don’t, get, got, gotta, had, hadn’t, hasn’t, have, haven’t, is, isn’t, may, should, should’ve, shouldn’t, was, were, will, won’t, would, would’ve, wouldn’t

      diff --git a/docs/build/html/genindex.html b/docs/build/html/genindex.html index bbb31849..79fe2257 100644 --- a/docs/build/html/genindex.html +++ b/docs/build/html/genindex.html @@ -177,6 +177,8 @@

      C

    • compress() (in module utils.preprocess)
    • compute_frequency() (in module features.word_mimicry) +
    • +
    • compute_frequency_per_conv() (in module features.word_mimicry)
    • computeTF() (in module features.word_mimicry)
    • @@ -187,6 +189,8 @@

      C

    • Content_mimicry_score() (in module features.word_mimicry) +
    • +
    • Content_mimicry_score_per_conv() (in module features.word_mimicry)
    • conv_level_features() (feature_builder.FeatureBuilder method)
    • diff --git a/docs/build/html/objects.inv b/docs/build/html/objects.inv index 7ce944fa3772c7e03e3b513c1c221b3eece7bf29..3d088974a47c3dd22f4bfc4065e24a08dcc82c0a 100644 GIT binary patch delta 2778 zcmV<03MKV|B8?)jPzHbhL||T8aeQzNhNL_k+lH+_%m@~5D+VE1kvuN~I&1lR{rTHY z9_NznC&D=X<#&e_=fWSXUy7iw6>x}}*)YooK42>!;kl^d|NdARhijWGuix@mepf&^ z+ZOlS`_rdpA@hqRV+{=sEF4`i(Tnc`P9T_Sm`qs))OEJ@#pr+F?zhQ#CXeewuJihO z!+GT$jp*08hO|#SsXK#RUw7iAb`4=N{S3SlYNbC3ej&5OQMgxSk-CT7`|z*Ku5Kgz z!Uox)&TFtr`lhkv&t2H8S7J|DB%r}(?N{*4X$SmA2kUaiD67}fqozd~i*b9KCA2?x zaXI_UGw_$Q#5{k+b~#JBmBQE2oAHIoi-B?zuOboi)RcuEa_DW60t_r^5uFFl{WkvSNO>}>5AiX+Em7C~Gc2(Dfch@X~ z$OmT^Oy^HXd%|FTXX9F?SG{B&s6ufyt{ z)D&@aQcJA&gHXG0P#+p%=*g(ZiisNmVo7zl6JV6r7IKsr5j2(p8LgkuO+-IakfOUy zD32&Cfv;@>&x<{rtUeRFyMvB5V3+A`xLyE!E53iCeb1hu-{kF~sAI^jT^-DXMlt#E zg35jd=M;o)%d|c4*+v{bDId?k8~pt&eL0BwB$n!5cl9<4usD;Cp8k3n9&(}Y zKC&v|_kA`kUq0qDTC7}hIgv?vXW0+ti#Kc`N2f*v#X~OAIYmu#VFy7E^l4_mte6+D zZc=~tFf*jQk}@Bl@FBbQ5jX6%6+N&8I3VwAe7Vpp)^BUMxuuK&NWb;UJG!u6hZm=l zph;E2M=9=PaACAe6D&BBS`j(R1o8M=O`y;ImX-;LekC$RNRaiOk@w5?C^hwhBtYIpJzlOBN~wWhfHJ#xl)h3LH+Z~ z)MYCBUASaU-OebPAMyN1$L>x_lD{B}yi>ETu=h9pl@eNz;sTz^@hshsl{ARZ9404z zIe1e2*lMFmV^-85UTdl3PNZI$+uvbgQ$up{)JUX866b~|T#K7<-+00m`Z8ab&G~=Y z+?W%McsD~L{Ol61*c0W~aJBEWPm^CN^pty+l3SUmD-7moD)6ZpO2)IADjD|TrkU7x z2MornA^qvjE-~sg{J`dmm580_qn5-_vrxzF6BJQ@L6RuqCXznegY{S*u~bcL`G6h!m9@1bC-B1fwBi+#V5HB0sd-^C|4B}7*+yvqUI`%aw$-tnLvK_P6rv4`$lMEFZ; z1P3vxuqW0qBG=nw1OqTh!cUfAl+zxJB4KdT9LI?b%m&YUNW=kSvSBYJVN`#vXNw31 z;307|p#9ts(UrWA{jKXDvU+=;pb#dHcB>!5w{F`LO~u4hZ{K5Z<_&S8D%fD-g>f8A zzfVe31ry9Z#f3rQHztX#Y{R>+QQ}1YD}}@dXpv(Z#we@n4jn-uOdjL%8^(a#d?SXM zi5j>Ihp|k!2}T02mKEw*UX*{+yi`Io6$4Lkal=0FI3f1FUL7g=<0N@KCgQWCin_l2 z{Pokj^(|H!Os<=eZ{Mx|yt^e|-hIBk@qH*aj=Wz$ zn%Ir3O|gIh=>8b_58tG_9#c^&r;lz4NzniDpI6RtD1?N1?Z>hXLFp;L0*NOhTp$8}o@ov)z63P1^(ZSONkNvwkVJ1VN=aR|11B+xooBE>8WJXoV zVEv|K;mrM0Nb=>WAg3QgBYrciucF~78iS5H6V_=>-`;;4@mk*fs!NH4zV7M=+gEbjH3@tfE*>MXo;s|438r1sK-o@md1Pvy<#m0}@@zhAg zvEqv{mhi%B|JIF+C#=sx?e=>nhplU)` z3_{4raeR*Yj6Mnx=YHfEf&?{wi|nvwCDWoF!-#)!yb+C;%Nx_IL~bN=BNf*f?Dzs3 zuOYtBW+gKtB{LGJj*zEpn`6rl1m^(A4sl0A|7L5@l=4knrfPNk{23+yv zNG3-T$&L!KtDW9cjLu7MJi~o@5##ALG6e%hsublX@@K=h?)gCLc+pMuNPUmK5nEF= z#D9v_CJ7&Uop!+Wgwvv4BLas^PdiXLq49mjxcbTo{ldDuhVWt6+lZy7q53w>Jl9gl zh^42YT9K*QkF8#eTt>6h9XFu}qN`b>+>gRA)e9*^k<~De>nRqN@p z6Hn^SFxS_ec&Q!ZpG-dk?}S?EPf}mVEOC_VRavC&0rx)eE3>QHNWQQ^cBt?gtdhQ6 zZ23bMHtUtxQx*wm@LBs6d~@0X`O(3;oH5GkudoI}-!vBE_BKmse{SJ&_L*nMFK3B) z3hZ*0bSrJIqc?x!3wswaM?33$IWy2Rbr-S3bH?u?_8iMP>sI7`TzKpgyL}s4!zaB! zy_5w%c`Y~KPjSoLdSUn6qkFC7y~JG)nYDmDC)B31$u4WQeI?+vT8i8vd|jq?>qjOA z-R&y2qYZndCSzCaUUApuChxK$d*voNH(*|!rOHk2CA)vB>%zEemOQ227e2yi1mfXkeu;F25u|o$FL&PpdWw4$ z`HU7TmqbovlHOVNgZbhOTgcI=5kc_~igZp<(_Gj=&;xy%889p61+1HtJi4yT5fJBV*t``z4DGO?APJN=_F`UmGDuDI}KbI zEz<-G&ZJgE&N4wfo>mj+v%jTfLZV-ZOc4@fy=UaT_*)gs>4xQoD1a%#;{#%v{P1)K z-_d197`k%%DY5H5;R-waq2Wzl;pZ8V$cTRiB>y23*+H(SLXJ2nAp^ioIEuWsgcCF;R)B`CfPThaD~2X7iM$5);8uuBi_xB2tR+j z#4Gkh`88JUJMGitmkK@Qo~7hgCh7`6SF`m#%m zdJR9Y`QjsDC;BKPG1M&7ar*>C)L&pEinxiS4}T_*KH`y4*o1NRHxtp>#Rv*v^2mn* zG2roOKO%)pRqTyF49N8^9>D-G5^aBV%*9|mHb*Q~6I(t&hXIby#StlFs>*vDn5xK; zs{LZ$Z)DAqeZhC}$xR8-6%6lkK=;1$=74uR2uDx|+ivWkI2RHA5*fikOe*Y&GK|Re zwim$wOp@@EUl`@I2bV|~+%(5=Vgs|m^PUiKz?f{)9WI0eDCp4QPKq*F$tA zFJymfIf$&@ekUk|$)nwh$MCJ&>O@m9@zmSv7@T>-ny3mk*m&U@2h;Ck5>>$jvrlnh zkob*5Vk_J5?rVrRk^f2_@c~-o*oHC6>biqQPzaO9xIBh2AUDT|p=P26?vi0F6K+zG z0IX$&dX^XEG%uA9O~t@dT-<-K4?IqYy{}hCivBoBUXO|REUBWdZ$E$i^lp8Nl?IdR zX5`y<>p$;q$(MJZZ?C)&X$aSFjqywIlBrkS2e2BWqJEU;w&5 zM*hP$>8{6Al*;L&TS5}_zx?Nwa~ujGq2BvR1Jh&=JE$bh_&8<-I-m+N9HTygxYx0H zZ@V0nmOtPdqTw^8pFaL|{j*5@o%_M$Q@7EK zvUm6Tz*#PK%|2v@E-im8`rO?!{Up-7B;Q*q?+;9*>E(5zKe|+$O1-8UqETc!if+Ds z^Zxd3{WDIW-&qY&Xwn^tNb9*!5?ACDqI2m<;x9ax+{z}n8*@<;%0j$zBL?=m=1b*H zUweX@G~joUDW?RHN!E~u(klT9lmims(-nUmXm!v3<&}UPA$@;o(APogmpfI8e3nun z)08J;r`t0snMROrLzaVixIi$ae;eYG?b~pg<;`8myE*+i#PwsE%VBHu(AM4C||CIEu!gqt1kNTGO}pM!c4Hzv@yVp|5|t`T@7zPZV(MSG@qX&**dd zyOW64lFMLC#t%bFj!|~pLX0@V*p~*iKDBo-c_%@G32(9S<90kXQgN*KVvHrc@Y=r> zBjX9{vrxPJp2=bB8Y-|Y`fIoAvdr(ZMykTBofT#c4qa0GjD$!K%oSV&mSCL!s)&-M zY((Nghckb`m`tvP7#jD0hsGVEyXp1c_dig8pJ^-lvLc9e)t_|XA#(BBKg2Geeopj) zL@HihBvx50 za6RF)sMm1n9GO*79mGGggzs8(cZ_G3q@ z7bBO^EOp0CD1zu})+qO*FiiDA3Q=S=4CH!>h2^+6KoDIG+kczDq6wd)Cw|0^TwC+< V4y)R#*GjC~a6Nqa>;Dskc$3+*aeM#( diff --git a/docs/build/html/searchindex.js b/docs/build/html/searchindex.js index 2c6bb4a1..9bd2bcfc 100644 --- a/docs/build/html/searchindex.js +++ b/docs/build/html/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"A Light-Touch, One-Function Package": [[0, "a-light-touch-one-function-package"]], "Additional FeatureBuilder Considerations": [[1, "additional-featurebuilder-considerations"]], "Advanced Configuration Columns": [[1, "advanced-configuration-columns"]], "Basic Input Columns": [[1, "basic-input-columns"]], "Certainty": [[30, "certainty"]], "Citation": [[29, "citation"], [30, "citation"], [31, "citation"], [32, "citation"], [33, "citation"], [34, "citation"], [35, "citation"], [36, "citation"], [37, "citation"], [38, "citation"], [40, "citation"], [41, "citation"], [42, "citation"], [43, "citation"], [44, "citation"], [45, "citation"], [46, "citation"], [47, "citation"], [48, "citation"], [49, "citation"], [50, "citation"], [51, "citation"], [52, "citation"], [53, "citation"], [54, "citation"], [55, "citation"], [56, "citation"], [57, "citation"], [58, "citation"], [59, "citation"], [60, "citation"]], "Configuring the FeatureBuilder": [[1, "configuring-the-featurebuilder"]], "Content Word Accommodation": [[31, "content-word-accommodation"]], "Contents:": [[61, null]], "Conversation Parameters": [[1, "conversation-parameters"]], "Conversation-Level Features": [[11, "conversation-level-features"], [39, "conversation-level-features"]], "Conversational Repair": [[32, "conversational-repair"]], "Customizable Parameters": [[0, "customizable-parameters"]], "Dale-Chall Score": [[33, "dale-chall-score"]], "Declaring a FeatureBuilder": [[61, "declaring-a-featurebuilder"]], "Demo / Sample Code": [[0, "demo-sample-code"], [1, "demo-sample-code"]], "Discursive Diversity": [[34, "discursive-diversity"]], "Example:": [[41, "example"]], "FEATURE NAME": [[29, "feature-name"]], "Feature Column Names": [[1, "feature-column-names"], [61, "feature-column-names"]], "Feature Documentation": [[62, "feature-documentation"]], "Feature Information": [[1, "feature-information"], [61, "feature-information"]], "Features: Conceptual Documentation": [[39, "features-conceptual-documentation"]], "Features: Technical Documentation": [[11, "features-technical-documentation"]], "Forward Flow": [[35, "forward-flow"]], "Function Word Accommodation": [[36, "function-word-accommodation"]], "Generating Features: Utterance-, Speaker-, and Conversation-Level": [[62, "generating-features-utterance-speaker-and-conversation-level"]], "Getting Started": [[1, "getting-started"], [61, "getting-started"], [62, "getting-started"]], "Gini Coefficient": [[37, "gini-coefficient"]], "Hedge": [[38, "hedge"]], "High*Level Intuition": [[54, "high-level-intuition"]], "High-Level Intuition": [[29, "high-level-intuition"], [30, "high-level-intuition"], [31, "high-level-intuition"], [32, "high-level-intuition"], [33, "high-level-intuition"], [34, "high-level-intuition"], [35, "high-level-intuition"], [36, "high-level-intuition"], [37, "high-level-intuition"], [38, "high-level-intuition"], [40, "high-level-intuition"], [41, "high-level-intuition"], [42, "high-level-intuition"], [43, "high-level-intuition"], [44, "high-level-intuition"], [45, "high-level-intuition"], [46, "high-level-intuition"], [47, "high-level-intuition"], [48, "high-level-intuition"], [49, "high-level-intuition"], [50, "high-level-intuition"], [51, "high-level-intuition"], [52, "high-level-intuition"], [53, "high-level-intuition"], [55, "high-level-intuition"], [56, "high-level-intuition"], [57, "high-level-intuition"], [58, "high-level-intuition"], [59, "high-level-intuition"], [60, "high-level-intuition"]], "Implementation": [[32, "implementation"], [42, "implementation"], [52, "implementation"], [54, "implementation"]], "Implementation Basics": [[29, "implementation-basics"], [30, "implementation-basics"], [31, "implementation-basics"], [33, "implementation-basics"], [34, "implementation-basics"], [35, "implementation-basics"], [36, "implementation-basics"], [37, "implementation-basics"], [38, "implementation-basics"], [40, "implementation-basics"], [41, "implementation-basics"], [43, "implementation-basics"], [44, "implementation-basics"], [45, "implementation-basics"], [46, "implementation-basics"], [47, "implementation-basics"], [48, "implementation-basics"], [49, "implementation-basics"], [50, "implementation-basics"], [51, "implementation-basics"], [53, "implementation-basics"], [55, "implementation-basics"], [56, "implementation-basics"], [57, "implementation-basics"], [58, "implementation-basics"], [59, "implementation-basics"], [60, "implementation-basics"]], "Implementation Notes/Caveats": [[29, "implementation-notes-caveats"], [30, "implementation-notes-caveats"], [31, "implementation-notes-caveats"], [33, "implementation-notes-caveats"], [34, "implementation-notes-caveats"], [35, "implementation-notes-caveats"], [36, "implementation-notes-caveats"], [38, "implementation-notes-caveats"], [40, "implementation-notes-caveats"], [41, "implementation-notes-caveats"], [43, "implementation-notes-caveats"], [44, "implementation-notes-caveats"], [45, "implementation-notes-caveats"], [46, "implementation-notes-caveats"], [47, "implementation-notes-caveats"], [48, "implementation-notes-caveats"], [49, "implementation-notes-caveats"], [50, "implementation-notes-caveats"], [51, "implementation-notes-caveats"], [53, "implementation-notes-caveats"], [55, "implementation-notes-caveats"], [56, "implementation-notes-caveats"], [57, "implementation-notes-caveats"], [58, "implementation-notes-caveats"], [59, "implementation-notes-caveats"]], "Import Recommendations: Virtual Environment and Pip": [[1, "import-recommendations-virtual-environment-and-pip"], [61, "import-recommendations-virtual-environment-and-pip"]], "Importing the Package": [[1, "importing-the-package"]], "Indices and Tables": [[61, "indices-and-tables"]], "Information Diversity": [[40, "information-diversity"]], "Information Exchange": [[41, "information-exchange"]], "Input File": [[34, "id2"]], "Inspecting Generated Features": [[1, "inspecting-generated-features"], [61, "inspecting-generated-features"]], "Interpretation:": [[41, "interpretation"]], "Interpreting the Feature": [[29, "interpreting-the-feature"], [30, "interpreting-the-feature"], [31, "interpreting-the-feature"], [32, "interpreting-the-feature"], [33, "interpreting-the-feature"], [34, "interpreting-the-feature"], [35, "interpreting-the-feature"], [36, "interpreting-the-feature"], [37, "interpreting-the-feature"], [38, "interpreting-the-feature"], [40, "interpreting-the-feature"], [41, "interpreting-the-feature"], [42, "interpreting-the-feature"], [43, "interpreting-the-feature"], [44, "interpreting-the-feature"], [45, "interpreting-the-feature"], [46, "interpreting-the-feature"], [47, "interpreting-the-feature"], [48, "interpreting-the-feature"], [49, "interpreting-the-feature"], [50, "interpreting-the-feature"], [51, "interpreting-the-feature"], [52, "interpreting-the-feature"], [53, "interpreting-the-feature"], [54, "interpreting-the-feature"], [55, "interpreting-the-feature"], [56, "interpreting-the-feature"], [57, "interpreting-the-feature"], [58, "interpreting-the-feature"], [59, "interpreting-the-feature"], [60, "interpreting-the-feature"]], "Introduction": [[62, "introduction"]], "Key Assumptions and Parameters": [[0, "key-assumptions-and-parameters"]], "Linguistic Inquiry and Word Count (LIWC) and Other Lexicons": [[42, "linguistic-inquiry-and-word-count-liwc-and-other-lexicons"]], "Message Length": [[43, "message-length"]], "Message Quantity": [[44, "message-quantity"]], "Mimicry (BERT)": [[45, "mimicry-bert"]], "Motivation": [[62, "motivation"]], "Moving Mimicry": [[46, "moving-mimicry"]], "Named Entity Recognition": [[47, "named-entity-recognition"]], "Named Entity Training Examples": [[47, "id2"]], "Online Discussion Tags": [[48, "online-discussion-tags"]], "Other Utilities": [[69, "other-utilities"]], "Ouput File": [[34, "id3"]], "Our Team": [[62, "our-team"]], "Output File": [[30, "id2"], [35, "id2"], [45, "id2"], [46, "id2"], [47, "id3"], [51, "id1"]], "Output File Naming Details": [[1, "output-file-naming-details"]], "Package Assumptions": [[0, "package-assumptions"]], "Politeness Strategies": [[50, "politeness-strategies"]], "Politeness/Receptiveness Markers": [[49, "politeness-receptiveness-markers"]], "Positivity Z-Score": [[52, "positivity-z-score"]], "Proportion of First Person Pronouns": [[53, "proportion-of-first-person-pronouns"]], "Question (Naive)": [[54, "question-naive"]], "Related Features": [[29, "related-features"], [30, "related-features"], [31, "related-features"], [32, "related-features"], [33, "related-features"], [34, "related-features"], [35, "related-features"], [36, "related-features"], [37, "related-features"], [38, "related-features"], [40, "related-features"], [41, "related-features"], [42, "related-features"], [43, "related-features"], [44, "related-features"], [45, "related-features"], [46, "related-features"], [47, "related-features"], [48, "related-features"], [49, "related-features"], [50, "related-features"], [51, "related-features"], [52, "related-features"], [53, "related-features"], [54, "related-features"], [55, "related-features"], [56, "related-features"], [57, "related-features"], [58, "related-features"], [59, "related-features"], [60, "related-features"]], "Sentiment (RoBERTa)": [[51, "sentiment-roberta"]], "Speaker Turn Counts": [[59, "id2"]], "Speaker- (User) Level Features": [[11, "speaker-user-level-features"]], "Table of Contents": [[61, "table-of-contents"]], "Team Burstiness": [[55, "team-burstiness"]], "Textblob Polarity": [[56, "textblob-polarity"]], "Textblob Subjectivity": [[57, "textblob-subjectivity"]], "The Basics": [[0, "the-basics"]], "The FeatureBuilder": [[62, "the-featurebuilder"]], "The Team Communication Toolkit": [[61, "the-team-communication-toolkit"]], "Time Difference": [[58, "time-difference"]], "Troubleshooting": [[1, "troubleshooting"], [61, "troubleshooting"]], "Turn Taking Index": [[59, "turn-taking-index"]], "Turns": [[1, "turns"]], "Using the Package": [[61, "using-the-package"]], "Utilities": [[69, "utilities"]], "Utterance- (Chat) Level Features": [[11, "utterance-chat-level-features"], [39, "utterance-chat-level-features"]], "Vector Directory": [[1, "vector-directory"]], "Walkthrough: Running the FeatureBuilder on Your Data": [[1, "walkthrough-running-the-featurebuilder-on-your-data"]], "Word Type-Token Ratio": [[60, "word-type-token-ratio"]], "Worked Example": [[1, "worked-example"]], "assign_chunk_nums module": [[63, "module-utils.assign_chunk_nums"]], "basic_features module": [[3, "module-features.basic_features"]], "burstiness module": [[4, "module-features.burstiness"]], "calculate_chat_level_features module": [[64, "module-utils.calculate_chat_level_features"]], "calculate_conversation_level_features module": [[65, "module-utils.calculate_conversation_level_features"]], "calculate_user_level_features module": [[66, "module-utils.calculate_user_level_features"]], "certainty module": [[5, "module-features.certainty"]], "check_embeddings module": [[67, "module-utils.check_embeddings"]], "discursive_diversity module": [[6, "module-features.discursive_diversity"]], "feature_builder module": [[2, "module-feature_builder"]], "fflow module": [[7, "module-features.fflow"]], "get_all_DD_features module": [[8, "module-features.get_all_DD_features"]], "get_user_network module": [[9, "module-features.get_user_network"]], "gini_coefficient module": [[68, "module-utils.gini_coefficient"]], "hedge module": [[10, "module-features.hedge"]], "info_exchange_zscore module": [[12, "module-features.info_exchange_zscore"]], "information_diversity module": [[13, "module-features.information_diversity"]], "lexical_features_v2 module": [[14, "module-features.lexical_features_v2"]], "named_entity_recognition_features module": [[15, "module-features.named_entity_recognition_features"]], "other_lexical_features module": [[16, "module-features.other_lexical_features"]], "politeness_features module": [[17, "module-features.politeness_features"]], "politeness_v2 module": [[18, "module-features.politeness_v2"]], "politeness_v2_helper module": [[19, "module-features.politeness_v2_helper"]], "preload_word_lists module": [[70, "module-utils.preload_word_lists"]], "preprocess module": [[71, "module-utils.preprocess"]], "question_num module": [[20, "module-features.question_num"]], "readability module": [[21, "module-features.readability"]], "reddit_tags module": [[22, "module-features.reddit_tags"]], "summarize_features module": [[72, "module-utils.summarize_features"]], "temporal_features module": [[23, "module-features.temporal_features"]], "textblob_sentiment_analysis module": [[24, "module-features.textblob_sentiment_analysis"]], "turn_taking_features module": [[25, "module-features.turn_taking_features"]], "variance_in_DD module": [[26, "module-features.variance_in_DD"]], "within_person_discursive_range module": [[27, "module-features.within_person_discursive_range"]], "word_mimicry module": [[28, "module-features.word_mimicry"]], "z-scores:": [[41, "z-scores"]], "zscore_chats_and_conversation module": [[73, "module-utils.zscore_chats_and_conversation"]], "\u201cDriver\u201d Classes: Utterance-, Conversation-, and Speaker-Level Features": [[69, "driver-classes-utterance-conversation-and-speaker-level-features"]]}, "docnames": ["basics", "examples", "feature_builder", "features/basic_features", "features/burstiness", "features/certainty", "features/discursive_diversity", "features/fflow", "features/get_all_DD_features", "features/get_user_network", "features/hedge", "features/index", "features/info_exchange_zscore", "features/information_diversity", "features/lexical_features_v2", "features/named_entity_recognition_features", "features/other_lexical_features", "features/politeness_features", "features/politeness_v2", "features/politeness_v2_helper", "features/question_num", "features/readability", "features/reddit_tags", "features/temporal_features", "features/textblob_sentiment_analysis", "features/turn_taking_features", "features/variance_in_DD", "features/within_person_discursive_range", "features/word_mimicry", "features_conceptual/TEMPLATE", "features_conceptual/certainty", "features_conceptual/content_word_accommodation", "features_conceptual/conversational_repair", "features_conceptual/dale_chall_score", "features_conceptual/discursive_diversity", "features_conceptual/forward_flow", "features_conceptual/function_word_accommodation", "features_conceptual/gini_coefficient", "features_conceptual/hedge", "features_conceptual/index", "features_conceptual/information_diversity", "features_conceptual/information_exchange", "features_conceptual/liwc", "features_conceptual/message_length", "features_conceptual/message_quantity", "features_conceptual/mimicry_bert", "features_conceptual/moving_mimicry", "features_conceptual/named_entity_recognition", "features_conceptual/online_discussions_tags", "features_conceptual/politeness_receptiveness_markers", "features_conceptual/politeness_strategies", "features_conceptual/positivity_bert", "features_conceptual/positivity_z_score", "features_conceptual/proportion_of_first_person_pronouns", "features_conceptual/questions", "features_conceptual/team_burstiness", "features_conceptual/textblob_polarity", "features_conceptual/textblob_subjectivity", "features_conceptual/time_difference", "features_conceptual/turn_taking_index", "features_conceptual/word_ttr", "index", "intro", "utils/assign_chunk_nums", "utils/calculate_chat_level_features", "utils/calculate_conversation_level_features", "utils/calculate_user_level_features", "utils/check_embeddings", "utils/gini_coefficient", "utils/index", "utils/preload_word_lists", "utils/preprocess", "utils/summarize_features", "utils/zscore_chats_and_conversation"], "envversion": {"sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["basics.rst", "examples.rst", "feature_builder.rst", "features/basic_features.rst", "features/burstiness.rst", "features/certainty.rst", "features/discursive_diversity.rst", "features/fflow.rst", "features/get_all_DD_features.rst", "features/get_user_network.rst", "features/hedge.rst", "features/index.rst", "features/info_exchange_zscore.rst", "features/information_diversity.rst", "features/lexical_features_v2.rst", "features/named_entity_recognition_features.rst", "features/other_lexical_features.rst", "features/politeness_features.rst", "features/politeness_v2.rst", "features/politeness_v2_helper.rst", "features/question_num.rst", "features/readability.rst", "features/reddit_tags.rst", "features/temporal_features.rst", "features/textblob_sentiment_analysis.rst", "features/turn_taking_features.rst", "features/variance_in_DD.rst", "features/within_person_discursive_range.rst", "features/word_mimicry.rst", "features_conceptual/TEMPLATE.rst", "features_conceptual/certainty.rst", "features_conceptual/content_word_accommodation.rst", "features_conceptual/conversational_repair.rst", "features_conceptual/dale_chall_score.rst", "features_conceptual/discursive_diversity.rst", "features_conceptual/forward_flow.rst", "features_conceptual/function_word_accommodation.rst", "features_conceptual/gini_coefficient.rst", "features_conceptual/hedge.rst", "features_conceptual/index.rst", "features_conceptual/information_diversity.rst", "features_conceptual/information_exchange.rst", "features_conceptual/liwc.rst", "features_conceptual/message_length.rst", "features_conceptual/message_quantity.rst", "features_conceptual/mimicry_bert.rst", "features_conceptual/moving_mimicry.rst", "features_conceptual/named_entity_recognition.rst", "features_conceptual/online_discussions_tags.rst", "features_conceptual/politeness_receptiveness_markers.rst", "features_conceptual/politeness_strategies.rst", "features_conceptual/positivity_bert.rst", "features_conceptual/positivity_z_score.rst", "features_conceptual/proportion_of_first_person_pronouns.rst", "features_conceptual/questions.rst", "features_conceptual/team_burstiness.rst", "features_conceptual/textblob_polarity.rst", "features_conceptual/textblob_subjectivity.rst", "features_conceptual/time_difference.rst", "features_conceptual/turn_taking_index.rst", "features_conceptual/word_ttr.rst", "index.rst", "intro.rst", "utils/assign_chunk_nums.rst", "utils/calculate_chat_level_features.rst", "utils/calculate_conversation_level_features.rst", "utils/calculate_user_level_features.rst", "utils/check_embeddings.rst", "utils/gini_coefficient.rst", "utils/index.rst", "utils/preload_word_lists.rst", "utils/preprocess.rst", "utils/summarize_features.rst", "utils/zscore_chats_and_conversation.rst"], "indexentries": {}, "objects": {"": [[2, 0, 0, "-", "feature_builder"]], "feature_builder": [[2, 1, 1, "", "FeatureBuilder"]], "feature_builder.FeatureBuilder": [[2, 2, 1, "", "chat_level_features"], [2, 2, 1, "", "conv_level_features"], [2, 2, 1, "", "featurize"], [2, 2, 1, "", "get_first_pct_of_chat"], [2, 2, 1, "", "merge_conv_data_with_original"], [2, 2, 1, "", "preprocess_chat_data"], [2, 2, 1, "", "save_features"], [2, 2, 1, "", "set_self_conv_data"], [2, 2, 1, "", "user_level_features"]], "features": [[3, 0, 0, "-", "basic_features"], [4, 0, 0, "-", "burstiness"], [5, 0, 0, "-", "certainty"], [6, 0, 0, "-", "discursive_diversity"], [7, 0, 0, "-", "fflow"], [8, 0, 0, "-", "get_all_DD_features"], [9, 0, 0, "-", "get_user_network"], [10, 0, 0, "-", "hedge"], [12, 0, 0, "-", "info_exchange_zscore"], [13, 0, 0, "-", "information_diversity"], [14, 0, 0, "-", "lexical_features_v2"], [15, 0, 0, "-", "named_entity_recognition_features"], [16, 0, 0, "-", "other_lexical_features"], [17, 0, 0, "-", "politeness_features"], [18, 0, 0, "-", "politeness_v2"], [19, 0, 0, "-", "politeness_v2_helper"], [20, 0, 0, "-", "question_num"], [21, 0, 0, "-", "readability"], [22, 0, 0, "-", "reddit_tags"], [23, 0, 0, "-", "temporal_features"], [24, 0, 0, "-", "textblob_sentiment_analysis"], [25, 0, 0, "-", "turn_taking_features"], [26, 0, 0, "-", "variance_in_DD"], [27, 0, 0, "-", "within_person_discursive_range"], [28, 0, 0, "-", "word_mimicry"]], "features.basic_features": [[3, 3, 1, "", "count_characters"], [3, 3, 1, "", "count_messages"], [3, 3, 1, "", "count_words"]], "features.burstiness": [[4, 3, 1, "", "burstiness"], [4, 3, 1, "", "get_team_burstiness"]], "features.certainty": [[5, 3, 1, "", "get_certainty"]], "features.discursive_diversity": [[6, 3, 1, "", "get_DD"], [6, 3, 1, "", "get_cosine_similarity"], [6, 3, 1, "", "get_unique_pairwise_combos"]], "features.fflow": [[7, 3, 1, "", "get_forward_flow"]], "features.get_all_DD_features": [[8, 3, 1, "", "conv_to_float_arr"], [8, 3, 1, "", "get_DD_features"]], "features.get_user_network": [[9, 3, 1, "", "get_user_network"], [9, 3, 1, "", "remove_active_user"]], "features.hedge": [[10, 3, 1, "", "is_hedged_sentence_1"]], "features.info_exchange_zscore": [[12, 3, 1, "", "get_info_exchange_wordcount"]], "features.information_diversity": [[13, 3, 1, "", "calculate_ID_score"], [13, 3, 1, "", "get_info_diversity"], [13, 3, 1, "", "info_diversity"], [13, 3, 1, "", "preprocessing"]], "features.lexical_features_v2": [[14, 3, 1, "", "get_liwc_count"], [14, 3, 1, "", "liwc_features"]], "features.named_entity_recognition_features": [[15, 3, 1, "", "built_spacy_ner"], [15, 3, 1, "", "calculate_named_entities"], [15, 3, 1, "", "named_entities"], [15, 3, 1, "", "num_named_entity"], [15, 3, 1, "", "train_spacy_ner"]], "features.other_lexical_features": [[16, 3, 1, "", "classify_NTRI"], [16, 3, 1, "", "get_proportion_first_pronouns"], [16, 3, 1, "", "get_word_TTR"]], "features.politeness_features": [[17, 3, 1, "", "get_politeness_strategies"]], "features.politeness_v2": [[18, 3, 1, "", "get_politeness_v2"]], "features.politeness_v2_helper": [[19, 3, 1, "", "Question"], [19, 3, 1, "", "adverb_limiter"], [19, 3, 1, "", "bare_command"], [19, 3, 1, "", "clean_text"], [19, 3, 1, "", "commit_data"], [19, 3, 1, "", "conjection_seperator"], [19, 3, 1, "", "count_matches"], [19, 3, 1, "", "count_spacy_matches"], [19, 3, 1, "", "feat_counts"], [19, 3, 1, "", "get_dep_pairs"], [19, 3, 1, "", "get_dep_pairs_noneg"], [19, 3, 1, "", "load_saved_data"], [19, 3, 1, "", "load_to_dict"], [19, 3, 1, "", "load_to_lists"], [19, 3, 1, "", "phrase_split"], [19, 3, 1, "", "prep_simple"], [19, 3, 1, "", "prep_whole"], [19, 3, 1, "", "punctuation_seperator"], [19, 3, 1, "", "sentence_pad"], [19, 3, 1, "", "sentence_split"], [19, 3, 1, "", "sentenciser"], [19, 3, 1, "", "token_count"], [19, 3, 1, "", "word_start"]], "features.question_num": [[20, 3, 1, "", "calculate_num_question_naive"]], "features.readability": [[21, 3, 1, "", "classify_text_dalechall"], [21, 3, 1, "", "count_difficult_words"], [21, 3, 1, "", "count_syllables"], [21, 3, 1, "", "dale_chall_helper"]], "features.reddit_tags": [[22, 3, 1, "", "count_all_caps"], [22, 3, 1, "", "count_bullet_points"], [22, 3, 1, "", "count_ellipses"], [22, 3, 1, "", "count_emojis"], [22, 3, 1, "", "count_emphasis"], [22, 3, 1, "", "count_line_breaks"], [22, 3, 1, "", "count_links"], [22, 3, 1, "", "count_numbering"], [22, 3, 1, "", "count_parentheses"], [22, 3, 1, "", "count_quotes"], [22, 3, 1, "", "count_responding_to_someone"], [22, 3, 1, "", "count_user_references"]], "features.temporal_features": [[23, 3, 1, "", "coerce_to_date_or_number"], [23, 3, 1, "", "get_time_diff"], [23, 3, 1, "", "get_time_diff_startend"]], "features.textblob_sentiment_analysis": [[24, 3, 1, "", "get_polarity_score"], [24, 3, 1, "", "get_subjectivity_score"]], "features.turn_taking_features": [[25, 3, 1, "", "count_turn_taking_index"], [25, 3, 1, "", "count_turns"], [25, 3, 1, "", "get_turn"]], "features.variance_in_DD": [[26, 3, 1, "", "get_variance_in_DD"]], "features.within_person_discursive_range": [[27, 3, 1, "", "get_nan_vector"], [27, 3, 1, "", "get_within_person_disc_range"]], "features.word_mimicry": [[28, 3, 1, "", "Content_mimicry_score"], [28, 3, 1, "", "computeTF"], [28, 3, 1, "", "compute_frequency"], [28, 3, 1, "", "function_mimicry_score"], [28, 3, 1, "", "get_content_words_in_message"], [28, 3, 1, "", "get_function_words_in_message"], [28, 3, 1, "", "get_mimicry_bert"], [28, 3, 1, "", "get_moving_mimicry"], [28, 3, 1, "", "mimic_words"]], "utils": [[63, 0, 0, "-", "assign_chunk_nums"], [64, 0, 0, "-", "calculate_chat_level_features"], [65, 0, 0, "-", "calculate_conversation_level_features"], [66, 0, 0, "-", "calculate_user_level_features"], [67, 0, 0, "-", "check_embeddings"], [68, 0, 0, "-", "gini_coefficient"], [70, 0, 0, "-", "preload_word_lists"], [71, 0, 0, "-", "preprocess"], [72, 0, 0, "-", "summarize_features"], [73, 0, 0, "-", "zscore_chats_and_conversation"]], "utils.assign_chunk_nums": [[63, 3, 1, "", "assign_chunk_nums"], [63, 3, 1, "", "create_chunks"], [63, 3, 1, "", "create_chunks_messages"], [63, 3, 1, "", "reduce_chunks"]], "utils.calculate_chat_level_features": [[64, 1, 1, "", "ChatLevelFeaturesCalculator"]], "utils.calculate_chat_level_features.ChatLevelFeaturesCalculator": [[64, 2, 1, "", "calculate_chat_level_features"], [64, 2, 1, "", "calculate_hedge_features"], [64, 2, 1, "", "calculate_politeness_sentiment"], [64, 2, 1, "", "calculate_politeness_v2"], [64, 2, 1, "", "calculate_textblob_sentiment"], [64, 2, 1, "", "calculate_vector_word_mimicry"], [64, 2, 1, "", "calculate_word_mimicry"], [64, 2, 1, "", "concat_bert_features"], [64, 2, 1, "", "get_certainty_score"], [64, 2, 1, "", "get_dale_chall_score_and_classfication"], [64, 2, 1, "", "get_forward_flow"], [64, 2, 1, "", "get_named_entity"], [64, 2, 1, "", "get_reddit_features"], [64, 2, 1, "", "get_temporal_features"], [64, 2, 1, "", "info_exchange"], [64, 2, 1, "", "lexical_features"], [64, 2, 1, "", "other_lexical_features"], [64, 2, 1, "", "positivity_zscore"], [64, 2, 1, "", "text_based_features"]], "utils.calculate_conversation_level_features": [[65, 1, 1, "", "ConversationLevelFeaturesCalculator"]], "utils.calculate_conversation_level_features.ConversationLevelFeaturesCalculator": [[65, 2, 1, "", "calculate_conversation_level_features"], [65, 2, 1, "", "calculate_info_diversity"], [65, 2, 1, "", "calculate_team_burstiness"], [65, 2, 1, "", "get_conversation_level_aggregates"], [65, 2, 1, "", "get_discursive_diversity_features"], [65, 2, 1, "", "get_gini_features"], [65, 2, 1, "", "get_turn_taking_features"], [65, 2, 1, "", "get_user_level_aggregates"]], "utils.calculate_user_level_features": [[66, 1, 1, "", "UserLevelFeaturesCalculator"]], "utils.calculate_user_level_features.UserLevelFeaturesCalculator": [[66, 2, 1, "", "calculate_user_level_features"], [66, 2, 1, "", "get_centroids"], [66, 2, 1, "", "get_user_level_averaged_features"], [66, 2, 1, "", "get_user_level_summary_statistics_features"], [66, 2, 1, "", "get_user_level_summed_features"], [66, 2, 1, "", "get_user_network"]], "utils.check_embeddings": [[67, 3, 1, "", "check_embeddings"], [67, 3, 1, "", "generate_bert"], [67, 3, 1, "", "generate_certainty_pkl"], [67, 3, 1, "", "generate_lexicon_pkl"], [67, 3, 1, "", "generate_vect"], [67, 3, 1, "", "get_sentiment"], [67, 3, 1, "", "read_in_lexicons"]], "utils.gini_coefficient": [[68, 3, 1, "", "get_gini"], [68, 3, 1, "", "gini_coefficient"]], "utils.preload_word_lists": [[70, 3, 1, "", "get_dale_chall_easy_words"], [70, 3, 1, "", "get_first_person_words"], [70, 3, 1, "", "get_function_words"], [70, 3, 1, "", "get_question_words"]], "utils.preprocess": [[71, 3, 1, "", "assert_key_columns_present"], [71, 3, 1, "", "compress"], [71, 3, 1, "", "create_cumulative_rows"], [71, 3, 1, "", "get_turn_id"], [71, 3, 1, "", "preprocess_conversation_columns"], [71, 3, 1, "", "preprocess_naive_turns"], [71, 3, 1, "", "preprocess_text"], [71, 3, 1, "", "preprocess_text_lowercase_but_retain_punctuation"]], "utils.summarize_features": [[72, 3, 1, "", "get_average"], [72, 3, 1, "", "get_max"], [72, 3, 1, "", "get_min"], [72, 3, 1, "", "get_stdev"], [72, 3, 1, "", "get_sum"], [72, 3, 1, "", "get_user_average_dataframe"], [72, 3, 1, "", "get_user_sum_dataframe"]], "utils.zscore_chats_and_conversation": [[73, 3, 1, "", "get_zscore_across_all_chats"], [73, 3, 1, "", "get_zscore_across_all_conversations"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "method", "Python method"], "3": ["py", "function", "Python function"]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:method", "3": "py:function"}, "terms": {"": [0, 1, 2, 4, 5, 9, 11, 13, 25, 28, 29, 31, 32, 34, 35, 36, 40, 41, 42, 43, 44, 45, 46, 47, 49, 50, 51, 52, 55, 59, 61, 62, 64, 65, 66], "0": [0, 1, 2, 5, 10, 13, 16, 21, 24, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 45, 46, 47, 50, 51, 53, 55, 59, 61], "000": 42, "00222437221134802": [5, 64], "01": 51, "02": 51, "04": 40, "0496": [21, 33], "05": [13, 40, 50, 51], "06": 51, "08": 50, "09": [45, 46, 50], "1": [0, 1, 2, 3, 10, 13, 22, 24, 32, 34, 35, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 51, 53, 55, 56, 57, 59, 61, 62], "10": [1, 5, 6, 21, 24, 33, 42, 59, 61, 64], "100": [1, 21, 33, 37, 42, 47, 62], "1000": 42, "10th": 33, "1145": [21, 24], "1177": [5, 64], "11th": 33, "12": [35, 45, 46, 50], "1287": 6, "12th": 33, "13": 50, "14": 50, "15": [37, 50], "1579": [21, 33], "17": 50, "1948": 33, "195": 36, "1977": 62, "1lpngokujsx": 5, "1st": 50, "1st_person": 50, "1st_person_pl": 50, "1st_person_start": 50, "2": [1, 2, 34, 35, 41, 47, 59, 61, 62], "20": [37, 59], "2004": 42, "2007": [5, 42], "2009": 60, "2012": 55, "2013": [12, 16, 31, 32, 36, 37, 38, 41, 43, 50, 52, 54, 70], "2015": [53, 58, 60], "2016": 4, "2017": 13, "2018": [40, 44, 55], "2019": [35, 52], "2020": [18, 21, 24, 33, 49, 50, 56, 57], "2021": [1, 6, 43, 44], "2022": [13, 34], "2023": [1, 5, 30, 59, 61, 64], "2024": 40, "21": 59, "22": [41, 50], "2384068": 4, "24": [1, 61], "25": 47, "27": 50, "28": 50, "29": 50, "2nd": 50, "2nd_person": 50, "2nd_person_start": 50, "3": [0, 1, 2, 21, 34, 41, 42, 51, 59, 61, 71], "30": 50, "3000": 33, "32": [34, 50], "3432929": [21, 24], "35": 51, "36": 50, "38": 50, "39": 49, "39512260": 68, "3n": 59, "4": [0, 1, 5, 13, 21, 30, 33, 41, 42, 56, 61, 62], "4274": 6, "43": 50, "45": 50, "47": 50, "49": 50, "4pit4bqz6": 5, "4th": [21, 33], "5": [1, 5, 21, 30, 33, 37, 41, 59], "50": [1, 47], "52": 50, "53": 50, "57": 50, "58": 50, "5th": 33, "6": [1, 33, 43], "60": 51, "63": 50, "6365": 21, "64": 67, "68": 47, "6th": 33, "7": [30, 33, 48], "70": 50, "78": [35, 50], "7th": 33, "8": [1, 30, 33], "80": [21, 70], "82": 41, "85": 34, "86": 35, "87": 50, "89": [45, 46], "8th": 33, "9": [2, 5, 21, 30, 33, 40, 47, 50], "9123": 47, "92": 51, "93chall_readability_formula": [21, 70], "94": 15, "95": 47, "97": 51, "9855072464": 47, "9992": 47, "99954": 47, "9th": 33, "A": [1, 2, 4, 12, 13, 14, 15, 16, 17, 18, 19, 21, 23, 25, 28, 33, 34, 35, 37, 38, 40, 41, 44, 45, 46, 47, 49, 50, 51, 52, 57, 59, 60, 61, 62, 66, 67, 68, 70, 71, 72, 73], "And": [1, 62], "As": [1, 31, 35, 36, 40, 45, 61], "But": [1, 50, 62], "By": [1, 42, 50], "For": [0, 1, 31, 34, 37, 41, 42, 43, 47, 49, 54, 56, 59, 62, 65], "If": [0, 1, 2, 5, 21, 29, 30, 35, 45, 47, 50, 55, 61, 62, 63, 64, 67, 71], "In": [1, 21, 30, 31, 34, 35, 36, 37, 39, 41, 42, 45, 46, 47, 50, 55, 59, 61, 62], "It": [1, 2, 31, 32, 33, 36, 37, 41, 44, 45, 46, 50, 64, 65, 66, 67, 71], "NO": 37, "NOT": [1, 61], "No": [19, 53], "Not": 41, "One": [1, 37, 61], "That": [29, 55], "The": [1, 2, 3, 4, 5, 7, 9, 10, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 60, 63, 64, 65, 66, 67, 68, 69, 71, 72, 73], "Then": [1, 55, 61], "There": [1, 11, 32, 61, 66], "These": [1, 11, 17, 32, 34, 42, 48, 52, 61, 62, 69], "To": [0, 1, 29, 31, 34, 37, 40, 55, 56, 57, 61, 62], "WITH": 21, "Will": 50, "_deviat": 55, "_preprocessed_": 0, "abil": [13, 29], "abl": [31, 36, 61], "abort": 1, "about": [1, 12, 29, 31, 36, 41, 47, 61, 62], "abov": [1, 21, 34, 61], "abstract_id": 4, "accept": [0, 1, 58, 61], "access": [0, 1, 15, 61], "accommod": [28, 32, 39, 45, 46, 64, 65, 66], "accord": [21, 37, 59, 64, 70], "accordingli": 63, "account": [1, 29, 32, 42], "accus": 50, "achiev": [50, 62], "acknowledg": 49, "acm": [21, 24], "acommod": 36, "across": [1, 13, 28, 31, 34, 40, 41, 50, 62, 64, 73], "action": 59, "activ": [1, 9, 44, 55, 71], "actual": [41, 56], "ad": [61, 62, 71], "adapt": 59, "add": [0, 1, 2, 21, 51, 61], "addit": [0, 2, 32, 34, 42, 63, 69], "addition": [0, 30, 31, 32, 54], "address": 1, "adjac": 71, "adjust": [0, 21, 37, 63], "advanc": [31, 36], "advantag": 4, "adverb": [19, 31, 36], "adverb_limit": [19, 49], "affect": [0, 1, 29, 35, 44], "affirm": 49, "after": [0, 1, 31, 34, 36, 43, 61, 62, 64], "again": [32, 34], "against": [28, 31, 36, 52], "agarw": 62, "aggreg": [0, 1, 3, 11, 37, 44, 61, 62, 65, 66, 72], "agre": 47, "agreement": 49, "ah": [31, 36], "ai": 62, "aim": [39, 62], "airtim": [37, 62], "al": [1, 5, 16, 18, 21, 24, 30, 31, 32, 33, 34, 35, 36, 38, 42, 43, 44, 49, 50, 52, 53, 54, 56, 57, 58, 59, 60, 64], "algorithm": [56, 57], "align": [35, 51], "all": [0, 1, 2, 6, 12, 13, 15, 19, 22, 28, 30, 31, 34, 35, 36, 37, 40, 41, 42, 46, 48, 49, 51, 52, 55, 58, 61, 62, 64, 66, 71, 73], "allow": 1, "almaatouq": 59, "along": 1, "alongsid": 1, "alphabet": 49, "alphanumer": 71, "alreadi": [0, 1, 2, 4, 10, 12, 16, 67], "also": [0, 1, 2, 28, 30, 31, 32, 34, 36, 37, 38, 42, 47, 51, 54, 60, 61, 62, 64, 65, 67, 69, 71], "alsobai": 59, "altern": 59, "although": [1, 23, 31, 36], "alwai": [1, 55], "am": [31, 36, 42, 54, 62], "amaz": [48, 56], "ambient": 32, "american": 33, "ami": [47, 59, 62], "amic": 62, "among": [36, 37, 52, 55, 62], "amongst": [6, 35, 48], "an": [1, 2, 5, 8, 11, 12, 13, 21, 29, 30, 31, 32, 33, 34, 36, 38, 40, 41, 42, 45, 47, 48, 50, 51, 52, 54, 59, 60, 61, 62, 63, 65, 66, 68], "analys": [1, 62], "analysi": [0, 1, 11, 52, 62, 67, 71], "analyt": 62, "analyz": [0, 1, 2, 13, 14, 16, 17, 19, 20, 21, 22, 24, 28, 43, 52, 62, 67, 71], "analyze_first_pct": [0, 1, 2], "angri": 47, "ani": [0, 1, 29, 31, 33, 38, 54, 62, 71], "annot": [17, 50], "anoth": [30, 34, 36, 48], "answer": 29, "anybodi": [31, 36], "anyth": [1, 2, 23, 31, 36, 56], "anywher": [31, 36], "apartment": 42, "api": 47, "api_refer": 24, "apolog": [17, 50], "apologi": 49, "appear": [0, 15, 37, 38, 42, 64], "append": [1, 17, 64, 65, 66, 67], "appli": [4, 13, 18, 62, 64, 69], "applic": [29, 71], "appreci": 50, "approach": [32, 38, 42, 45, 46, 49, 53, 64], "appropri": 69, "ar": [0, 1, 2, 3, 5, 9, 10, 11, 15, 17, 19, 21, 23, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 51, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 69, 71], "arcross": 34, "area": 62, "aren": [31, 36], "around": 2, "arous": 48, "arrai": [6, 8, 68], "articl": [37, 50], "ask": [20, 47, 54], "ask_ag": 49, "aspect": [50, 62], "assert_key_columns_pres": 71, "assign": [1, 31, 36, 38, 45, 46, 52, 59, 61, 63, 71], "assign_chunk_num": 69, "associ": [4, 15, 21, 29, 30, 31, 32, 36, 40, 45, 46, 47, 48, 61], "assum": [0, 1, 2, 10, 12, 16, 23, 41, 60, 61, 71], "assumpt": [1, 41, 61], "asterisk": 22, "attribut": [1, 11, 34, 51, 52, 56, 62], "author": [5, 31, 36, 59], "auto": 2, "automat": [0, 1, 61, 69], "auxiliari": [31, 36], "avail": [1, 61, 62, 63, 64, 67], "averag": [11, 13, 28, 30, 33, 34, 35, 40, 41, 46, 52, 64, 65, 66, 72], "avil": 62, "avoid": 30, "awar": 29, "awesom": 62, "b": [4, 34, 35, 45, 46, 55, 62], "back": 62, "bag": [32, 38, 42, 45, 46, 49, 53, 56, 57], "bare_command": [19, 49], "base": [0, 1, 2, 15, 18, 19, 31, 32, 34, 35, 36, 37, 40, 42, 51, 52, 53, 54, 55, 56, 57, 61, 62, 63, 64, 65, 66, 71], "basic": [10, 11, 12, 16, 61, 62], "basic_featur": 11, "batch": 67, "batch_num": 1, "batch_siz": 67, "bay": [56, 57], "bbevi": 18, "becaus": [1, 2, 12, 21, 31, 36, 40, 56, 61], "becom": [44, 61, 62], "been": [1, 2, 12, 16, 31, 36, 61], "befor": [0, 1, 2, 17, 31, 36, 45, 48], "beforehand": 64, "begin": [34, 54, 58, 61, 62, 63], "behavior": [0, 2, 62, 63], "being": [4, 13, 14, 16, 17, 20, 21, 24, 31, 32, 36, 43, 47, 51, 55, 56, 60], "belong": [1, 42], "below": [1, 11, 21, 33, 36, 45, 48, 51, 61, 62, 69], "ber": 54, "bert": [0, 1, 31, 35, 36, 39, 46, 61, 64, 67], "bert_path": 67, "bert_sentiment_data": [1, 61, 64], "best": 29, "better": 61, "between": [4, 6, 13, 21, 23, 24, 28, 30, 31, 34, 35, 36, 37, 40, 45, 46, 55, 58, 59, 62, 64, 65], "betwen": 34, "beyond": 2, "big": 59, "binari": [10, 32, 38], "blame": 47, "blob": [1, 24, 61], "block": [22, 32, 48, 59], "blog": 15, "bold": [22, 64], "bool": [2, 63, 67, 71], "bootstrap": 62, "both": [1, 2, 42, 52, 54, 55, 59, 62], "bother": 50, "bottom": 59, "bought": 41, "bound": [29, 35, 36, 37, 42, 52, 55], "boundari": [34, 35], "break": [22, 48, 64], "brief": 44, "broader": 52, "broken": 59, "btw": 50, "bug": [1, 61], "build": [1, 7, 34, 45, 46, 62], "built": 11, "built_spacy_n": 15, "bullet": [22, 48, 64], "bunch": 59, "burst": 58, "bursti": [1, 11, 39, 58, 61, 65], "by_the_wai": 49, "c": [12, 34, 35, 45, 46, 62], "cach": [0, 1, 2, 51, 61], "calcul": [2, 5, 11, 12, 16, 18, 21, 28, 33, 41, 48, 49, 50, 56, 57, 58, 60, 62, 63, 64, 65, 66, 67, 68, 72, 73], "calculate_chat_level_featur": [1, 61, 69], "calculate_conversation_level_featur": 69, "calculate_hedge_featur": 64, "calculate_id_scor": 13, "calculate_info_divers": 65, "calculate_named_ent": 15, "calculate_num_question_na": 20, "calculate_politeness_senti": 64, "calculate_politeness_v2": 64, "calculate_team_bursti": 65, "calculate_textblob_senti": 64, "calculate_user_level_featur": 69, "calculate_vector_word_mimicri": 64, "calculate_word_mimicri": 64, "call": [1, 2, 8, 13, 61, 62, 64, 69], "can": [0, 1, 11, 23, 31, 32, 33, 34, 36, 37, 42, 43, 44, 47, 48, 49, 50, 52, 54, 60, 61, 62, 69], "can_you": 49, "cannot": [1, 31, 36, 45, 46, 49, 62], "cao": [21, 24, 33, 43, 44, 56, 57, 62], "cap": [22, 48, 64], "capit": [0, 2, 48], "captur": [29, 30, 32, 34, 35, 38, 41, 42, 55], "caract": 40, "cardiffnlp": [1, 61], "carefulli": 60, "casa_token": 5, "case": [1, 13, 16, 29, 30, 31, 36, 37, 41, 45, 46, 51, 55, 56, 59, 61], "casual": 43, "categori": [21, 32, 45, 46, 49, 52], "caus": [31, 32, 36, 59], "caveat": 1, "center": 62, "central": 34, "centroid": [34, 66], "certain": [5, 19, 30, 42, 45, 46, 49], "certainli": 42, "certainti": [11, 38, 39, 42, 64, 67], "cfm": 4, "chall": [1, 21, 39, 64, 70], "chang": [1, 34, 50, 61, 71], "charact": [2, 3, 15, 19, 37, 49, 62, 64, 65, 66, 71], "characterist": 62, "chat": [0, 1, 2, 4, 5, 6, 7, 8, 12, 13, 14, 16, 23, 25, 28, 29, 32, 35, 36, 41, 44, 45, 46, 49, 59, 61, 63, 64, 65, 66, 67, 68, 69, 71, 72, 73], "chat_data": [2, 6, 7, 8, 26, 27, 28, 63, 64, 65, 66, 67, 71], "chat_df": 14, "chat_featur": [1, 61], "chat_level_data": 72, "chat_level_featur": 2, "chatlevelfeaturescalcul": [1, 2, 17, 21, 61, 64, 69], "chats_data": 73, "check": [19, 23, 44, 64, 67, 71], "check_embed": [1, 61, 69], "chen": 62, "choos": 60, "chose": 1, "chronolog": 1, "chunk": [34, 59, 63], "chunk_num": 63, "circlelyt": 13, "citat": [21, 24], "cite": 50, "clarif": [16, 32, 64], "class": [1, 2, 31, 61, 62, 64, 65, 66], "classif": [21, 64], "classifi": [16, 21, 50, 56, 57], "classify_ntri": 16, "classify_text_dalechal": 21, "clean": [2, 17, 19, 67], "clean_text": 19, "clear": 1, "close": [31, 48, 62], "closer": [45, 46, 59], "clue": 62, "cmu": 12, "code": [6, 18, 29, 32, 51, 55, 61, 62, 68], "coeffici": [4, 39, 62, 65, 68], "coerce_to_date_or_numb": 23, "cognit": 62, "col": 2, "colab": [0, 1], "collabor": [59, 62], "collaps": 2, "collect": [1, 2, 34, 49, 50, 52, 61, 62], "colleg": 33, "column": [0, 2, 4, 6, 7, 8, 9, 12, 13, 14, 16, 18, 23, 25, 28, 51, 56, 62, 63, 64, 65, 66, 67, 68, 71, 72, 73], "column_count_frequ": 28, "column_count_mim": 28, "column_mimc": 28, "column_nam": 71, "column_to_summar": 72, "com": [1, 2, 4, 5, 13, 15, 18, 64, 68, 71], "comb": 62, "combin": [0, 1, 6, 28, 64, 71], "come": [1, 12, 13, 21, 32, 33, 58, 61], "comm": [1, 61], "command": [1, 61], "comment": 48, "commit": 23, "commit_data": 19, "common": [0, 32, 62, 64], "commonli": 37, "commun": [0, 1, 11, 44, 48, 55, 60, 62, 64], "companion": 1, "compar": [2, 31, 35, 44, 45, 52, 64, 71, 73], "compat": [1, 61], "complement": [31, 36], "complet": [1, 2, 55], "complex": [0, 35, 43, 50, 62], "compon": 50, "comprehens": [33, 48], "compress": 71, "comput": [0, 2, 4, 5, 6, 10, 11, 12, 13, 14, 28, 29, 30, 31, 34, 35, 36, 37, 40, 41, 42, 45, 46, 49, 52, 55, 62, 64, 65, 66, 69, 73], "compute_frequ": 28, "compute_vectors_from_preprocess": [0, 2], "computetf": 28, "conain": 61, "concat_bert_featur": [1, 61, 64], "concaten": [19, 49, 64, 71], "concentr": 55, "concept": [29, 39, 42, 62], "conceptu": [61, 62], "concis": 43, "concret": 29, "conduct": 1, "confid": [2, 5, 15, 30, 47, 64], "conflict": 62, "confound": 44, "congruent": 34, "conjection_seper": 19, "conjunct": [19, 31, 36, 49], "conjunction_start": 49, "connect": 39, "conscious": 35, "consecut": 22, "consequ": 0, "consid": [1, 33, 37], "consider": [61, 62], "consist": [36, 40, 41], "constitut": 41, "constrain": [34, 35], "construct": [11, 55, 62], "constructor": 47, "consult": 5, "contain": [1, 2, 3, 4, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 23, 25, 28, 29, 30, 35, 38, 42, 47, 49, 55, 61, 62, 63, 64, 67, 71, 72, 73], "content": [0, 1, 12, 13, 28, 34, 36, 39, 41, 42, 45, 46, 62, 64, 67], "content_mimicry_scor": 28, "content_word_mimicri": 28, "context": [2, 32, 42, 48, 62, 71], "continu": [56, 57], "contract": 49, "contrast": 39, "contribut": [13, 34, 37, 62], "control": 1, "conv": [1, 61], "conv_data": [2, 65], "conv_features_al": [1, 61], "conv_features_bas": [1, 61], "conv_level_featur": 2, "conv_to_float_arr": 8, "convei": [6, 34, 52], "conveni": [1, 61], "convers": [0, 2, 3, 4, 6, 7, 8, 9, 12, 13, 23, 25, 28, 29, 31, 34, 35, 36, 37, 40, 41, 43, 44, 45, 46, 47, 48, 49, 50, 52, 55, 58, 59, 61, 63, 64, 65, 66, 68, 71, 72, 73], "conversation_id": [2, 28, 61, 71], "conversation_id_col": [0, 1, 2, 4, 6, 7, 8, 9, 13, 23, 25, 26, 27, 61, 63, 64, 65, 66, 68, 72, 73], "conversation_num": [0, 1, 2, 6, 7, 66, 71, 73], "conversationlevelfeaturescalcul": [2, 65, 69], "convert": [8, 41, 49, 71], "convict": 5, "convokit": [17, 50, 62, 64], "coordin": 55, "copi": [0, 1], "copular": [31, 36], "core": [2, 34, 69], "cornel": 17, "corpu": 50, "corrado": 37, "correl": [41, 55], "correspond": [30, 34, 35, 40, 49, 55, 66], "cosin": [6, 7, 13, 28, 31, 34, 35, 36, 40, 45, 46, 65], "could": [1, 31, 33, 36, 50, 54], "could_you": 49, "couldn": [31, 36], "count": [1, 3, 12, 14, 15, 16, 19, 21, 25, 28, 30, 31, 32, 36, 39, 41, 43, 44, 49, 52, 53, 54, 56, 58, 64, 65, 66], "count_all_cap": 22, "count_bullet_point": 22, "count_charact": 3, "count_difficult_word": 21, "count_ellips": 22, "count_emoji": 22, "count_emphasi": 22, "count_line_break": 22, "count_link": 22, "count_match": [19, 49], "count_messag": 3, "count_numb": 22, "count_parenthes": 22, "count_quot": 22, "count_responding_to_someon": 22, "count_spacy_match": 19, "count_syl": 21, "count_turn": 25, "count_turn_taking_index": 25, "count_user_refer": 22, "count_word": 3, "countabl": 65, "countd": 36, "counterfactu": 50, "cours": [16, 31, 34, 36, 63], "creat": [0, 1, 2, 13, 19, 31, 40, 42, 61, 62, 64, 65, 66, 71], "create_chunk": 63, "create_chunks_messag": 63, "create_cumulative_row": 71, "credit": 33, "crowd": 13, "csv": [1, 2, 61, 62, 67], "cumul": [1, 2, 71], "cumulative_group": [0, 1, 2, 71], "current": [1, 11, 23, 31, 34, 35, 36, 40, 45, 46, 58, 61, 64, 71], "curt": 43, "custom": [0, 62], "custom_featur": [0, 1, 2, 61], "customiz": 62, "cut": 1, "cutoff": [2, 15, 47, 64], "d": [1, 31, 34, 36, 61], "dale": [1, 21, 39, 64, 70], "dale_chall_help": 21, "danescu": 50, "dash": 22, "data": [0, 2, 6, 7, 8, 9, 13, 19, 20, 32, 37, 40, 41, 47, 51, 55, 61, 62, 63, 64, 65, 66, 67, 68, 71, 72, 73], "datafram": [0, 1, 2, 4, 6, 7, 8, 9, 12, 13, 14, 15, 16, 17, 18, 19, 23, 25, 28, 37, 47, 49, 59, 61, 62, 63, 64, 65, 66, 67, 68, 71, 72, 73], "dataknowsal": 15, "dataset": [1, 2, 9, 12, 13, 28, 31, 41, 47, 52, 61, 64, 65, 66, 73], "date": [1, 61], "datetim": [23, 58], "dcosta": 62, "deal": [50, 59], "death": 1, "debat": 59, "decid": 62, "decis": [1, 13, 62], "declar": [1, 62, 69], "deepli": 62, "default": [0, 1, 2, 5, 13, 16, 30, 34, 35, 42, 47, 62, 63, 66, 67, 71, 73], "defer": [17, 50], "defin": [0, 11, 21, 31, 34, 36, 40, 59, 62, 64, 65, 66, 70], "definit": [1, 3, 44], "degre": [6, 30, 36, 45, 46, 55], "delet": 29, "deliber": 1, "demo": 61, "democrat": 1, "demystifi": 62, "denomin": 59, "densiti": 60, "dep_": 49, "dep_pair": 19, "depend": [0, 1, 10, 19, 32, 49, 52, 61, 63], "deriv": [2, 11, 65, 66], "describ": [1, 11, 62], "descript": [1, 61], "design": [0, 1, 2, 13, 34, 62], "desir": [2, 63, 72], "detail": [0, 33, 41, 43, 61, 62], "detect": [1, 32, 37, 38, 47, 48, 49, 54], "determin": [13, 18, 31, 35, 36, 40, 45, 46, 71], "dev": 24, "develop": [5, 37, 40, 62], "deviat": [4, 5, 29, 40, 41, 55, 58, 65, 72, 73], "df": [4, 8, 9, 12, 13, 16, 18, 23, 28, 63, 71], "dict": [17, 19, 28, 67], "dictionari": [1, 15, 17, 19, 28, 30, 42, 49, 61, 67], "did": [1, 31, 36, 37, 47, 50, 54, 62], "didn": [31, 36], "differ": [0, 1, 2, 4, 11, 12, 23, 29, 31, 34, 36, 37, 39, 40, 44, 45, 46, 47, 49, 55, 62, 63, 64, 65, 66, 71], "differenti": [49, 59], "difficult": [21, 33], "difficult_word": 21, "difficulti": 33, "dimens": [40, 62], "dimension": [34, 35], "dinner": 41, "direct": [34, 43, 45, 47, 50, 69], "direct_quest": [32, 50, 54], "direct_start": 50, "directli": [1, 62, 69], "directori": [0, 2, 19, 61, 65, 67], "disagr": 49, "disagre": 51, "discours": [31, 36], "discret": [31, 36, 45, 46], "discurs": [0, 1, 6, 8, 39, 40, 61, 65, 66], "discursive_divers": 11, "discus": 8, "discuss": [0, 1, 31, 34, 39, 40, 42, 43, 61, 62, 71], "dispers": 68, "displai": [1, 34, 42, 46, 61], "dispos": 1, "distanc": [34, 35, 40], "distinct": [36, 59], "distinguish": 59, "div": 16, "diverg": [6, 34, 35], "divers": [0, 1, 6, 8, 13, 39, 61, 65], "divid": [16, 34, 59, 63], "dl": [21, 24], "do": [0, 1, 29, 31, 34, 36, 37, 43, 49, 50, 54, 62, 69], "doc": 19, "doc_top": 13, "document": [1, 17, 61, 69], "doe": [1, 2, 29, 40, 42, 43, 45, 47, 54, 61, 71], "doesn": [0, 1, 2, 29, 31, 36, 45, 61], "doi": [5, 6, 21, 24, 64], "domain": 50, "don": [31, 36, 49, 54, 62, 67], "done": [2, 50], "dot": 22, "doubl": 30, "down": [31, 36], "download": [1, 61], "download_resourc": [1, 61], "downstream": [17, 62], "dozen": 62, "drive": [62, 69], "driver": [2, 61, 64, 65, 66], "drop": [0, 2, 64], "due": [34, 59], "duncan": 62, "duplic": [1, 2, 71], "durat": [58, 63], "dure": [2, 55, 59, 62], "dynam": [59, 61], "e": [0, 1, 2, 4, 15, 20, 29, 30, 31, 32, 34, 35, 36, 37, 38, 41, 42, 47, 48, 49, 52, 54, 56, 59, 61, 63, 65, 66, 71], "e2": [21, 70], "each": [0, 1, 2, 3, 4, 7, 8, 9, 11, 12, 15, 17, 19, 23, 25, 28, 30, 31, 34, 35, 36, 37, 40, 41, 42, 44, 45, 46, 47, 49, 50, 51, 52, 55, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 71, 72, 73], "earlier": [0, 1, 2, 42], "easi": [1, 21, 62, 70], "easier": 21, "easili": 33, "easy_word": 21, "eat": 34, "echo": 31, "econom": 37, "edg": [29, 59], "edu": [1, 12, 16, 17, 70], "effect": [1, 41], "effici": 1, "effort": 55, "either": [20, 23, 52, 55], "elaps": [23, 58], "element": [1, 6], "ellips": [22, 48, 64], "els": [1, 22, 47, 64], "embed": [8, 31, 34, 35, 36, 45, 46, 65, 66, 67, 69], "emili": [30, 35, 45, 46, 47, 59, 62], "emoji": [22, 48, 64], "emot": [1, 61], "emoticon": 48, "emphas": [22, 48, 64], "emphasi": 48, "empirica": [1, 2, 71], "emploi": 45, "empti": [0, 2, 13], "en": [1, 21, 24, 61, 70], "en_core_web_sm": [1, 61], "enabl": 71, "enclos": 22, "encod": [1, 8], "encompass": 62, "encount": [1, 34, 35, 61], "encourag": 64, "end": [0, 1, 15, 20, 23, 34, 54, 62, 63], "engag": 43, "engin": 2, "english": [34, 42], "enjoi": 62, "ensur": [0, 1, 40, 49, 61, 63, 67, 71], "entir": [1, 12, 36, 40, 41, 52, 59, 62, 73], "entiti": [0, 1, 2, 15, 39, 64], "entityrecogn": 47, "entri": [1, 28, 61], "ep8dauru1ogvjurwdbof5h6ayfbslvughjyiv31d_as6ppbt": 5, "equal": [1, 21, 23, 34, 37, 40, 55, 59, 61, 62, 63], "equival": [0, 1, 41, 55, 61], "eric": 62, "error": [1, 16, 61], "especi": [41, 62], "essenti": [51, 71], "estim": 31, "et": [1, 5, 16, 18, 21, 24, 30, 31, 32, 33, 34, 35, 36, 38, 42, 43, 44, 49, 50, 52, 53, 54, 56, 57, 58, 59, 60, 64], "etc": [10, 15, 16, 17, 42], "evalu": [5, 47, 50], "evan": 62, "even": [0, 1, 2, 34, 37, 42, 62, 63, 67], "evenli": [34, 55], "event": [1, 34, 55, 61], "ever": 62, "everi": [1, 4, 13, 31, 34, 35, 36, 61, 62], "everybodi": [31, 36], "everyon": [31, 36, 47, 62], "everyth": [31, 36, 56], "everywher": [31, 36], "evolut": 35, "evolv": [35, 71], "exactli": [1, 2, 71], "examin": [40, 62, 63], "exampl": [0, 10, 11, 15, 21, 24, 29, 31, 32, 34, 37, 42, 43, 48, 50, 51, 54, 56, 59, 60, 61, 62], "example_data": 1, "exce": 15, "exchang": [12, 35, 39, 40, 45, 55, 64], "exclud": [0, 41, 42], "exclus": [41, 42], "excus": 32, "exhibit": 35, "exist": [0, 1, 2, 55, 61, 62, 63, 64, 67], "expand": 49, "expect": [1, 37, 47], "expected_valu": 47, "explain": [0, 29], "explan": [29, 43], "explor": [61, 62], "express": [5, 14, 30, 31, 32, 36, 38, 42, 64], "extend": 1, "extens": [43, 44], "extent": [1, 4, 7, 12, 31, 34, 35, 37, 51, 55, 59, 61], "extern": 48, "extra": 51, "extract": [1, 17, 19, 28, 40, 50, 64], "extrem": [55, 56, 57], "face": [1, 51, 61], "facilit": [62, 71], "fact": [4, 35, 50, 54, 59], "factual": [17, 24, 50], "fail": [1, 61], "fals": [0, 1, 2, 31, 54, 61, 71], "famili": 42, "far": [34, 35, 46, 50, 62], "faster": 14, "feat_count": 19, "featuer": 2, "featur": [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 63, 64, 65, 66, 67], "feature_build": [0, 1, 61], "feature_dict": [1, 61], "feature_method": [64, 65], "feature_nam": [1, 61], "featurebuild": [0, 2, 47, 69], "features_conceptu": [1, 61], "few": [48, 62], "fewer": [12, 60], "fflow": 11, "field": [13, 17], "file": [0, 2, 12, 14, 19, 61, 65, 67], "filenam": [1, 2, 19], "filenotfounderror": 67, "fill": 71, "filler": [37, 60], "filler_paus": 49, "filter": [19, 62], "final": [1, 2, 34, 42, 62], "find": [1, 19, 28, 50], "fingertip": 62, "finit": 55, "first": [0, 1, 2, 11, 12, 16, 19, 31, 34, 35, 36, 39, 40, 41, 42, 45, 46, 49, 52, 54, 59, 61, 62, 64, 70, 71], "first_person": 12, "first_person_plur": 49, "first_person_raw": [12, 16], "first_person_singl": 49, "five": 37, "fix": 52, "flag": 71, "float": [2, 4, 5, 6, 8, 10, 13, 14, 16, 21, 24, 25, 28, 68], "floor": 59, "flow": [0, 1, 7, 31, 36, 39, 41, 45, 46, 61, 64], "focal": [31, 36], "focu": 41, "folder": [0, 1, 19], "follow": [1, 2, 16, 17, 29, 31, 32, 33, 41, 42, 47, 49, 50, 53, 55, 59, 60, 61, 64, 65], "for_m": 49, "for_you": 49, "forc": [0, 1, 61], "form": 1, "formal": [1, 61], "formal_titl": 49, "format": [1, 8, 17, 22, 47, 48, 61, 62, 64], "former": [45, 46], "formula": [33, 42, 59, 64, 70], "fornt": 1, "forward": [0, 1, 7, 39, 41, 61, 64], "forward_flow": 35, "found": [1, 5, 28, 30, 33, 61, 69], "four": [1, 8], "fourth": 33, "frac": 55, "fraction": 59, "frame": 2, "framework": [49, 50, 62], "frequenc": [28, 31, 44, 64], "frequency_dict": 28, "fridai": 34, "from": [0, 1, 2, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 16, 19, 21, 28, 29, 31, 32, 33, 34, 35, 36, 39, 41, 42, 49, 50, 51, 53, 55, 56, 57, 58, 61, 62, 64, 65, 66, 67, 71], "full": [1, 2, 37], "full_empirical_dataset": 1, "fulli": [32, 48], "functinon": 12, "function": [1, 2, 3, 4, 10, 11, 12, 13, 14, 16, 20, 21, 23, 28, 31, 39, 44, 45, 46, 50, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 73], "function_mimic_word": 28, "function_mimicry_scor": 28, "function_word_mimicri": 28, "function_word_refer": 28, "fund": 62, "further": [1, 2, 61, 71], "futur": [23, 66], "g": [0, 1, 4, 15, 20, 29, 31, 32, 36, 37, 38, 41, 42, 47, 48, 52, 54, 59, 61, 63, 65, 66, 71], "game": [1, 2, 59, 71], "gaug": [33, 52], "gener": [0, 2, 9, 11, 12, 16, 21, 31, 34, 35, 36, 40, 42, 45, 46, 49, 51, 59, 67, 69, 71, 72], "generaliz": 23, "generate_bert": 67, "generate_certainty_pkl": 67, "generate_lexicon_pkl": 67, "generate_vect": 67, "gensim": 40, "get": [0, 16, 20, 21, 28, 30, 31, 36, 49, 66], "get_all_dd_featur": 11, "get_averag": 72, "get_centroid": 66, "get_certainti": 5, "get_certainty_scor": 64, "get_content_words_in_messag": 28, "get_conversation_level_aggreg": 65, "get_cosine_similar": 6, "get_dale_chall_easy_word": [21, 70], "get_dale_chall_score_and_classf": 64, "get_dd": 6, "get_dd_featur": 8, "get_dep_pair": [19, 49], "get_dep_pairs_noneg": [19, 49], "get_discursive_diversity_featur": 65, "get_first_pct_of_chat": 2, "get_first_person_word": [12, 70], "get_forward_flow": [7, 64], "get_function_word": 70, "get_function_words_in_messag": 28, "get_gini": 68, "get_gini_featur": 65, "get_info_divers": 13, "get_info_exchange_wordcount": 12, "get_liwc_count": 14, "get_max": 72, "get_mimicry_bert": 28, "get_min": 72, "get_moving_mimicri": 28, "get_named_ent": 64, "get_nan_vector": 27, "get_polarity_scor": 24, "get_politeness_strategi": 17, "get_politeness_v2": 18, "get_proportion_first_pronoun": 16, "get_question_word": 70, "get_reddit_featur": 64, "get_senti": 67, "get_stdev": 72, "get_subjectivity_scor": 24, "get_sum": 72, "get_team_bursti": 4, "get_temporal_featur": [4, 64], "get_time_diff": 23, "get_time_diff_startend": 23, "get_turn": 25, "get_turn_id": 71, "get_turn_taking_featur": 65, "get_unique_pairwise_combo": 6, "get_user_average_datafram": 72, "get_user_level_aggreg": 65, "get_user_level_averaged_featur": 66, "get_user_level_summary_statistics_featur": 66, "get_user_level_summed_featur": 66, "get_user_network": [11, 66], "get_user_sum_datafram": 72, "get_variance_in_dd": 26, "get_within_person_disc_rang": 27, "get_word_ttr": 16, "get_zscore_across_all_chat": 73, "get_zscore_across_all_convers": 73, "gina": 62, "gini": [39, 62, 65, 68], "gini_coeffici": [11, 69], "github": [0, 1, 2, 18, 71], "give": [0, 1, 29, 37], "give_ag": 49, "given": [5, 6, 13, 14, 28, 30, 31, 33, 34, 35, 36, 40, 41, 55, 59, 66, 67, 71], "go": [1, 34, 35, 45, 46, 50, 62], "goal": 62, "good": [50, 56, 62], "goodby": 49, "googl": [0, 1], "got": [31, 36], "gotta": [31, 36], "grade": 33, "grader": 21, "grai": 35, "grammat": 36, "granularli": 35, "grate": 62, "gratitud": [17, 49, 50], "great": [47, 50, 51, 56, 59, 60, 62], "greater": 55, "greet": 50, "groceri": 41, "group": [0, 1, 2, 4, 13, 29, 33, 34, 41, 52, 59, 62, 68, 71, 72], "grouping_kei": [0, 1, 2, 71], "gt": 22, "guess": 10, "gun": 1, "gy": 15, "gym": 34, "ha": [0, 1, 2, 32, 34, 35, 37, 42, 43, 46, 52, 54, 55, 56, 59, 61, 62, 63, 71], "had": [1, 31, 36, 54, 61], "hadn": [31, 36], "handl": [19, 29, 71], "happen": [1, 2, 55, 62, 63], "happi": 42, "harder": 21, "hashedg": [17, 50], "hasn": [31, 36], "hasneg": 50, "hasposit": 50, "hate": 31, "have": [0, 1, 2, 10, 12, 16, 31, 34, 36, 37, 40, 41, 42, 45, 46, 50, 54, 59, 60, 61, 62, 71], "haven": [31, 36], "he": [1, 31, 36], "header": 18, "hear": 32, "heart": [61, 62], "heat": 1, "heavi": 62, "hedg": [11, 30, 39, 49, 50, 64], "hei": [1, 35, 45, 46, 50], "helena": [47, 62], "hello": [0, 43, 49], "help": [0, 31, 34, 36, 43, 45, 46, 52, 58, 69], "helper": [23, 67], "her": [30, 31, 36], "here": [0, 1, 29, 34, 41, 42, 47, 61, 66], "herself": [31, 36], "hesit": [60, 64], "hi": [31, 35, 36, 43, 45, 46], "hierach": 71, "hierarch": 71, "high": [0, 1, 2, 61, 62, 71], "higher": [21, 31, 34, 36, 40, 41, 42, 44, 45, 46, 55, 60], "highest": 71, "highlight": 1, "him": [31, 36], "himself": [31, 36], "hmm": [31, 36], "hoc": 62, "hole": 62, "home": 42, "homework": 34, "homonym": 31, "hood": 1, "hope": 35, "host": [45, 46], "hour": 48, "how": [1, 5, 29, 30, 31, 34, 35, 36, 39, 43, 45, 51, 52, 54, 56, 62], "howev": [0, 1, 3, 35, 40, 42, 44, 54, 56, 61, 62], "howitwork": 1, "html": [1, 15, 17, 24, 61], "http": [1, 2, 4, 5, 6, 12, 13, 15, 16, 17, 18, 21, 24, 41, 45, 46, 47, 61, 64, 68, 70, 71], "hu": [1, 42, 62], "hug": [1, 51, 61], "huggingfac": 1, "huh": [31, 32, 36], "human": [37, 50, 62], "hyperlink": 48, "hyphen": [1, 61], "hypothet": 42, "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 19, 20, 21, 22, 23, 24, 25, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 71, 73], "iby1": 5, "id": [2, 4, 7, 23, 28, 62, 66, 68, 71, 72, 73], "idea": [12, 35, 40, 47, 51], "ident": [34, 35], "identif": 1, "identifi": [0, 1, 2, 4, 8, 9, 15, 23, 25, 30, 41, 47, 50, 52, 61, 63, 64, 71, 72], "identiif": [13, 71], "ignor": [1, 32], "illustr": [1, 41, 48, 62], "imagin": 1, "immedi": [31, 35, 64], "impact": [1, 60], "impersonal_pronoun": 49, "implement": 64, "impli": 37, "import": [31, 32, 36, 44, 45, 62, 69], "incent": 13, "includ": [0, 1, 2, 10, 17, 22, 31, 32, 35, 36, 42, 45, 46, 51, 52, 56, 61, 62, 66, 71], "inclus": [13, 71], "incongru": [8, 34], "incorpor": [1, 42, 45, 46], "increas": [1, 42, 62], "increment": 71, "independ": 1, "index": [1, 2, 4, 13, 25, 37, 39, 55, 61, 65], "indic": [1, 2, 16, 21, 22, 30, 32, 34, 35, 36, 40, 41, 43, 44, 48, 49, 50, 52, 55, 60, 63, 71], "indirect": 50, "indirect_btw": 50, "indirect_greet": 50, "indirectli": 69, "individu": [0, 1, 5, 11, 31, 34, 37, 45, 50, 59, 60, 62, 72], "inequ": 37, "infer": [1, 51, 67], "influenc": 1, "info": [13, 18, 64], "info_divers": 13, "info_exchang": 64, "info_exchange_wordcount": [41, 64], "info_exchange_zscor": 11, "inform": [6, 11, 12, 13, 24, 32, 34, 39, 48, 62, 64, 65], "informal_titl": 49, "information_divers": 11, "initi": [2, 62, 63, 64, 65, 66], "input": [0, 2, 4, 6, 12, 13, 14, 15, 16, 19, 20, 21, 22, 28, 31, 50, 55, 60, 62, 63, 64, 65, 66, 67, 71, 72], "input_column": [65, 66], "input_data": [25, 68, 72], "input_df": [1, 2, 61, 71], "inquiri": [30, 39, 52], "insid": 1, "insight": 1, "inspir": 15, "instal": [1, 61, 62], "instanc": [1, 22, 50, 59, 66], "instanti": 2, "insteac": 1, "instead": [1, 2, 62], "instruct": [1, 61], "int": [2, 3, 10, 13, 15, 16, 19, 20, 21, 22, 28, 63, 64, 67], "intact": 71, "integ": [13, 40, 47], "intend": 59, "interact": [1, 11, 43, 44, 62, 69], "interconnect": 62, "interest": [1, 61, 62], "interfac": 62, "intermedi": [59, 64], "intern": 29, "interpret": [0, 23], "interrupt": 59, "interv": [58, 65], "introduc": 62, "introduct": [11, 61], "invalid": 67, "invers": 64, "involv": [41, 62, 65], "io": [1, 24, 47, 61], "ipynb": [0, 1], "is_hedged_sentence_1": 10, "isn": [1, 31, 36], "issu": [1, 31, 36, 37, 42, 61], "ital": 64, "italic": 22, "item": [0, 71], "its": [0, 2, 15, 31, 35, 36, 40, 41, 47, 54, 55, 64, 69], "itself": [23, 31, 36, 44], "john": 1, "jonson": 62, "journal": [5, 64], "json": [1, 61], "jurafski": 70, "juri": 1, "juries_df": 1, "jury_conversations_with_outcome_var": 1, "jury_feature_build": 1, "jury_output": 1, "jury_output_chat_level": [1, 61], "jury_output_turn_level": 1, "just": [1, 2, 31, 36, 46, 50, 59, 61, 62], "katharina": 34, "keep": [1, 71], "kei": [1, 2, 4, 19, 28, 30, 54, 61, 71], "keyerror": 71, "keyword": [19, 49], "kind": [10, 62], "kitchen": 42, "knob": 0, "know": [1, 30], "knowledg": 29, "known": [1, 32, 61], "kumar": 62, "kw": 19, "lab": [1, 2, 62, 71], "label": [1, 15, 21, 51], "lack": [31, 38, 45, 46], "languag": [15, 34, 42, 50, 62], "larg": [31, 69], "larger": [0, 61], "last": [1, 31], "late": 32, "later": [0, 1, 2, 42, 61], "latest": [1, 61], "latter": [31, 36], "lda": [13, 40], "learn": [1, 61, 62], "least": [10, 32, 42, 63, 67], "led": 62, "legal": 49, "lemmat": [13, 40], "len": 28, "length": [35, 39, 41, 42, 44], "less": [13, 32, 50, 52, 55, 62, 63], "let": [41, 49, 53], "let_me_know": 49, "letter": [49, 71], "level": [0, 1, 2, 3, 4, 6, 7, 8, 9, 12, 13, 14, 16, 23, 61, 64, 65, 66, 71, 72], "lexic": [10, 12, 14, 16, 31, 32, 36, 42, 60, 62, 64], "lexical_featur": [14, 64], "lexical_features_v2": [10, 11], "lexicon": [5, 10, 14, 30, 39, 50, 52, 67, 69], "lexicons_dict": 67, "librari": [34, 51, 56, 57], "lift": 62, "light": 61, "like": [1, 22, 31, 34, 36, 41, 50, 61, 62], "limiat": 32, "limit": [11, 32, 37, 42, 54], "line": [0, 1, 19, 22, 48, 61, 62, 64], "linear": 64, "linguist": [18, 19, 30, 39, 50, 52], "link": [22, 29, 48, 50, 64], "list": [1, 2, 6, 7, 10, 11, 12, 13, 15, 19, 20, 21, 22, 28, 31, 33, 36, 37, 42, 48, 49, 50, 53, 54, 61, 64, 65, 66, 67, 68, 70, 71], "literatur": 62, "littl": 38, "littlehors": 1, "liu": [42, 52], "live": [1, 54], "liwc": [14, 30, 39, 51, 52, 56, 62], "liwc_featur": [10, 14], "lix": 34, "ll": [1, 31, 36, 61], "load": [19, 69], "load_saved_data": 19, "load_to_dict": 19, "load_to_list": 19, "loc": 15, "local": [1, 51, 61], "locat": [1, 62], "long": [4, 42], "longer": [30, 41, 43, 48, 61, 62], "look": [2, 34, 61, 65, 66], "loos": 36, "lot": [31, 36], "loud": 60, "love": [31, 56], "low": [1, 2, 29, 55, 60, 71], "lower": [21, 31, 33, 36, 41, 42, 44, 55, 60], "lowercas": [2, 13, 40, 48, 49, 71], "lowest": 71, "lpearl": 16, "lst": 6, "m": [30, 31, 36], "made": [1, 23, 35, 59, 61, 62], "magnitud": 55, "mai": [1, 2, 11, 31, 32, 35, 36, 37, 41, 42, 43, 44, 54, 61, 62, 71], "main": [1, 2, 5, 62, 64, 65, 66], "make": [0, 1, 5, 34, 55, 56, 62, 66, 69, 71], "man": 62, "mani": [1, 4, 11, 32, 37, 41, 60, 62, 66], "manner": [55, 62], "manual": [1, 61], "map": [13, 34], "mark": [19, 20, 22, 43, 54, 64, 71], "marker": [18, 32, 39, 42, 50, 51, 52, 54, 56], "marlow": 44, "matarazzo": 62, "match": [1, 5, 16, 19, 30], "math": 34, "matter": 47, "max": 66, "max_num_chunk": 63, "maxim": [34, 35, 37], "maximum": [63, 65, 72], "mayb": [38, 47], "mcfarland": 70, "me": [31, 32, 36, 41, 50, 53], "mean": [0, 1, 4, 6, 11, 13, 21, 29, 31, 34, 36, 40, 41, 42, 47, 55, 56, 58, 61, 62, 65, 66, 73], "meaning": [41, 55], "meaningless": 41, "meant": 39, "measur": [0, 7, 12, 13, 20, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 51, 52, 54, 55, 56, 57, 58, 59, 60, 62, 64, 68], "mechan": 32, "medium": 21, "meet": 48, "member": [13, 34, 37, 55], "merg": [2, 8, 65, 66], "merge_conv_data_with_origin": 2, "messag": [0, 1, 2, 3, 4, 5, 8, 11, 12, 13, 14, 15, 16, 17, 20, 21, 22, 23, 24, 28, 30, 31, 34, 35, 36, 37, 39, 41, 45, 46, 47, 48, 50, 51, 52, 55, 56, 57, 58, 61, 62, 63, 64, 65, 66, 67, 71, 73], "messaga": 61, "message_col": [0, 1, 2, 12, 13, 14, 61, 64, 65, 67, 71], "message_embed": [6, 7, 8], "message_lower_with_punc": 71, "metadata": [0, 1], "method": [5, 31, 41, 50, 62], "metric": [0, 1, 2, 8, 30, 34, 35, 46, 47, 48, 55, 66], "michael": 1, "mid": [1, 2, 71], "middl": [21, 34, 63], "might": [0, 1, 29, 43, 48, 53], "mikeyeoman": [18, 64], "mileston": 34, "mimic": [28, 31, 36, 45], "mimic_word": 28, "mimick": [28, 31, 64], "mimicri": [0, 1, 28, 31, 35, 36, 39, 61, 64], "mimicry_bert": [45, 46], "mind": [1, 35, 50], "mine": [31, 36, 53, 59], "minim": [0, 41, 60], "minimum": [65, 72], "minu": [12, 41, 64], "minut": [55, 58], "mirror": 1, "miss": [1, 32, 61, 71], "mitig": [31, 36], "mizil": 50, "mm": [31, 36], "mnsc": 6, "modal": 50, "mode": 60, "model": [1, 13, 15, 31, 34, 35, 36, 40, 45, 46, 47, 51, 62, 67], "modif": 35, "modifi": [1, 9, 19, 32, 64], "modul": [0, 1, 11, 34, 49, 61, 69], "monologu": 59, "more": [0, 1, 2, 11, 12, 22, 23, 24, 31, 32, 34, 36, 37, 40, 41, 42, 43, 44, 45, 46, 50, 52, 55, 59, 61, 62, 71], "morn": 1, "most": [24, 31, 55, 62, 69], "motiv": 61, "move": [0, 1, 28, 31, 36, 39, 45, 59, 61], "movi": 31, "much": [1, 31, 34, 35, 36, 45, 62], "multi": [1, 2, 71], "multidimension": [45, 46], "multipl": [0, 1, 2, 19, 62, 71], "must": [1, 6, 62, 71], "my": [30, 31, 35, 36, 45, 46, 50, 53], "my_chat_featur": 1, "my_feature_build": 61, "my_fil": 1, "my_output": 61, "my_output_chat_level": 61, "my_output_conv_level": 61, "my_output_user_level": 61, "my_pandas_datafram": 61, "myself": [31, 36, 53], "n": [35, 45, 46, 47, 57, 59, 60], "n_chat": 59, "na": [5, 33, 43, 44, 48, 49, 50, 53, 58], "naiv": [2, 20, 32, 34, 38, 39, 53, 56, 57, 64], "name": [0, 2, 4, 7, 8, 9, 12, 13, 14, 15, 17, 19, 23, 25, 28, 30, 32, 35, 39, 45, 46, 50, 51, 56, 63, 64, 66, 67, 68, 71, 72, 73], "name_to_train": 47, "named_ent": [15, 47], "named_entity_recognition_featur": 11, "nan": [0, 34], "nate": [35, 45, 46], "nathaniel": [35, 45, 46], "nativ": 50, "natur": [43, 55], "ndarrai": 68, "nearest": [13, 40], "nearli": 62, "necessari": [63, 67], "need": [0, 1, 2, 21, 62, 66, 67], "need_sent": 67, "need_senti": 67, "neg": [1, 24, 29, 31, 34, 35, 36, 42, 50, 51, 52, 54, 56, 61, 62, 67], "negat": [19, 49], "negative_bert": [1, 51, 61], "negative_emot": [49, 51, 52, 56], "negoti": 62, "neighborhood": 54, "neither": 30, "ner": 15, "ner_cutoff": [0, 1, 2, 47, 64], "ner_train": 64, "ner_training_df": [0, 1, 2, 47, 64], "nest": [0, 1, 2, 22, 71], "net": [45, 46], "network": 11, "neutral": [1, 5, 24, 30, 51, 55, 61, 67], "neutral_bert": [1, 51, 61], "never": 1, "new": [1, 4, 13, 34, 61, 64, 65, 66, 72], "new_column_nam": 72, "next": [1, 32, 47, 58], "nice": [1, 50, 54, 61], "nicknam": 1, "niculescu": 50, "night": 31, "nikhil": [59, 62], "nltk": [1, 42, 61], "nobodi": [31, 36], "nois": 32, "non": [1, 2, 28, 31, 37, 48, 61, 62, 71], "none": [1, 2, 19, 23, 37, 55, 61, 64, 65, 66, 67], "nor": 30, "normal": [19, 31], "notabl": 62, "note": [0, 1, 2, 12, 16, 20, 42, 61, 71], "notebook": [0, 1], "noth": [31, 36, 56], "noun": 1, "novel": [45, 46], "now": [0, 1, 2], "nowher": [31, 36], "np": 68, "ntri": 32, "null": 34, "num": 48, "num_char": 65, "num_chunk": [27, 63], "num_hedge_word": 10, "num_messag": 65, "num_named_ent": [15, 47], "num_row": 63, "num_top": 13, "num_word": [12, 16, 65], "number": [0, 3, 11, 12, 13, 14, 15, 16, 19, 20, 21, 22, 23, 25, 28, 31, 32, 34, 36, 37, 40, 41, 42, 43, 44, 47, 48, 49, 54, 56, 58, 59, 60, 62, 63, 64, 66, 69, 71, 72], "numer": [0, 1, 13, 33, 68, 72, 73], "numpi": [1, 61, 68], "o": 35, "object": [1, 2, 19, 44, 50, 57, 58, 61, 62, 64, 65, 66], "obtain": [1, 13, 17, 23, 24, 34, 61], "occur": [0, 4, 31, 42, 71], "occurr": 19, "off": [1, 31, 36], "offer": 0, "offici": 61, "often": [36, 47, 48, 62], "oh": [31, 36, 48], "okai": [31, 36], "older": [1, 61], "on_column": [18, 23, 28, 68, 72, 73], "onc": [1, 2, 11, 58, 61, 62], "one": [0, 1, 2, 4, 10, 12, 19, 23, 25, 29, 31, 32, 36, 37, 47, 51, 56, 59, 61, 62, 67, 68, 71, 73], "ones": [31, 36], "onli": [0, 1, 2, 5, 11, 23, 29, 31, 32, 34, 36, 37, 45, 53, 58, 59, 61, 62, 71], "onlin": [1, 32, 39, 64], "onward": 0, "open": [0, 62, 66], "operation": [39, 50, 59], "opinion": [24, 31], "oppos": [2, 31, 34, 35, 55], "opposit": 34, "option": [1, 2, 37, 62, 63, 67, 71], "order": [0, 1, 35, 37, 42, 71], "org": [6, 15, 21, 24, 41, 70], "organ": 1, "origin": [1, 2, 5, 12, 21, 31, 32, 35, 36, 37, 45, 46, 49, 59], "orthogon": 34, "other": [1, 9, 11, 28, 29, 30, 31, 32, 34, 35, 36, 37, 39, 40, 45, 46, 48, 51, 52, 54, 56, 58, 59, 61, 62, 64, 66, 71], "other_lexical_featur": [11, 64], "otherwis": [2, 10, 21, 23, 32, 38, 63, 67], "our": [0, 1, 2, 11, 13, 29, 31, 32, 36, 37, 39, 53, 59, 61, 71], "ourselv": 53, "out": [1, 2, 16, 19, 31, 36, 55, 60, 62], "outcom": [1, 44, 62], "output": [0, 2, 10, 17, 19, 40, 61, 62, 64, 67], "output_file_bas": [0, 1, 2, 61], "output_file_detail": 0, "output_file_path_chat_level": [1, 2], "output_file_path_conv_level": [1, 2], "output_file_path_user_level": [1, 2], "output_path": 67, "outsid": [1, 2, 12], "over": [1, 16, 29, 31, 34, 35, 36, 37, 53, 55, 60, 62, 71], "overal": [30, 31, 34, 36, 45, 46], "overrid": [0, 1, 2], "overview": [0, 61, 62], "overwritten": 1, "own": [0, 1, 9, 35, 62], "p": 55, "pacakg": 24, "pace": [43, 62], "packag": [17, 18, 40, 62], "pad": 19, "page": [1, 11, 29, 39, 61, 62, 69], "pair": [6, 19, 34, 49, 71], "pairwis": [6, 34], "panda": [0, 1, 2, 12, 14, 16, 23, 47, 64, 65, 66, 71, 72, 73], "paper": [4, 5, 12, 18, 29, 40, 50, 64], "paragraph": 22, "param": 71, "paramet": [2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 28, 47, 61, 62, 63, 64, 65, 66, 67, 68, 71, 72, 73], "paramt": 1, "pardon": 32, "parenthes": [22, 48, 64], "parenthet": [22, 48], "pars": [16, 50, 60], "part": [1, 10, 13, 29, 36, 42, 52, 71], "particip": [1, 9, 37, 62], "particl": [31, 36], "particular": [11, 32, 34, 41, 45, 47, 51, 59, 62], "particularli": 42, "partner": 32, "pass": [1, 13, 21, 47, 71], "path": [1, 2, 19, 61, 67], "path_in": 19, "pattern": [4, 11, 19, 55, 62, 67], "paus": 4, "pd": [1, 2, 4, 6, 7, 8, 9, 12, 13, 14, 15, 16, 18, 19, 23, 25, 63, 64, 65, 66, 67, 68, 71], "pdf": [5, 12, 13, 16, 18, 21, 24, 64, 70], "penalti": 1, "pennebak": [12, 37, 41, 42, 52], "pennyslvania": 62, "peopl": [1, 32, 59, 62], "per": [1, 6, 9, 19, 42, 63, 66, 72], "percentag": [2, 21], "perfect": [37, 59], "perform": [0, 1, 2, 16, 50], "perhap": 1, "period": [4, 34, 55], "person": [1, 8, 12, 15, 16, 32, 34, 39, 41, 42, 50, 59, 62, 64, 70], "perspect": 1, "petrocelli": 5, "phrase": [19, 30, 38, 54], "phrase_split": 19, "pickl": [19, 67], "piec": [36, 42, 59, 63], "pl": 50, "place": [55, 61, 62], "plan": [34, 35, 45, 46], "player": 59, "pleas": [0, 1, 38, 49, 50, 61, 62], "please_start": 50, "point": [22, 24, 34, 35, 45, 46, 48, 52, 64, 66], "poisson": 55, "polar": [24, 39, 51, 52, 64], "polit": [1, 17, 18, 30, 32, 38, 39, 42, 51, 52, 54, 56, 64], "politeness_featur": 11, "politeness_v2": 11, "politeness_v2_help": 11, "politenessstrategi": [17, 50], "portion": 0, "posit": [0, 1, 11, 15, 24, 29, 31, 39, 42, 50, 51, 54, 56, 61, 62, 64, 67], "positive_affect_lexical_per_100": [51, 52, 56], "positive_bert": [1, 51, 61], "positive_emot": [49, 51, 52, 56], "positivity_bert": [1, 61], "positivity_zscor": 64, "positivity_zscore_chat": 52, "positivity_zscore_convers": 52, "possess": 31, "possibl": [1, 34, 62, 66], "possibli": [38, 62], "practic": [34, 35], "pre": [1, 4, 21, 37, 49, 64], "preced": [31, 35, 71], "precend": 35, "precis": 47, "precomput": 51, "predefin": 19, "predetermin": [31, 36], "predict": [2, 47, 51, 64], "prefer": [0, 1], "preload_word_list": 69, "prep_simpl": 19, "prep_whol": 19, "preposit": [31, 36], "preproces": 48, "preprocess": [0, 1, 2, 13, 19, 40, 43, 49, 51, 61, 69], "preprocess_chat_data": 2, "preprocess_conversation_column": 71, "preprocess_naive_turn": 71, "preprocess_text": 71, "preprocess_text_lowercase_but_retain_punctu": 71, "presenc": [2, 32, 67], "present": [1, 2, 14, 30, 31, 38, 42, 55, 62, 71], "prespecifi": 19, "prevent": 51, "previou": [1, 7, 28, 31, 36, 45, 46, 58, 64, 71], "primari": 34, "print": 2, "prior": [2, 64, 71], "priya": [47, 62], "probabl": [15, 47], "problem": 62, "procedur": 62, "proceed": 46, "process": [0, 1, 2, 4, 10, 21, 37, 55, 62, 64, 65, 67, 69, 71], "prodi": 15, "produc": [2, 34], "product": 15, "professor": 62, "progress": [1, 2], "project": [54, 62], "pronoun": [12, 16, 31, 36, 39, 41, 42, 64, 70], "proper": 1, "properti": [1, 61], "proport": [16, 39, 42, 64], "propos": 37, "provid": [0, 1, 2, 15, 29, 30, 33, 36, 39, 44, 47, 54, 62], "proxi": 42, "pseudonym": 1, "psycholog": 42, "pub": 70, "publish": [5, 30, 64], "pubsonlin": 6, "punctuat": [0, 2, 16, 19, 20, 21, 28, 43, 54, 60, 71], "punctuation_seper": 19, "puncut": 48, "pure": [24, 36], "purpos": 1, "put": [34, 50, 62, 66], "py": [0, 1, 14, 49, 61], "pypi": [1, 61], "python": [1, 32, 41, 56, 57, 61, 62, 68], "qtd": 62, "qualiti": 41, "quantifi": [31, 36, 62], "quantiti": [37, 39, 41, 47], "quartil": 50, "question": [16, 19, 20, 29, 32, 39, 49, 50, 64, 66, 68, 70], "question_num": 11, "question_word": 20, "quick": [1, 43], "quickli": 0, "quit": 40, "quot": [22, 48, 64], "quotat": [22, 48], "rabbit": 62, "rain": 41, "rais": [67, 71], "random": 55, "rang": [5, 8, 24, 30, 33, 34, 35, 40, 51, 53, 55, 56, 57], "ranganath": [16, 31, 32, 36, 38, 43, 54, 70], "ranganath2013": 70, "ranganathetal2013_detectingflirt": 16, "rapid": [1, 4], "rare": [34, 35], "rate": [42, 51], "rather": [1, 31, 34, 35, 36, 37, 45, 46, 63], "ratio": [16, 39, 64], "raw": [0, 12, 16, 21, 31, 33, 42, 50, 64], "re": [1, 31, 36, 42, 50, 61], "read": [0, 1, 2, 16, 21, 29, 33, 61, 62, 64, 65, 66, 67], "read_csv": 1, "read_in_lexicon": 67, "readabl": [11, 33, 64, 70], "reader": 33, "readi": 1, "readili": 62, "readthedoc": [1, 24, 61], "real": [1, 55], "realit": 13, "realli": [31, 36, 50], "reason": [31, 36, 45, 46, 49], "reassur": 49, "recal": 47, "recept": [18, 32, 39, 42, 50, 51, 52, 54, 56, 62, 64], "recogn": [1, 43, 47], "recognit": [0, 1, 2, 39, 64], "recommend": [0, 42, 62], "reddit": [48, 64], "reddit_tag": 11, "redditus": 48, "reduc": 63, "reduce_chunk": 63, "redund": [42, 62], "refer": [0, 1, 11, 22, 24, 28, 31, 42, 48, 52, 61, 62, 64, 70], "reflect": [37, 43], "regardless": 1, "regener": [0, 2, 51, 67], "regenerate_vector": [0, 1, 2, 67], "regex": [14, 16, 49], "regist": 37, "regress": 1, "regular": [5, 14, 30, 32, 42, 55, 58], "reichel": [53, 58, 60], "reidl": [4, 13], "reinvent": 62, "rel": [41, 51, 52, 55, 60, 64], "relat": [1, 61, 62, 64], "relationship": 36, "relev": [1, 29, 42, 44, 49, 51, 56, 61, 64, 65], "reli": [31, 34, 35, 36, 69], "reliabl": [33, 42], "remain": [1, 30, 71], "rememb": 1, "remov": [0, 2, 9, 13, 19, 28, 40, 43, 48, 49, 50, 71], "remove_active_us": 9, "renam": 1, "repair": [16, 39], "repeat": [60, 71], "repetit": 60, "replac": 19, "report": [1, 61], "repres": [2, 4, 6, 7, 11, 13, 23, 31, 34, 36, 42, 45, 46, 66, 67, 68, 71, 72, 73], "represent": [34, 38], "reproduc": [36, 62], "republican": 1, "request": [32, 50, 51], "requir": [0, 1, 20, 21, 31, 55, 61, 62, 64, 65, 66, 67], "research": [1, 2, 62], "reserv": 0, "resolv": 62, "resourc": [1, 39, 48, 61, 62], "respect": [1, 2, 12, 31, 36, 37, 69], "respons": [22, 48, 55, 58, 64], "restaur": [34, 56], "restor": 0, "restrict": 71, "result": [40, 55, 65, 72], "retain": [2, 16, 20, 21, 60, 71], "retriev": 50, "retunr": 3, "return": [2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 28, 30, 32, 43, 49, 50, 51, 55, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72, 73], "reveal": 62, "revert": 50, "review": 62, "rewrit": 50, "rich": 62, "riedl": [13, 40, 55], "right": [31, 36, 61, 62], "roberta": [1, 39, 42, 52, 56, 61, 64, 67], "robust": 13, "rocklag": [5, 30, 64], "room": 59, "root": [13, 40], "rough": [12, 54], "roughli": 31, "round": [13, 40, 59, 71], "round_num": 1, "row": [0, 1, 2, 9, 13, 25, 37, 40, 59, 63, 68, 71, 72, 73], "rowbotham": 62, "rucker": 5, "rule": [1, 69], "run": [0, 10, 12, 16, 35, 46, 47, 48, 51, 61, 69], "runtim": [1, 35], "sagepub": [5, 64], "sai": [1, 32, 50, 59], "said": [1, 36, 62], "same": [0, 1, 2, 31, 34, 37, 45, 48, 52, 59, 60, 62, 71], "sampl": [61, 62], "sarcast": 48, "save": [0, 1, 2, 19, 64, 67], "save_featur": 2, "sbert": [1, 28, 31, 34, 35, 36, 45, 46, 64, 65, 67], "scale": [42, 51], "schema": 1, "scheme": 0, "school": [21, 62], "scienc": [29, 39, 62], "scientist": [61, 62], "score": [1, 4, 5, 11, 12, 13, 15, 21, 24, 28, 29, 30, 31, 34, 35, 36, 38, 39, 40, 45, 46, 47, 51, 53, 56, 57, 61, 64, 65, 67, 73], "script": [1, 61], "sea": 1, "seamless": 62, "search": [19, 61], "second": [0, 1, 4, 34, 42, 58, 59], "second_person": 49, "secr": [18, 49, 64], "section": [1, 29, 61], "see": [0, 1, 2, 30, 34, 38, 41, 45, 46, 47, 55, 62, 71], "seek": [5, 62], "segment": [0, 19], "select": [2, 4, 23, 28, 36, 45, 66, 67, 68, 71, 72, 73], "self": [1, 2, 61], "semant": [31, 34, 35, 41], "semantic_group": [1, 61], "send": [1, 37, 55], "sens": [5, 31, 54, 66], "sent": [1, 37, 64], "sentenc": [0, 1, 10, 15, 19, 20, 21, 33, 34, 35, 36, 42, 45, 46, 47, 48, 54, 56, 61, 67], "sentence_pad": 19, "sentence_split": 19, "sentence_to_train": 47, "sentencis": 19, "sentiment": [0, 1, 24, 31, 39, 42, 52, 56, 61, 62, 64, 67], "separ": [1, 2, 19, 34, 51], "sepcifi": 1, "septemb": 40, "sequenc": [1, 59], "sequenti": 1, "seri": [12, 16, 23, 28, 42, 71, 73], "serv": 12, "set": [0, 1, 2, 13, 23, 34, 48, 59], "set_self_conv_data": 2, "sever": [1, 30, 41, 42, 48, 51, 56, 61], "shall": 54, "share": [31, 36, 37], "she": [30, 31, 36], "shift": 34, "shop": 62, "short": [55, 58], "shorter": [13, 40, 41, 42, 43], "should": [0, 1, 2, 4, 14, 23, 28, 29, 31, 36, 47, 48, 54, 61, 62, 65, 66, 67, 68, 69, 71, 72, 73], "shouldn": [31, 36], "show": [1, 37, 61], "showeth": 62, "shruti": [35, 45, 46, 47, 62], "side": 31, "signal": [45, 55], "signifi": 42, "signific": [1, 61], "silent": 37, "similar": [1, 6, 7, 13, 28, 29, 31, 34, 35, 36, 40, 45, 46, 49, 62, 65], "similarli": [1, 35], "simpl": [0, 1, 16, 19, 42, 61, 62], "simpli": [1, 5, 11, 28, 56, 62], "simplifi": 1, "simplist": 41, "sinc": [1, 32, 41, 71], "singh": 62, "singl": [0, 1, 2, 11, 12, 19, 23, 31, 34, 35, 36, 37, 41, 45, 46, 59, 62, 71, 72], "singular": [12, 41, 64], "site": 16, "situat": 37, "size": [1, 13, 63, 67], "skip": 1, "slightli": [32, 62, 63], "slow": 1, "small": 40, "so": [1, 2, 10, 30, 31, 36, 37, 50, 61, 62, 66], "social": [29, 39, 61, 62], "socsci": 16, "softwar": 62, "sohi": 62, "sol3": 4, "solut": 59, "solv": 62, "some": [0, 1, 11, 17, 29, 32, 34, 35, 37, 41, 61, 63], "somebodi": [31, 36], "someon": [22, 29, 31, 36, 47, 48, 61, 64], "someplac": [31, 36], "someth": 47, "sometim": 1, "somewhat": 35, "soon": 62, "sorri": [16, 32, 50], "sort": 10, "sound": [47, 51], "sourc": [4, 5, 6, 12, 13, 16, 17, 21, 34, 35, 50, 64, 68], "space": [34, 40, 71], "spaci": [1, 19, 47, 49, 50, 61], "span": 63, "spars": 32, "speak": [1, 31, 36, 37, 59, 60, 62], "speaker": [0, 1, 2, 6, 8, 9, 25, 31, 34, 35, 37, 38, 42, 45, 46, 61, 66, 71, 72], "speaker_id": [2, 61, 72], "speaker_id_col": [0, 1, 2, 6, 8, 9, 25, 26, 27, 61, 65, 66, 71, 72], "speaker_nicknam": [0, 1, 2, 6, 9, 59, 66, 71], "special": [0, 1, 2, 48, 71], "specif": [1, 2, 12, 32, 41, 48, 55, 61, 62, 69, 71], "specifi": [1, 2, 19, 47, 49, 67, 68, 71, 72, 73], "speciifc": 63, "spend": [51, 62], "spike": 55, "split": [19, 21, 43, 63], "spoke": 59, "spoken": [11, 37], "spread": 55, "squar": [13, 40], "ssrn": 4, "stabl": 40, "stack": 14, "stackoverflow": 68, "stage": [1, 2, 34, 71], "stamp": 55, "standard": [1, 4, 37, 40, 41, 49, 55, 58, 60, 65, 72, 73], "stanford": 70, "start": [0, 15, 19, 20, 22, 23, 50], "statement": [1, 38, 42, 47, 48, 61, 62, 64], "statist": [65, 66, 68], "statologi": 41, "stem": 42, "step": [1, 4, 28, 41, 45, 46, 51], "still": [41, 45, 46], "stochast": 40, "stop": [40, 62], "stopword": [13, 19], "store": [1, 12, 16, 41, 49, 51, 61, 65, 67], "stoword": 42, "str": [2, 3, 4, 5, 7, 8, 9, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 28, 63, 64, 65, 66, 67, 68, 71, 72, 73], "straightforward": 29, "strategi": [17, 30, 32, 38, 39, 42, 49, 54, 64], "stream": 35, "strictli": 1, "string": [0, 1, 2, 4, 8, 12, 13, 14, 19, 23, 24, 50, 66, 67, 68, 71, 72, 73], "strongli": [1, 41, 61], "structur": [0, 36, 49], "student": [21, 33], "studi": [1, 34, 62], "style": [1, 31, 36, 59], "sub": [0, 1, 71], "subfold": 1, "subject": [5, 24, 39, 49, 64], "subjunct": 50, "sublist": 28, "submiss": 55, "subpart": [1, 71], "subsequ": [1, 30, 51, 58], "subset": 62, "substanc": 36, "substant": 31, "substanti": 1, "substr": 30, "subtask": 1, "subtract": [41, 58], "succe": 62, "success": [0, 1, 4, 31, 36, 43, 55, 58], "suggest": [1, 13, 34, 42, 44, 50], "suit": [62, 64], "sum": [1, 28, 34, 61, 64, 65, 66, 72], "summar": [0, 1, 65, 66, 69], "summari": [65, 66, 72], "summariz": [0, 65], "summarize_featur": 69, "suppl": 6, "support": [1, 15, 61], "suppos": 1, "sure": 30, "swear": 49, "syllabl": 21, "syntax": [1, 32, 61], "system": [2, 59, 64], "t": [0, 1, 2, 15, 29, 31, 36, 45, 49, 54, 61, 62, 67], "tabl": 62, "tag": 39, "take": [1, 4, 5, 9, 14, 25, 29, 31, 34, 37, 39, 42, 55, 61, 65, 71], "taken": [59, 71], "talk": [1, 37, 47, 59, 62], "tandem": [1, 61], "target": 15, "task": [1, 2, 59, 71], "tausczik": [12, 37, 41, 52], "tausczikpennebaker2013": 12, "team": [0, 1, 4, 11, 12, 13, 34, 39, 40, 59, 65], "team_bursti": 4, "team_comm_tool": [1, 61], "teamcommtool": 1, "technic": [29, 39, 61, 62], "teghxgbqdhgaaaaa": 5, "tempor": [0, 2, 55, 58, 64, 71], "temporal_featur": 11, "tend": [1, 34, 60], "term": [1, 28, 59], "termin": [1, 2, 61], "terribl": 51, "test": [13, 33, 47], "text": [0, 1, 2, 3, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 28, 32, 33, 36, 42, 48, 55, 62, 64, 67, 71], "text_based_featur": 64, "textblob": [24, 39, 51, 52, 64], "textblob_sentiment_analysi": 11, "than": [0, 1, 2, 11, 13, 31, 34, 35, 36, 37, 40, 41, 45, 46, 54, 60, 62, 63], "thee": 62, "thei": [0, 1, 29, 31, 34, 36, 37, 39, 42, 47, 58, 59, 61, 62, 67], "them": [0, 1, 2, 19, 28, 29, 31, 36, 50, 51, 55, 59, 61, 62, 64, 65, 66, 67], "themselv": [31, 36, 60], "theoret": 35, "theori": [34, 50], "therefor": [0, 1, 11, 37, 45, 59, 62, 69], "thi": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 12, 13, 14, 16, 18, 20, 21, 23, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 71, 72, 73], "thing": [48, 61], "think": [1, 38, 47], "thorough": [43, 62], "those": [1, 21, 31, 36, 61], "though": [34, 42], "thought": [1, 35, 45], "thread": [1, 61], "three": [0, 1, 2, 22, 34, 37, 40, 51, 61, 62, 69, 71], "threshold": [15, 47], "through": [1, 45, 46, 50, 61, 62], "throughout": [31, 35, 36, 40, 45, 46, 55, 63], "tht": 35, "thu": [1, 2, 34, 35, 36, 37, 46, 55, 71], "time": [0, 1, 4, 23, 34, 35, 39, 42, 48, 51, 55, 59, 61, 62, 63, 64, 65, 66, 71], "time_diff": 55, "timediff": 4, "timestamp": [0, 1, 2, 8, 23, 58, 61, 62, 63, 64, 71], "timestamp_col": [0, 1, 2, 8, 61, 63, 64, 65, 71], "timestamp_end": [1, 23, 61, 64], "timestamp_start": [1, 23, 61, 64], "todai": [34, 35, 41, 43, 45, 46, 47], "todo": 66, "togeth": [0, 62, 66], "token": [16, 19, 39, 49, 54, 64], "token_count": [19, 49], "too": [30, 31, 36, 62], "took": [1, 59], "tool": [1, 61, 62], "toolkit": [0, 1, 11, 42, 45, 46, 55, 62], "top": [1, 50, 59], "topic": [1, 13, 34, 40, 42, 43, 65], "tormala": 5, "total": [1, 3, 12, 16, 25, 31, 34, 36, 37, 41, 44, 53, 59, 60, 61, 62, 63, 64, 66, 72], "touch": [1, 61], "toward": [31, 36, 38, 42, 45, 46], "tradit": 49, "train": [1, 2, 15, 64], "train_spacy_n": 15, "transcript": 0, "transfom": [45, 46], "transform": [31, 34, 35, 36, 51], "transform_utter": 50, "treat": [1, 59, 61], "tri": [50, 64], "trivial": [3, 44, 62], "troubl": [1, 61], "true": [0, 1, 2, 37, 61, 63, 67, 71], "truncat": 2, "truth_intensifi": 49, "ttr": 64, "tupl": [0, 1, 2, 15, 19, 64], "turn": [0, 2, 25, 28, 31, 32, 37, 39, 61, 64, 65, 71], "turn_count": 59, "turn_df": 71, "turn_id": 71, "turn_taking_featur": 11, "twice": 63, "twitter": [1, 51, 61], "two": [0, 1, 2, 23, 31, 34, 36, 41, 45, 46, 52, 62, 63], "txt": 19, "type": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 28, 37, 39, 52, 63, 64, 65, 66, 67, 68, 70, 71, 72, 73], "typic": [1, 34, 40, 41, 42, 52, 60], "u": [1, 22, 31, 36, 48, 49, 58], "uci": 16, "uh": [31, 36], "ulrich": 55, "um": [31, 36, 60], "umbrella": [8, 29, 34], "uncertain": [5, 30], "uncertainti": 30, "under": [0, 1, 10, 11, 12, 28, 40], "underli": [1, 61], "underscor": [1, 61], "understand": [0, 33, 39, 43, 48, 58, 61, 62], "understood": 33, "uninterrupt": 59, "uniqu": [0, 1, 2, 6, 9, 13, 16, 23, 25, 41, 47, 52, 60, 61, 63, 71], "univers": 62, "unix": 58, "unless": [31, 36], "unpack": 62, "unpreprocess": [0, 2], "until": [31, 36, 45, 46], "unzip": [1, 61], "up": [1, 17, 21, 28, 31, 35, 36, 37, 45, 46, 51, 59, 61], "updat": [1, 9, 40, 54, 61], "upenn": 1, "upload": 13, "upon": 33, "upper": 42, "us": [0, 1, 2, 3, 5, 11, 12, 13, 17, 19, 24, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 60, 62, 64, 65, 66, 67, 71], "usag": [21, 24], "use_time_if_poss": 63, "user": [0, 1, 2, 9, 15, 22, 37, 47, 48, 51, 61, 62, 63, 64, 65, 66, 69, 72], "user_data": [2, 65, 66], "user_df": 9, "user_level_featur": 2, "user_list": 9, "userlevelfeaturescalcul": [2, 66, 69], "usernam": [22, 48], "utf": 1, "util": [1, 12, 21, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72, 73], "utilti": 62, "utter": [0, 1, 2, 3, 4, 5, 13, 14, 15, 16, 17, 20, 21, 23, 24, 30, 31, 32, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 50, 51, 52, 54, 58, 60, 61, 67], "utteranc": 42, "v": [0, 1, 2, 13, 42, 61], "v0": 0, "valenc": 51, "valid": [23, 55], "valu": [1, 2, 5, 6, 10, 12, 13, 18, 19, 23, 28, 30, 31, 34, 36, 37, 40, 41, 42, 45, 46, 47, 55, 59, 61, 64, 68, 71, 72, 73], "vari": [13, 31, 34, 35], "variabl": [1, 56, 57, 64, 65, 66], "varianc": [8, 34], "variance_in_dd": 11, "variat": [4, 32], "varieti": [42, 62], "variou": [19, 42, 64, 65, 66], "vast": 62, "ve": [0, 31, 36, 50, 61], "vec": 6, "vect_data": [1, 7, 8, 28, 61, 64, 65, 66], "vect_path": 67, "vector": [0, 2, 6, 7, 8, 13, 28, 34, 35, 40, 55, 61, 64, 65, 67], "vector_data": [0, 1, 2, 61], "vector_directori": [0, 1, 2, 61, 65], "vein": 45, "verb": [19, 31, 36], "verbal": 32, "veri": [5, 30, 31, 34, 35, 36, 42, 49, 54], "verifi": 2, "verit": 62, "version": [1, 12, 14, 21, 40, 51, 61], "versu": [4, 29, 47, 55, 59], "via": [3, 44], "view": 50, "visit": 41, "voila": 62, "w": 31, "wa": [0, 1, 2, 5, 12, 31, 32, 35, 36, 47, 51, 56, 59, 62, 71], "wai": [1, 2, 29, 30, 31, 32, 34, 49, 50, 54, 56, 57, 61, 62, 66], "waiai": 62, "wait": [4, 55], "walk": 1, "walkthrough": [0, 61, 62], "want": [1, 28, 34, 59, 61, 62, 67], "warn": 50, "watt": [1, 2, 62, 71], "we": [0, 1, 2, 3, 4, 5, 9, 10, 11, 12, 15, 16, 18, 23, 24, 28, 29, 30, 31, 34, 35, 36, 37, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 52, 53, 55, 56, 57, 58, 59, 61, 62, 66, 67, 71], "web": 70, "websit": [1, 61], "week": 47, "weight": 66, "welcom": 61, "well": [29, 31, 36, 55, 62], "went": 41, "were": [1, 12, 31, 36, 42], "western": 1, "wh": [19, 31, 36], "wh_question": [32, 49, 54], "wharton": 62, "what": [1, 2, 12, 16, 20, 29, 31, 32, 34, 35, 36, 39, 41, 45, 46, 47, 50, 54, 62, 63], "whatev": [1, 31, 36], "wheel": 62, "when": [1, 16, 20, 31, 33, 36, 47, 54, 55, 59, 60, 61, 62, 69, 71], "whenev": 71, "where": [0, 1, 2, 19, 20, 28, 31, 32, 36, 37, 40, 41, 42, 48, 50, 51, 54, 59, 61, 65, 68, 73], "wherea": [31, 34, 35, 36, 43], "wherev": [31, 36], "whether": [1, 2, 10, 16, 19, 32, 37, 38, 41, 43, 47, 57, 58, 62, 63, 64, 67, 71], "which": [0, 1, 2, 3, 4, 5, 7, 9, 12, 13, 15, 16, 18, 23, 25, 28, 31, 34, 35, 36, 37, 38, 40, 41, 42, 51, 53, 54, 55, 56, 57, 58, 59, 61, 62, 64, 66, 68, 69, 71, 72, 73], "while": [31, 32, 34, 36, 37, 44, 45, 46, 55, 62, 71], "whitespac": 43, "who": [20, 31, 32, 36, 47, 51, 54, 59, 60, 62], "whole": [28, 59, 62, 71], "whom": [31, 36, 54], "whose": [31, 36, 54], "why": [20, 29, 31, 36, 54], "wide": 31, "wien": 62, "wiki": [21, 29, 70], "wiki_link": [1, 61], "wikipedia": [21, 33, 37, 70], "williamson": 60, "wish": [1, 2, 18], "within": [0, 1, 2, 8, 11, 16, 30, 34, 35, 36, 41, 45, 46, 52, 55, 59, 60, 62, 63, 64, 68, 71, 73], "within_group": 2, "within_person_discursive_rang": 11, "within_task": [0, 1, 2, 71], "without": [1, 19, 31, 36, 42, 47, 54, 62, 69], "won": [0, 31, 36, 45], "wonder": 56, "woolei": 4, "woollei": [13, 40, 55], "wooten": 55, "word": [3, 10, 11, 12, 13, 14, 16, 19, 20, 21, 22, 28, 30, 32, 33, 37, 38, 39, 40, 41, 43, 45, 46, 48, 49, 52, 53, 54, 56, 57, 62, 64, 65, 66, 69, 70], "word_mimicri": 11, "word_start": [19, 49], "wordnet": [1, 61], "words_in_lin": 19, "work": [0, 47, 50, 55, 61, 62], "world": 55, "worri": 62, "would": [1, 29, 31, 34, 35, 36, 37, 42, 50, 54, 62], "wouldn": [31, 36], "wow": 50, "wp": 13, "write": [2, 29, 60], "www": [12, 13, 18, 41, 64], "x": [0, 1, 2, 4, 46, 68], "xinlan": 62, "yashveer": 62, "ye": 19, "yeah": [31, 36], "yeoman": [18, 49], "yesno_quest": [32, 49, 54], "yet": 48, "ylatau": 12, "you": [0, 1, 2, 11, 24, 29, 31, 36, 37, 43, 47, 50, 59, 61, 62, 69], "your": [0, 29, 31, 32, 36, 37, 50, 59, 61, 62], "yourself": [31, 36, 50], "yuluan": 62, "yup": [31, 36], "yuxuan": 62, "z": [12, 39, 49, 51, 64, 73], "zero": [13, 52], "zhang": 62, "zheng": 62, "zhong": 62, "zhou": 62, "zscore": 41, "zscore_chat": 41, "zscore_chats_and_convers": 69, "zscore_convers": 41, "\u00bc": 47, "\u03c4": 55}, "titles": ["The Basics", "Worked Example", "feature_builder module", "basic_features module", "burstiness module", "certainty module", "discursive_diversity module", "fflow module", "get_all_DD_features module", "get_user_network module", "hedge module", "Features: Technical Documentation", "info_exchange_zscore module", "information_diversity module", "lexical_features_v2 module", "named_entity_recognition_features module", "other_lexical_features module", "politeness_features module", "politeness_v2 module", "politeness_v2_helper module", "question_num module", "readability module", "reddit_tags module", "temporal_features module", "textblob_sentiment_analysis module", "turn_taking_features module", "variance_in_DD module", "within_person_discursive_range module", "word_mimicry module", "FEATURE NAME", "Certainty", "Content Word Accommodation", "Conversational Repair", "Dale-Chall Score", "Discursive Diversity", "Forward Flow", "Function Word Accommodation", "Gini Coefficient", "Hedge", "Features: Conceptual Documentation", "Information Diversity", "Information Exchange", "Linguistic Inquiry and Word Count (LIWC) and Other Lexicons", "Message Length", "Message Quantity", "Mimicry (BERT)", "Moving Mimicry", "Named Entity Recognition", "Online Discussion Tags", "Politeness/Receptiveness Markers", "Politeness Strategies", "Sentiment (RoBERTa)", "Positivity Z-Score", "Proportion of First Person Pronouns", "Question (Naive)", "Team Burstiness", "Textblob Polarity", "Textblob Subjectivity", "Time Difference", "Turn Taking Index", "Word Type-Token Ratio", "The Team Communication Toolkit", "Introduction", "assign_chunk_nums module", "calculate_chat_level_features module", "calculate_conversation_level_features module", "calculate_user_level_features module", "check_embeddings module", "gini_coefficient module", "Utilities", "preload_word_lists module", "preprocess module", "summarize_features module", "zscore_chats_and_conversation module"], "titleterms": {"A": 0, "One": 0, "The": [0, 61, 62], "accommod": [31, 36], "addit": 1, "advanc": 1, "assign_chunk_num": 63, "assumpt": 0, "basic": [0, 1, 29, 30, 31, 33, 34, 35, 36, 37, 38, 40, 41, 43, 44, 45, 46, 47, 48, 49, 50, 51, 53, 55, 56, 57, 58, 59, 60], "basic_featur": 3, "bert": 45, "bursti": [4, 55], "calculate_chat_level_featur": 64, "calculate_conversation_level_featur": 65, "calculate_user_level_featur": 66, "caveat": [29, 30, 31, 33, 34, 35, 36, 38, 40, 41, 43, 44, 45, 46, 47, 48, 49, 50, 51, 53, 55, 56, 57, 58, 59], "certainti": [5, 30], "chall": 33, "chat": [11, 39], "check_embed": 67, "citat": [29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60], "class": 69, "code": [0, 1], "coeffici": 37, "column": [1, 61], "commun": 61, "conceptu": 39, "configur": 1, "consider": 1, "content": [31, 61], "convers": [1, 11, 32, 39, 62, 69], "count": [42, 59], "customiz": 0, "dale": 33, "data": 1, "declar": 61, "demo": [0, 1], "detail": 1, "differ": 58, "directori": 1, "discurs": 34, "discursive_divers": 6, "discuss": 48, "divers": [34, 40], "document": [11, 39, 62], "driver": 69, "entiti": 47, "environ": [1, 61], "exampl": [1, 41, 47], "exchang": 41, "featur": [1, 11, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 69], "feature_build": 2, "featurebuild": [1, 61, 62], "fflow": 7, "file": [1, 30, 34, 35, 45, 46, 47, 51], "first": 53, "flow": 35, "forward": 35, "function": [0, 36], "gener": [1, 61, 62], "get": [1, 61, 62], "get_all_dd_featur": 8, "get_user_network": 9, "gini": 37, "gini_coeffici": 68, "hedg": [10, 38], "high": [29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60], "implement": [29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60], "import": [1, 61], "index": 59, "indic": 61, "info_exchange_zscor": 12, "inform": [1, 40, 41, 61], "information_divers": 13, "input": [1, 34], "inquiri": 42, "inspect": [1, 61], "interpret": [29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60], "introduct": 62, "intuit": [29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60], "kei": 0, "length": 43, "level": [11, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 69], "lexical_features_v2": 14, "lexicon": 42, "light": 0, "linguist": 42, "liwc": 42, "marker": 49, "messag": [43, 44], "mimicri": [45, 46], "modul": [2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 63, 64, 65, 66, 67, 68, 70, 71, 72, 73], "motiv": 62, "move": 46, "naiv": 54, "name": [1, 29, 47, 61], "named_entity_recognition_featur": 15, "note": [29, 30, 31, 33, 34, 35, 36, 38, 40, 41, 43, 44, 45, 46, 47, 48, 49, 50, 51, 53, 55, 56, 57, 58, 59], "onlin": 48, "other": [42, 69], "other_lexical_featur": 16, "ouput": 34, "our": 62, "output": [1, 30, 35, 45, 46, 47, 51], "packag": [0, 1, 61], "paramet": [0, 1], "person": 53, "pip": [1, 61], "polar": 56, "polit": [49, 50], "politeness_featur": 17, "politeness_v2": 18, "politeness_v2_help": 19, "posit": 52, "preload_word_list": 70, "preprocess": 71, "pronoun": 53, "proport": 53, "quantiti": 44, "question": 54, "question_num": 20, "ratio": 60, "readabl": 21, "recept": 49, "recognit": 47, "recommend": [1, 61], "reddit_tag": 22, "relat": [29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60], "repair": 32, "roberta": 51, "run": 1, "sampl": [0, 1], "score": [33, 41, 52], "sentiment": 51, "speaker": [11, 59, 62, 69], "start": [1, 61, 62], "strategi": 50, "subject": 57, "summarize_featur": 72, "tabl": 61, "tag": 48, "take": 59, "team": [55, 61, 62], "technic": 11, "temporal_featur": 23, "textblob": [56, 57], "textblob_sentiment_analysi": 24, "time": 58, "token": 60, "toolkit": 61, "touch": 0, "train": 47, "troubleshoot": [1, 61], "turn": [1, 59], "turn_taking_featur": 25, "type": 60, "us": 61, "user": 11, "util": 69, "utter": [11, 39, 62, 69], "variance_in_dd": 26, "vector": 1, "virtual": [1, 61], "walkthrough": 1, "within_person_discursive_rang": 27, "word": [31, 36, 42, 60], "word_mimicri": 28, "work": 1, "your": 1, "z": [41, 52], "zscore_chats_and_convers": 73}}) \ No newline at end of file +Search.setIndex({"alltitles": {"A Light-Touch, One-Function Package": [[0, "a-light-touch-one-function-package"]], "Additional FeatureBuilder Considerations": [[1, "additional-featurebuilder-considerations"]], "Advanced Configuration Columns": [[1, "advanced-configuration-columns"]], "Basic Input Columns": [[1, "basic-input-columns"]], "Certainty": [[30, null]], "Citation": [[29, "citation"], [30, "citation"], [31, "citation"], [32, "citation"], [33, "citation"], [34, "citation"], [35, "citation"], [36, "citation"], [37, "citation"], [38, "citation"], [40, "citation"], [41, "citation"], [42, "citation"], [43, "citation"], [44, "citation"], [45, "citation"], [46, "citation"], [47, "citation"], [48, "citation"], [49, "citation"], [50, "citation"], [51, "citation"], [52, "citation"], [53, "citation"], [54, "citation"], [55, "citation"], [56, "citation"], [57, "citation"], [58, "citation"], [59, "citation"], [60, "citation"]], "Configuring the FeatureBuilder": [[1, "configuring-the-featurebuilder"]], "Content Word Accommodation": [[31, null]], "Contents:": [[61, null]], "Conversation Parameters": [[1, "conversation-parameters"]], "Conversation-Level Features": [[11, "conversation-level-features"], [39, "conversation-level-features"]], "Conversational Repair": [[32, null]], "Customizable Parameters": [[0, "customizable-parameters"]], "Dale-Chall Score": [[33, null]], "Declaring a FeatureBuilder": [[61, "declaring-a-featurebuilder"]], "Demo / Sample Code": [[0, "demo-sample-code"], [1, "demo-sample-code"]], "Discursive Diversity": [[34, null]], "Example:": [[41, "example"]], "FEATURE NAME": [[29, null]], "Feature Column Names": [[1, "feature-column-names"], [61, "feature-column-names"]], "Feature Documentation": [[62, "feature-documentation"]], "Feature Information": [[1, "feature-information"], [61, "feature-information"]], "Features: Conceptual Documentation": [[39, null]], "Features: Technical Documentation": [[11, null]], "Forward Flow": [[35, null]], "Function Word Accommodation": [[36, null]], "Generating Features: Utterance-, Speaker-, and Conversation-Level": [[62, "generating-features-utterance-speaker-and-conversation-level"]], "Getting Started": [[1, "getting-started"], [61, "getting-started"], [62, "getting-started"]], "Gini Coefficient": [[37, null]], "Hedge": [[38, null]], "High*Level Intuition": [[54, "high-level-intuition"]], "High-Level Intuition": [[29, "high-level-intuition"], [30, "high-level-intuition"], [31, "high-level-intuition"], [32, "high-level-intuition"], [33, "high-level-intuition"], [34, "high-level-intuition"], [35, "high-level-intuition"], [36, "high-level-intuition"], [37, "high-level-intuition"], [38, "high-level-intuition"], [40, "high-level-intuition"], [41, "high-level-intuition"], [42, "high-level-intuition"], [43, "high-level-intuition"], [44, "high-level-intuition"], [45, "high-level-intuition"], [46, "high-level-intuition"], [47, "high-level-intuition"], [48, "high-level-intuition"], [49, "high-level-intuition"], [50, "high-level-intuition"], [51, "high-level-intuition"], [52, "high-level-intuition"], [53, "high-level-intuition"], [55, "high-level-intuition"], [56, "high-level-intuition"], [57, "high-level-intuition"], [58, "high-level-intuition"], [59, "high-level-intuition"], [60, "high-level-intuition"]], "Implementation": [[32, "implementation"], [42, "implementation"], [52, "implementation"], [54, "implementation"]], "Implementation Basics": [[29, "implementation-basics"], [30, "implementation-basics"], [31, "implementation-basics"], [33, "implementation-basics"], [34, "implementation-basics"], [35, "implementation-basics"], [36, "implementation-basics"], [37, "implementation-basics"], [38, "implementation-basics"], [40, "implementation-basics"], [41, "implementation-basics"], [43, "implementation-basics"], [44, "implementation-basics"], [45, "implementation-basics"], [46, "implementation-basics"], [47, "implementation-basics"], [48, "implementation-basics"], [49, "implementation-basics"], [50, "implementation-basics"], [51, "implementation-basics"], [53, "implementation-basics"], [55, "implementation-basics"], [56, "implementation-basics"], [57, "implementation-basics"], [58, "implementation-basics"], [59, "implementation-basics"], [60, "implementation-basics"]], "Implementation Notes/Caveats": [[29, "implementation-notes-caveats"], [30, "implementation-notes-caveats"], [31, "implementation-notes-caveats"], [33, "implementation-notes-caveats"], [34, "implementation-notes-caveats"], [35, "implementation-notes-caveats"], [36, "implementation-notes-caveats"], [38, "implementation-notes-caveats"], [40, "implementation-notes-caveats"], [41, "implementation-notes-caveats"], [43, "implementation-notes-caveats"], [44, "implementation-notes-caveats"], [45, "implementation-notes-caveats"], [46, "implementation-notes-caveats"], [47, "implementation-notes-caveats"], [48, "implementation-notes-caveats"], [49, "implementation-notes-caveats"], [50, "implementation-notes-caveats"], [51, "implementation-notes-caveats"], [53, "implementation-notes-caveats"], [55, "implementation-notes-caveats"], [56, "implementation-notes-caveats"], [57, "implementation-notes-caveats"], [58, "implementation-notes-caveats"], [59, "implementation-notes-caveats"]], "Import Recommendations: Virtual Environment and Pip": [[1, "import-recommendations-virtual-environment-and-pip"], [61, "import-recommendations-virtual-environment-and-pip"]], "Importing the Package": [[1, "importing-the-package"]], "Indices and Tables": [[61, "indices-and-tables"]], "Information Diversity": [[40, null]], "Information Exchange": [[41, null]], "Input File": [[34, "id2"]], "Inspecting Generated Features": [[1, "inspecting-generated-features"], [61, "inspecting-generated-features"]], "Interpretation:": [[41, "interpretation"]], "Interpreting the Feature": [[29, "interpreting-the-feature"], [30, "interpreting-the-feature"], [31, "interpreting-the-feature"], [32, "interpreting-the-feature"], [33, "interpreting-the-feature"], [34, "interpreting-the-feature"], [35, "interpreting-the-feature"], [36, "interpreting-the-feature"], [37, "interpreting-the-feature"], [38, "interpreting-the-feature"], [40, "interpreting-the-feature"], [41, "interpreting-the-feature"], [42, "interpreting-the-feature"], [43, "interpreting-the-feature"], [44, "interpreting-the-feature"], [45, "interpreting-the-feature"], [46, "interpreting-the-feature"], [47, "interpreting-the-feature"], [48, "interpreting-the-feature"], [49, "interpreting-the-feature"], [50, "interpreting-the-feature"], [51, "interpreting-the-feature"], [52, "interpreting-the-feature"], [53, "interpreting-the-feature"], [54, "interpreting-the-feature"], [55, "interpreting-the-feature"], [56, "interpreting-the-feature"], [57, "interpreting-the-feature"], [58, "interpreting-the-feature"], [59, "interpreting-the-feature"], [60, "interpreting-the-feature"]], "Introduction": [[62, null]], "Key Assumptions and Parameters": [[0, "key-assumptions-and-parameters"]], "Linguistic Inquiry and Word Count (LIWC) and Other Lexicons": [[42, null]], "Message Length": [[43, null]], "Message Quantity": [[44, null]], "Mimicry (BERT)": [[45, null]], "Motivation": [[62, "motivation"]], "Moving Mimicry": [[46, null]], "Named Entity Recognition": [[47, null]], "Named Entity Training Examples": [[47, "id2"]], "Online Discussion Tags": [[48, null]], "Other Utilities": [[69, "other-utilities"]], "Ouput File": [[34, "id3"]], "Our Team": [[62, "our-team"]], "Output File": [[30, "id2"], [35, "id2"], [45, "id2"], [46, "id2"], [47, "id3"], [51, "id1"]], "Output File Naming Details": [[1, "output-file-naming-details"]], "Package Assumptions": [[0, "package-assumptions"]], "Politeness Strategies": [[50, null]], "Politeness/Receptiveness Markers": [[49, null]], "Positivity Z-Score": [[52, null]], "Proportion of First Person Pronouns": [[53, null]], "Question (Naive)": [[54, null]], "Related Features": [[29, "related-features"], [30, "related-features"], [31, "related-features"], [32, "related-features"], [33, "related-features"], [34, "related-features"], [35, "related-features"], [36, "related-features"], [37, "related-features"], [38, "related-features"], [40, "related-features"], [41, "related-features"], [42, "related-features"], [43, "related-features"], [44, "related-features"], [45, "related-features"], [46, "related-features"], [47, "related-features"], [48, "related-features"], [49, "related-features"], [50, "related-features"], [51, "related-features"], [52, "related-features"], [53, "related-features"], [54, "related-features"], [55, "related-features"], [56, "related-features"], [57, "related-features"], [58, "related-features"], [59, "related-features"], [60, "related-features"]], "Sentiment (RoBERTa)": [[51, null]], "Speaker Turn Counts": [[59, "id2"]], "Speaker- (User) Level Features": [[11, "speaker-user-level-features"]], "Table of Contents": [[61, "table-of-contents"]], "Team Burstiness": [[55, null]], "Textblob Polarity": [[56, null]], "Textblob Subjectivity": [[57, null]], "The Basics": [[0, null]], "The FeatureBuilder": [[62, "the-featurebuilder"]], "The Team Communication Toolkit": [[61, null]], "Time Difference": [[58, null]], "Troubleshooting": [[1, "troubleshooting"], [61, "troubleshooting"]], "Turn Taking Index": [[59, null]], "Turns": [[1, "turns"]], "Using the Package": [[61, "using-the-package"]], "Utilities": [[69, null]], "Utterance- (Chat) Level Features": [[11, "utterance-chat-level-features"], [39, "utterance-chat-level-features"]], "Vector Directory": [[1, "vector-directory"]], "Walkthrough: Running the FeatureBuilder on Your Data": [[1, "walkthrough-running-the-featurebuilder-on-your-data"]], "Word Type-Token Ratio": [[60, null]], "Worked Example": [[1, null]], "assign_chunk_nums module": [[63, null]], "basic_features module": [[3, null]], "burstiness module": [[4, null]], "calculate_chat_level_features module": [[64, null]], "calculate_conversation_level_features module": [[65, null]], "calculate_user_level_features module": [[66, null]], "certainty module": [[5, null]], "check_embeddings module": [[67, null]], "discursive_diversity module": [[6, null]], "feature_builder module": [[2, null]], "fflow module": [[7, null]], "get_all_DD_features module": [[8, null]], "get_user_network module": [[9, null]], "gini_coefficient module": [[68, null]], "hedge module": [[10, null]], "info_exchange_zscore module": [[12, null]], "information_diversity module": [[13, null]], "lexical_features_v2 module": [[14, null]], "named_entity_recognition_features module": [[15, null]], "other_lexical_features module": [[16, null]], "politeness_features module": [[17, null]], "politeness_v2 module": [[18, null]], "politeness_v2_helper module": [[19, null]], "preload_word_lists module": [[70, null]], "preprocess module": [[71, null]], "question_num module": [[20, null]], "readability module": [[21, null]], "reddit_tags module": [[22, null]], "summarize_features module": [[72, null]], "temporal_features module": [[23, null]], "textblob_sentiment_analysis module": [[24, null]], "turn_taking_features module": [[25, null]], "variance_in_DD module": [[26, null]], "within_person_discursive_range module": [[27, null]], "word_mimicry module": [[28, null]], "z-scores:": [[41, "z-scores"]], "zscore_chats_and_conversation module": [[73, null]], "\u201cDriver\u201d Classes: Utterance-, Conversation-, and Speaker-Level Features": [[69, "driver-classes-utterance-conversation-and-speaker-level-features"]]}, "docnames": ["basics", "examples", "feature_builder", "features/basic_features", "features/burstiness", "features/certainty", "features/discursive_diversity", "features/fflow", "features/get_all_DD_features", "features/get_user_network", "features/hedge", "features/index", "features/info_exchange_zscore", "features/information_diversity", "features/lexical_features_v2", "features/named_entity_recognition_features", "features/other_lexical_features", "features/politeness_features", "features/politeness_v2", "features/politeness_v2_helper", "features/question_num", "features/readability", "features/reddit_tags", "features/temporal_features", "features/textblob_sentiment_analysis", "features/turn_taking_features", "features/variance_in_DD", "features/within_person_discursive_range", "features/word_mimicry", "features_conceptual/TEMPLATE", "features_conceptual/certainty", "features_conceptual/content_word_accommodation", "features_conceptual/conversational_repair", "features_conceptual/dale_chall_score", "features_conceptual/discursive_diversity", "features_conceptual/forward_flow", "features_conceptual/function_word_accommodation", "features_conceptual/gini_coefficient", "features_conceptual/hedge", "features_conceptual/index", "features_conceptual/information_diversity", "features_conceptual/information_exchange", "features_conceptual/liwc", "features_conceptual/message_length", "features_conceptual/message_quantity", "features_conceptual/mimicry_bert", "features_conceptual/moving_mimicry", "features_conceptual/named_entity_recognition", "features_conceptual/online_discussions_tags", "features_conceptual/politeness_receptiveness_markers", "features_conceptual/politeness_strategies", "features_conceptual/positivity_bert", "features_conceptual/positivity_z_score", "features_conceptual/proportion_of_first_person_pronouns", "features_conceptual/questions", "features_conceptual/team_burstiness", "features_conceptual/textblob_polarity", "features_conceptual/textblob_subjectivity", "features_conceptual/time_difference", "features_conceptual/turn_taking_index", "features_conceptual/word_ttr", "index", "intro", "utils/assign_chunk_nums", "utils/calculate_chat_level_features", "utils/calculate_conversation_level_features", "utils/calculate_user_level_features", "utils/check_embeddings", "utils/gini_coefficient", "utils/index", "utils/preload_word_lists", "utils/preprocess", "utils/summarize_features", "utils/zscore_chats_and_conversation"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["basics.rst", "examples.rst", "feature_builder.rst", "features/basic_features.rst", "features/burstiness.rst", "features/certainty.rst", "features/discursive_diversity.rst", "features/fflow.rst", "features/get_all_DD_features.rst", "features/get_user_network.rst", "features/hedge.rst", "features/index.rst", "features/info_exchange_zscore.rst", "features/information_diversity.rst", "features/lexical_features_v2.rst", "features/named_entity_recognition_features.rst", "features/other_lexical_features.rst", "features/politeness_features.rst", "features/politeness_v2.rst", "features/politeness_v2_helper.rst", "features/question_num.rst", "features/readability.rst", "features/reddit_tags.rst", "features/temporal_features.rst", "features/textblob_sentiment_analysis.rst", "features/turn_taking_features.rst", "features/variance_in_DD.rst", "features/within_person_discursive_range.rst", "features/word_mimicry.rst", "features_conceptual/TEMPLATE.rst", "features_conceptual/certainty.rst", "features_conceptual/content_word_accommodation.rst", "features_conceptual/conversational_repair.rst", "features_conceptual/dale_chall_score.rst", "features_conceptual/discursive_diversity.rst", "features_conceptual/forward_flow.rst", "features_conceptual/function_word_accommodation.rst", "features_conceptual/gini_coefficient.rst", "features_conceptual/hedge.rst", "features_conceptual/index.rst", "features_conceptual/information_diversity.rst", "features_conceptual/information_exchange.rst", "features_conceptual/liwc.rst", "features_conceptual/message_length.rst", "features_conceptual/message_quantity.rst", "features_conceptual/mimicry_bert.rst", "features_conceptual/moving_mimicry.rst", "features_conceptual/named_entity_recognition.rst", "features_conceptual/online_discussions_tags.rst", "features_conceptual/politeness_receptiveness_markers.rst", "features_conceptual/politeness_strategies.rst", "features_conceptual/positivity_bert.rst", "features_conceptual/positivity_z_score.rst", "features_conceptual/proportion_of_first_person_pronouns.rst", "features_conceptual/questions.rst", "features_conceptual/team_burstiness.rst", "features_conceptual/textblob_polarity.rst", "features_conceptual/textblob_subjectivity.rst", "features_conceptual/time_difference.rst", "features_conceptual/turn_taking_index.rst", "features_conceptual/word_ttr.rst", "index.rst", "intro.rst", "utils/assign_chunk_nums.rst", "utils/calculate_chat_level_features.rst", "utils/calculate_conversation_level_features.rst", "utils/calculate_user_level_features.rst", "utils/check_embeddings.rst", "utils/gini_coefficient.rst", "utils/index.rst", "utils/preload_word_lists.rst", "utils/preprocess.rst", "utils/summarize_features.rst", "utils/zscore_chats_and_conversation.rst"], "indexentries": {"adverb_limiter() (in module features.politeness_v2_helper)": [[19, "features.politeness_v2_helper.adverb_limiter", false]], "assert_key_columns_present() (in module utils.preprocess)": [[71, "utils.preprocess.assert_key_columns_present", false]], "assign_chunk_nums() (in module utils.assign_chunk_nums)": [[63, "utils.assign_chunk_nums.assign_chunk_nums", false]], "bare_command() (in module features.politeness_v2_helper)": [[19, "features.politeness_v2_helper.bare_command", false]], "built_spacy_ner() (in module features.named_entity_recognition_features)": [[15, "features.named_entity_recognition_features.built_spacy_ner", false]], "burstiness() (in module features.burstiness)": [[4, "features.burstiness.burstiness", false]], "calculate_chat_level_features() (utils.calculate_chat_level_features.chatlevelfeaturescalculator method)": [[64, "utils.calculate_chat_level_features.ChatLevelFeaturesCalculator.calculate_chat_level_features", false]], "calculate_conversation_level_features() (utils.calculate_conversation_level_features.conversationlevelfeaturescalculator method)": [[65, "utils.calculate_conversation_level_features.ConversationLevelFeaturesCalculator.calculate_conversation_level_features", false]], "calculate_hedge_features() (utils.calculate_chat_level_features.chatlevelfeaturescalculator method)": [[64, "utils.calculate_chat_level_features.ChatLevelFeaturesCalculator.calculate_hedge_features", false]], "calculate_id_score() (in module features.information_diversity)": [[13, "features.information_diversity.calculate_ID_score", false]], "calculate_info_diversity() (utils.calculate_conversation_level_features.conversationlevelfeaturescalculator method)": [[65, "utils.calculate_conversation_level_features.ConversationLevelFeaturesCalculator.calculate_info_diversity", false]], "calculate_named_entities() (in module features.named_entity_recognition_features)": [[15, "features.named_entity_recognition_features.calculate_named_entities", false]], "calculate_num_question_naive() (in module features.question_num)": [[20, "features.question_num.calculate_num_question_naive", false]], "calculate_politeness_sentiment() (utils.calculate_chat_level_features.chatlevelfeaturescalculator method)": [[64, "utils.calculate_chat_level_features.ChatLevelFeaturesCalculator.calculate_politeness_sentiment", false]], "calculate_politeness_v2() (utils.calculate_chat_level_features.chatlevelfeaturescalculator method)": [[64, "utils.calculate_chat_level_features.ChatLevelFeaturesCalculator.calculate_politeness_v2", false]], "calculate_team_burstiness() (utils.calculate_conversation_level_features.conversationlevelfeaturescalculator method)": [[65, "utils.calculate_conversation_level_features.ConversationLevelFeaturesCalculator.calculate_team_burstiness", false]], "calculate_textblob_sentiment() (utils.calculate_chat_level_features.chatlevelfeaturescalculator method)": [[64, "utils.calculate_chat_level_features.ChatLevelFeaturesCalculator.calculate_textblob_sentiment", false]], "calculate_user_level_features() (utils.calculate_user_level_features.userlevelfeaturescalculator method)": [[66, "utils.calculate_user_level_features.UserLevelFeaturesCalculator.calculate_user_level_features", false]], "calculate_vector_word_mimicry() (utils.calculate_chat_level_features.chatlevelfeaturescalculator method)": [[64, "utils.calculate_chat_level_features.ChatLevelFeaturesCalculator.calculate_vector_word_mimicry", false]], "calculate_word_mimicry() (utils.calculate_chat_level_features.chatlevelfeaturescalculator method)": [[64, "utils.calculate_chat_level_features.ChatLevelFeaturesCalculator.calculate_word_mimicry", false]], "chat_level_features() (feature_builder.featurebuilder method)": [[2, "feature_builder.FeatureBuilder.chat_level_features", false]], "chatlevelfeaturescalculator (class in utils.calculate_chat_level_features)": [[64, "utils.calculate_chat_level_features.ChatLevelFeaturesCalculator", false]], "check_embeddings() (in module utils.check_embeddings)": [[67, "utils.check_embeddings.check_embeddings", false]], "classify_ntri() (in module features.other_lexical_features)": [[16, "features.other_lexical_features.classify_NTRI", false]], "classify_text_dalechall() (in module features.readability)": [[21, "features.readability.classify_text_dalechall", false]], "clean_text() (in module features.politeness_v2_helper)": [[19, "features.politeness_v2_helper.clean_text", false]], "coerce_to_date_or_number() (in module features.temporal_features)": [[23, "features.temporal_features.coerce_to_date_or_number", false]], "commit_data() (in module features.politeness_v2_helper)": [[19, "features.politeness_v2_helper.commit_data", false]], "compress() (in module utils.preprocess)": [[71, "utils.preprocess.compress", false]], "compute_frequency() (in module features.word_mimicry)": [[28, "features.word_mimicry.compute_frequency", false]], "compute_frequency_per_conv() (in module features.word_mimicry)": [[28, "features.word_mimicry.compute_frequency_per_conv", false]], "computetf() (in module features.word_mimicry)": [[28, "features.word_mimicry.computeTF", false]], "concat_bert_features() (utils.calculate_chat_level_features.chatlevelfeaturescalculator method)": [[64, "utils.calculate_chat_level_features.ChatLevelFeaturesCalculator.concat_bert_features", false]], "conjection_seperator() (in module features.politeness_v2_helper)": [[19, "features.politeness_v2_helper.conjection_seperator", false]], "content_mimicry_score() (in module features.word_mimicry)": [[28, "features.word_mimicry.Content_mimicry_score", false]], "content_mimicry_score_per_conv() (in module features.word_mimicry)": [[28, "features.word_mimicry.Content_mimicry_score_per_conv", false]], "conv_level_features() (feature_builder.featurebuilder method)": [[2, "feature_builder.FeatureBuilder.conv_level_features", false]], "conv_to_float_arr() (in module features.get_all_dd_features)": [[8, "features.get_all_DD_features.conv_to_float_arr", false]], "conversationlevelfeaturescalculator (class in utils.calculate_conversation_level_features)": [[65, "utils.calculate_conversation_level_features.ConversationLevelFeaturesCalculator", false]], "count_all_caps() (in module features.reddit_tags)": [[22, "features.reddit_tags.count_all_caps", false]], "count_bullet_points() (in module features.reddit_tags)": [[22, "features.reddit_tags.count_bullet_points", false]], "count_characters() (in module features.basic_features)": [[3, "features.basic_features.count_characters", false]], "count_difficult_words() (in module features.readability)": [[21, "features.readability.count_difficult_words", false]], "count_ellipses() (in module features.reddit_tags)": [[22, "features.reddit_tags.count_ellipses", false]], "count_emojis() (in module features.reddit_tags)": [[22, "features.reddit_tags.count_emojis", false]], "count_emphasis() (in module features.reddit_tags)": [[22, "features.reddit_tags.count_emphasis", false]], "count_line_breaks() (in module features.reddit_tags)": [[22, "features.reddit_tags.count_line_breaks", false]], "count_links() (in module features.reddit_tags)": [[22, "features.reddit_tags.count_links", false]], "count_matches() (in module features.politeness_v2_helper)": [[19, "features.politeness_v2_helper.count_matches", false]], "count_messages() (in module features.basic_features)": [[3, "features.basic_features.count_messages", false]], "count_numbering() (in module features.reddit_tags)": [[22, "features.reddit_tags.count_numbering", false]], "count_parentheses() (in module features.reddit_tags)": [[22, "features.reddit_tags.count_parentheses", false]], "count_quotes() (in module features.reddit_tags)": [[22, "features.reddit_tags.count_quotes", false]], "count_responding_to_someone() (in module features.reddit_tags)": [[22, "features.reddit_tags.count_responding_to_someone", false]], "count_spacy_matches() (in module features.politeness_v2_helper)": [[19, "features.politeness_v2_helper.count_spacy_matches", false]], "count_syllables() (in module features.readability)": [[21, "features.readability.count_syllables", false]], "count_turn_taking_index() (in module features.turn_taking_features)": [[25, "features.turn_taking_features.count_turn_taking_index", false]], "count_turns() (in module features.turn_taking_features)": [[25, "features.turn_taking_features.count_turns", false]], "count_user_references() (in module features.reddit_tags)": [[22, "features.reddit_tags.count_user_references", false]], "count_words() (in module features.basic_features)": [[3, "features.basic_features.count_words", false]], "create_chunks() (in module utils.assign_chunk_nums)": [[63, "utils.assign_chunk_nums.create_chunks", false]], "create_chunks_messages() (in module utils.assign_chunk_nums)": [[63, "utils.assign_chunk_nums.create_chunks_messages", false]], "create_cumulative_rows() (in module utils.preprocess)": [[71, "utils.preprocess.create_cumulative_rows", false]], "dale_chall_helper() (in module features.readability)": [[21, "features.readability.dale_chall_helper", false]], "feat_counts() (in module features.politeness_v2_helper)": [[19, "features.politeness_v2_helper.feat_counts", false]], "feature_builder": [[2, "module-feature_builder", false]], "featurebuilder (class in feature_builder)": [[2, "feature_builder.FeatureBuilder", false]], "features.basic_features": [[3, "module-features.basic_features", false]], "features.burstiness": [[4, "module-features.burstiness", false]], "features.certainty": [[5, "module-features.certainty", false]], "features.discursive_diversity": [[6, "module-features.discursive_diversity", false]], "features.fflow": [[7, "module-features.fflow", false]], "features.get_all_dd_features": [[8, "module-features.get_all_DD_features", false]], "features.get_user_network": [[9, "module-features.get_user_network", false]], "features.hedge": [[10, "module-features.hedge", false]], "features.info_exchange_zscore": [[12, "module-features.info_exchange_zscore", false]], "features.information_diversity": [[13, "module-features.information_diversity", false]], "features.lexical_features_v2": [[14, "module-features.lexical_features_v2", false]], "features.named_entity_recognition_features": [[15, "module-features.named_entity_recognition_features", false]], "features.other_lexical_features": [[16, "module-features.other_lexical_features", false]], "features.politeness_features": [[17, "module-features.politeness_features", false]], "features.politeness_v2": [[18, "module-features.politeness_v2", false]], "features.politeness_v2_helper": [[19, "module-features.politeness_v2_helper", false]], "features.question_num": [[20, "module-features.question_num", false]], "features.readability": [[21, "module-features.readability", false]], "features.reddit_tags": [[22, "module-features.reddit_tags", false]], "features.temporal_features": [[23, "module-features.temporal_features", false]], "features.textblob_sentiment_analysis": [[24, "module-features.textblob_sentiment_analysis", false]], "features.turn_taking_features": [[25, "module-features.turn_taking_features", false]], "features.variance_in_dd": [[26, "module-features.variance_in_DD", false]], "features.within_person_discursive_range": [[27, "module-features.within_person_discursive_range", false]], "features.word_mimicry": [[28, "module-features.word_mimicry", false]], "featurize() (feature_builder.featurebuilder method)": [[2, "feature_builder.FeatureBuilder.featurize", false]], "function_mimicry_score() (in module features.word_mimicry)": [[28, "features.word_mimicry.function_mimicry_score", false]], "generate_bert() (in module utils.check_embeddings)": [[67, "utils.check_embeddings.generate_bert", false]], "generate_certainty_pkl() (in module utils.check_embeddings)": [[67, "utils.check_embeddings.generate_certainty_pkl", false]], "generate_lexicon_pkl() (in module utils.check_embeddings)": [[67, "utils.check_embeddings.generate_lexicon_pkl", false]], "generate_vect() (in module utils.check_embeddings)": [[67, "utils.check_embeddings.generate_vect", false]], "get_average() (in module utils.summarize_features)": [[72, "utils.summarize_features.get_average", false]], "get_centroids() (utils.calculate_user_level_features.userlevelfeaturescalculator method)": [[66, "utils.calculate_user_level_features.UserLevelFeaturesCalculator.get_centroids", false]], "get_certainty() (in module features.certainty)": [[5, "features.certainty.get_certainty", false]], "get_certainty_score() (utils.calculate_chat_level_features.chatlevelfeaturescalculator method)": [[64, "utils.calculate_chat_level_features.ChatLevelFeaturesCalculator.get_certainty_score", false]], "get_content_words_in_message() (in module features.word_mimicry)": [[28, "features.word_mimicry.get_content_words_in_message", false]], "get_conversation_level_aggregates() (utils.calculate_conversation_level_features.conversationlevelfeaturescalculator method)": [[65, "utils.calculate_conversation_level_features.ConversationLevelFeaturesCalculator.get_conversation_level_aggregates", false]], "get_cosine_similarity() (in module features.discursive_diversity)": [[6, "features.discursive_diversity.get_cosine_similarity", false]], "get_dale_chall_easy_words() (in module utils.preload_word_lists)": [[70, "utils.preload_word_lists.get_dale_chall_easy_words", false]], "get_dale_chall_score_and_classfication() (utils.calculate_chat_level_features.chatlevelfeaturescalculator method)": [[64, "utils.calculate_chat_level_features.ChatLevelFeaturesCalculator.get_dale_chall_score_and_classfication", false]], "get_dd() (in module features.discursive_diversity)": [[6, "features.discursive_diversity.get_DD", false]], "get_dd_features() (in module features.get_all_dd_features)": [[8, "features.get_all_DD_features.get_DD_features", false]], "get_dep_pairs() (in module features.politeness_v2_helper)": [[19, "features.politeness_v2_helper.get_dep_pairs", false]], "get_dep_pairs_noneg() (in module features.politeness_v2_helper)": [[19, "features.politeness_v2_helper.get_dep_pairs_noneg", false]], "get_discursive_diversity_features() (utils.calculate_conversation_level_features.conversationlevelfeaturescalculator method)": [[65, "utils.calculate_conversation_level_features.ConversationLevelFeaturesCalculator.get_discursive_diversity_features", false]], "get_first_pct_of_chat() (feature_builder.featurebuilder method)": [[2, "feature_builder.FeatureBuilder.get_first_pct_of_chat", false]], "get_first_person_words() (in module utils.preload_word_lists)": [[70, "utils.preload_word_lists.get_first_person_words", false]], "get_forward_flow() (in module features.fflow)": [[7, "features.fflow.get_forward_flow", false]], "get_forward_flow() (utils.calculate_chat_level_features.chatlevelfeaturescalculator method)": [[64, "utils.calculate_chat_level_features.ChatLevelFeaturesCalculator.get_forward_flow", false]], "get_function_words() (in module utils.preload_word_lists)": [[70, "utils.preload_word_lists.get_function_words", false]], "get_function_words_in_message() (in module features.word_mimicry)": [[28, "features.word_mimicry.get_function_words_in_message", false]], "get_gini() (in module utils.gini_coefficient)": [[68, "utils.gini_coefficient.get_gini", false]], "get_gini_features() (utils.calculate_conversation_level_features.conversationlevelfeaturescalculator method)": [[65, "utils.calculate_conversation_level_features.ConversationLevelFeaturesCalculator.get_gini_features", false]], "get_info_diversity() (in module features.information_diversity)": [[13, "features.information_diversity.get_info_diversity", false]], "get_info_exchange_wordcount() (in module features.info_exchange_zscore)": [[12, "features.info_exchange_zscore.get_info_exchange_wordcount", false]], "get_liwc_count() (in module features.lexical_features_v2)": [[14, "features.lexical_features_v2.get_liwc_count", false]], "get_max() (in module utils.summarize_features)": [[72, "utils.summarize_features.get_max", false]], "get_mimicry_bert() (in module features.word_mimicry)": [[28, "features.word_mimicry.get_mimicry_bert", false]], "get_min() (in module utils.summarize_features)": [[72, "utils.summarize_features.get_min", false]], "get_moving_mimicry() (in module features.word_mimicry)": [[28, "features.word_mimicry.get_moving_mimicry", false]], "get_named_entity() (utils.calculate_chat_level_features.chatlevelfeaturescalculator method)": [[64, "utils.calculate_chat_level_features.ChatLevelFeaturesCalculator.get_named_entity", false]], "get_nan_vector() (in module features.within_person_discursive_range)": [[27, "features.within_person_discursive_range.get_nan_vector", false]], "get_polarity_score() (in module features.textblob_sentiment_analysis)": [[24, "features.textblob_sentiment_analysis.get_polarity_score", false]], "get_politeness_strategies() (in module features.politeness_features)": [[17, "features.politeness_features.get_politeness_strategies", false]], "get_politeness_v2() (in module features.politeness_v2)": [[18, "features.politeness_v2.get_politeness_v2", false]], "get_proportion_first_pronouns() (in module features.other_lexical_features)": [[16, "features.other_lexical_features.get_proportion_first_pronouns", false]], "get_question_words() (in module utils.preload_word_lists)": [[70, "utils.preload_word_lists.get_question_words", false]], "get_reddit_features() (utils.calculate_chat_level_features.chatlevelfeaturescalculator method)": [[64, "utils.calculate_chat_level_features.ChatLevelFeaturesCalculator.get_reddit_features", false]], "get_sentiment() (in module utils.check_embeddings)": [[67, "utils.check_embeddings.get_sentiment", false]], "get_stdev() (in module utils.summarize_features)": [[72, "utils.summarize_features.get_stdev", false]], "get_subjectivity_score() (in module features.textblob_sentiment_analysis)": [[24, "features.textblob_sentiment_analysis.get_subjectivity_score", false]], "get_sum() (in module utils.summarize_features)": [[72, "utils.summarize_features.get_sum", false]], "get_team_burstiness() (in module features.burstiness)": [[4, "features.burstiness.get_team_burstiness", false]], "get_temporal_features() (utils.calculate_chat_level_features.chatlevelfeaturescalculator method)": [[64, "utils.calculate_chat_level_features.ChatLevelFeaturesCalculator.get_temporal_features", false]], "get_time_diff() (in module features.temporal_features)": [[23, "features.temporal_features.get_time_diff", false]], "get_time_diff_startend() (in module features.temporal_features)": [[23, "features.temporal_features.get_time_diff_startend", false]], "get_turn() (in module features.turn_taking_features)": [[25, "features.turn_taking_features.get_turn", false]], "get_turn_id() (in module utils.preprocess)": [[71, "utils.preprocess.get_turn_id", false]], "get_turn_taking_features() (utils.calculate_conversation_level_features.conversationlevelfeaturescalculator method)": [[65, "utils.calculate_conversation_level_features.ConversationLevelFeaturesCalculator.get_turn_taking_features", false]], "get_unique_pairwise_combos() (in module features.discursive_diversity)": [[6, "features.discursive_diversity.get_unique_pairwise_combos", false]], "get_user_average_dataframe() (in module utils.summarize_features)": [[72, "utils.summarize_features.get_user_average_dataframe", false]], "get_user_level_aggregates() (utils.calculate_conversation_level_features.conversationlevelfeaturescalculator method)": [[65, "utils.calculate_conversation_level_features.ConversationLevelFeaturesCalculator.get_user_level_aggregates", false]], "get_user_level_averaged_features() (utils.calculate_user_level_features.userlevelfeaturescalculator method)": [[66, "utils.calculate_user_level_features.UserLevelFeaturesCalculator.get_user_level_averaged_features", false]], "get_user_level_summary_statistics_features() (utils.calculate_user_level_features.userlevelfeaturescalculator method)": [[66, "utils.calculate_user_level_features.UserLevelFeaturesCalculator.get_user_level_summary_statistics_features", false]], "get_user_level_summed_features() (utils.calculate_user_level_features.userlevelfeaturescalculator method)": [[66, "utils.calculate_user_level_features.UserLevelFeaturesCalculator.get_user_level_summed_features", false]], "get_user_network() (in module features.get_user_network)": [[9, "features.get_user_network.get_user_network", false]], "get_user_network() (utils.calculate_user_level_features.userlevelfeaturescalculator method)": [[66, "utils.calculate_user_level_features.UserLevelFeaturesCalculator.get_user_network", false]], "get_user_sum_dataframe() (in module utils.summarize_features)": [[72, "utils.summarize_features.get_user_sum_dataframe", false]], "get_variance_in_dd() (in module features.variance_in_dd)": [[26, "features.variance_in_DD.get_variance_in_DD", false]], "get_within_person_disc_range() (in module features.within_person_discursive_range)": [[27, "features.within_person_discursive_range.get_within_person_disc_range", false]], "get_word_ttr() (in module features.other_lexical_features)": [[16, "features.other_lexical_features.get_word_TTR", false]], "get_zscore_across_all_chats() (in module utils.zscore_chats_and_conversation)": [[73, "utils.zscore_chats_and_conversation.get_zscore_across_all_chats", false]], "get_zscore_across_all_conversations() (in module utils.zscore_chats_and_conversation)": [[73, "utils.zscore_chats_and_conversation.get_zscore_across_all_conversations", false]], "gini_coefficient() (in module utils.gini_coefficient)": [[68, "utils.gini_coefficient.gini_coefficient", false]], "info_diversity() (in module features.information_diversity)": [[13, "features.information_diversity.info_diversity", false]], "info_exchange() (utils.calculate_chat_level_features.chatlevelfeaturescalculator method)": [[64, "utils.calculate_chat_level_features.ChatLevelFeaturesCalculator.info_exchange", false]], "is_hedged_sentence_1() (in module features.hedge)": [[10, "features.hedge.is_hedged_sentence_1", false]], "lexical_features() (utils.calculate_chat_level_features.chatlevelfeaturescalculator method)": [[64, "utils.calculate_chat_level_features.ChatLevelFeaturesCalculator.lexical_features", false]], "liwc_features() (in module features.lexical_features_v2)": [[14, "features.lexical_features_v2.liwc_features", false]], "load_saved_data() (in module features.politeness_v2_helper)": [[19, "features.politeness_v2_helper.load_saved_data", false]], "load_to_dict() (in module features.politeness_v2_helper)": [[19, "features.politeness_v2_helper.load_to_dict", false]], "load_to_lists() (in module features.politeness_v2_helper)": [[19, "features.politeness_v2_helper.load_to_lists", false]], "merge_conv_data_with_original() (feature_builder.featurebuilder method)": [[2, "feature_builder.FeatureBuilder.merge_conv_data_with_original", false]], "mimic_words() (in module features.word_mimicry)": [[28, "features.word_mimicry.mimic_words", false]], "module": [[2, "module-feature_builder", false], [3, "module-features.basic_features", false], [4, "module-features.burstiness", false], [5, "module-features.certainty", false], [6, "module-features.discursive_diversity", false], [7, "module-features.fflow", false], [8, "module-features.get_all_DD_features", false], [9, "module-features.get_user_network", false], [10, "module-features.hedge", false], [12, "module-features.info_exchange_zscore", false], [13, "module-features.information_diversity", false], [14, "module-features.lexical_features_v2", false], [15, "module-features.named_entity_recognition_features", false], [16, "module-features.other_lexical_features", false], [17, "module-features.politeness_features", false], [18, "module-features.politeness_v2", false], [19, "module-features.politeness_v2_helper", false], [20, "module-features.question_num", false], [21, "module-features.readability", false], [22, "module-features.reddit_tags", false], [23, "module-features.temporal_features", false], [24, "module-features.textblob_sentiment_analysis", false], [25, "module-features.turn_taking_features", false], [26, "module-features.variance_in_DD", false], [27, "module-features.within_person_discursive_range", false], [28, "module-features.word_mimicry", false], [63, "module-utils.assign_chunk_nums", false], [64, "module-utils.calculate_chat_level_features", false], [65, "module-utils.calculate_conversation_level_features", false], [66, "module-utils.calculate_user_level_features", false], [67, "module-utils.check_embeddings", false], [68, "module-utils.gini_coefficient", false], [70, "module-utils.preload_word_lists", false], [71, "module-utils.preprocess", false], [72, "module-utils.summarize_features", false], [73, "module-utils.zscore_chats_and_conversation", false]], "named_entities() (in module features.named_entity_recognition_features)": [[15, "features.named_entity_recognition_features.named_entities", false]], "num_named_entity() (in module features.named_entity_recognition_features)": [[15, "features.named_entity_recognition_features.num_named_entity", false]], "other_lexical_features() (utils.calculate_chat_level_features.chatlevelfeaturescalculator method)": [[64, "utils.calculate_chat_level_features.ChatLevelFeaturesCalculator.other_lexical_features", false]], "phrase_split() (in module features.politeness_v2_helper)": [[19, "features.politeness_v2_helper.phrase_split", false]], "positivity_zscore() (utils.calculate_chat_level_features.chatlevelfeaturescalculator method)": [[64, "utils.calculate_chat_level_features.ChatLevelFeaturesCalculator.positivity_zscore", false]], "prep_simple() (in module features.politeness_v2_helper)": [[19, "features.politeness_v2_helper.prep_simple", false]], "prep_whole() (in module features.politeness_v2_helper)": [[19, "features.politeness_v2_helper.prep_whole", false]], "preprocess_chat_data() (feature_builder.featurebuilder method)": [[2, "feature_builder.FeatureBuilder.preprocess_chat_data", false]], "preprocess_conversation_columns() (in module utils.preprocess)": [[71, "utils.preprocess.preprocess_conversation_columns", false]], "preprocess_naive_turns() (in module utils.preprocess)": [[71, "utils.preprocess.preprocess_naive_turns", false]], "preprocess_text() (in module utils.preprocess)": [[71, "utils.preprocess.preprocess_text", false]], "preprocess_text_lowercase_but_retain_punctuation() (in module utils.preprocess)": [[71, "utils.preprocess.preprocess_text_lowercase_but_retain_punctuation", false]], "preprocessing() (in module features.information_diversity)": [[13, "features.information_diversity.preprocessing", false]], "punctuation_seperator() (in module features.politeness_v2_helper)": [[19, "features.politeness_v2_helper.punctuation_seperator", false]], "question() (in module features.politeness_v2_helper)": [[19, "features.politeness_v2_helper.Question", false]], "read_in_lexicons() (in module utils.check_embeddings)": [[67, "utils.check_embeddings.read_in_lexicons", false]], "reduce_chunks() (in module utils.assign_chunk_nums)": [[63, "utils.assign_chunk_nums.reduce_chunks", false]], "remove_active_user() (in module features.get_user_network)": [[9, "features.get_user_network.remove_active_user", false]], "save_features() (feature_builder.featurebuilder method)": [[2, "feature_builder.FeatureBuilder.save_features", false]], "sentence_pad() (in module features.politeness_v2_helper)": [[19, "features.politeness_v2_helper.sentence_pad", false]], "sentence_split() (in module features.politeness_v2_helper)": [[19, "features.politeness_v2_helper.sentence_split", false]], "sentenciser() (in module features.politeness_v2_helper)": [[19, "features.politeness_v2_helper.sentenciser", false]], "set_self_conv_data() (feature_builder.featurebuilder method)": [[2, "feature_builder.FeatureBuilder.set_self_conv_data", false]], "text_based_features() (utils.calculate_chat_level_features.chatlevelfeaturescalculator method)": [[64, "utils.calculate_chat_level_features.ChatLevelFeaturesCalculator.text_based_features", false]], "token_count() (in module features.politeness_v2_helper)": [[19, "features.politeness_v2_helper.token_count", false]], "train_spacy_ner() (in module features.named_entity_recognition_features)": [[15, "features.named_entity_recognition_features.train_spacy_ner", false]], "user_level_features() (feature_builder.featurebuilder method)": [[2, "feature_builder.FeatureBuilder.user_level_features", false]], "userlevelfeaturescalculator (class in utils.calculate_user_level_features)": [[66, "utils.calculate_user_level_features.UserLevelFeaturesCalculator", false]], "utils.assign_chunk_nums": [[63, "module-utils.assign_chunk_nums", false]], "utils.calculate_chat_level_features": [[64, "module-utils.calculate_chat_level_features", false]], "utils.calculate_conversation_level_features": [[65, "module-utils.calculate_conversation_level_features", false]], "utils.calculate_user_level_features": [[66, "module-utils.calculate_user_level_features", false]], "utils.check_embeddings": [[67, "module-utils.check_embeddings", false]], "utils.gini_coefficient": [[68, "module-utils.gini_coefficient", false]], "utils.preload_word_lists": [[70, "module-utils.preload_word_lists", false]], "utils.preprocess": [[71, "module-utils.preprocess", false]], "utils.summarize_features": [[72, "module-utils.summarize_features", false]], "utils.zscore_chats_and_conversation": [[73, "module-utils.zscore_chats_and_conversation", false]], "word_start() (in module features.politeness_v2_helper)": [[19, "features.politeness_v2_helper.word_start", false]]}, "objects": {"": [[2, 0, 0, "-", "feature_builder"]], "feature_builder": [[2, 1, 1, "", "FeatureBuilder"]], "feature_builder.FeatureBuilder": [[2, 2, 1, "", "chat_level_features"], [2, 2, 1, "", "conv_level_features"], [2, 2, 1, "", "featurize"], [2, 2, 1, "", "get_first_pct_of_chat"], [2, 2, 1, "", "merge_conv_data_with_original"], [2, 2, 1, "", "preprocess_chat_data"], [2, 2, 1, "", "save_features"], [2, 2, 1, "", "set_self_conv_data"], [2, 2, 1, "", "user_level_features"]], "features": [[3, 0, 0, "-", "basic_features"], [4, 0, 0, "-", "burstiness"], [5, 0, 0, "-", "certainty"], [6, 0, 0, "-", "discursive_diversity"], [7, 0, 0, "-", "fflow"], [8, 0, 0, "-", "get_all_DD_features"], [9, 0, 0, "-", "get_user_network"], [10, 0, 0, "-", "hedge"], [12, 0, 0, "-", "info_exchange_zscore"], [13, 0, 0, "-", "information_diversity"], [14, 0, 0, "-", "lexical_features_v2"], [15, 0, 0, "-", "named_entity_recognition_features"], [16, 0, 0, "-", "other_lexical_features"], [17, 0, 0, "-", "politeness_features"], [18, 0, 0, "-", "politeness_v2"], [19, 0, 0, "-", "politeness_v2_helper"], [20, 0, 0, "-", "question_num"], [21, 0, 0, "-", "readability"], [22, 0, 0, "-", "reddit_tags"], [23, 0, 0, "-", "temporal_features"], [24, 0, 0, "-", "textblob_sentiment_analysis"], [25, 0, 0, "-", "turn_taking_features"], [26, 0, 0, "-", "variance_in_DD"], [27, 0, 0, "-", "within_person_discursive_range"], [28, 0, 0, "-", "word_mimicry"]], "features.basic_features": [[3, 3, 1, "", "count_characters"], [3, 3, 1, "", "count_messages"], [3, 3, 1, "", "count_words"]], "features.burstiness": [[4, 3, 1, "", "burstiness"], [4, 3, 1, "", "get_team_burstiness"]], "features.certainty": [[5, 3, 1, "", "get_certainty"]], "features.discursive_diversity": [[6, 3, 1, "", "get_DD"], [6, 3, 1, "", "get_cosine_similarity"], [6, 3, 1, "", "get_unique_pairwise_combos"]], "features.fflow": [[7, 3, 1, "", "get_forward_flow"]], "features.get_all_DD_features": [[8, 3, 1, "", "conv_to_float_arr"], [8, 3, 1, "", "get_DD_features"]], "features.get_user_network": [[9, 3, 1, "", "get_user_network"], [9, 3, 1, "", "remove_active_user"]], "features.hedge": [[10, 3, 1, "", "is_hedged_sentence_1"]], "features.info_exchange_zscore": [[12, 3, 1, "", "get_info_exchange_wordcount"]], "features.information_diversity": [[13, 3, 1, "", "calculate_ID_score"], [13, 3, 1, "", "get_info_diversity"], [13, 3, 1, "", "info_diversity"], [13, 3, 1, "", "preprocessing"]], "features.lexical_features_v2": [[14, 3, 1, "", "get_liwc_count"], [14, 3, 1, "", "liwc_features"]], "features.named_entity_recognition_features": [[15, 3, 1, "", "built_spacy_ner"], [15, 3, 1, "", "calculate_named_entities"], [15, 3, 1, "", "named_entities"], [15, 3, 1, "", "num_named_entity"], [15, 3, 1, "", "train_spacy_ner"]], "features.other_lexical_features": [[16, 3, 1, "", "classify_NTRI"], [16, 3, 1, "", "get_proportion_first_pronouns"], [16, 3, 1, "", "get_word_TTR"]], "features.politeness_features": [[17, 3, 1, "", "get_politeness_strategies"]], "features.politeness_v2": [[18, 3, 1, "", "get_politeness_v2"]], "features.politeness_v2_helper": [[19, 3, 1, "", "Question"], [19, 3, 1, "", "adverb_limiter"], [19, 3, 1, "", "bare_command"], [19, 3, 1, "", "clean_text"], [19, 3, 1, "", "commit_data"], [19, 3, 1, "", "conjection_seperator"], [19, 3, 1, "", "count_matches"], [19, 3, 1, "", "count_spacy_matches"], [19, 3, 1, "", "feat_counts"], [19, 3, 1, "", "get_dep_pairs"], [19, 3, 1, "", "get_dep_pairs_noneg"], [19, 3, 1, "", "load_saved_data"], [19, 3, 1, "", "load_to_dict"], [19, 3, 1, "", "load_to_lists"], [19, 3, 1, "", "phrase_split"], [19, 3, 1, "", "prep_simple"], [19, 3, 1, "", "prep_whole"], [19, 3, 1, "", "punctuation_seperator"], [19, 3, 1, "", "sentence_pad"], [19, 3, 1, "", "sentence_split"], [19, 3, 1, "", "sentenciser"], [19, 3, 1, "", "token_count"], [19, 3, 1, "", "word_start"]], "features.question_num": [[20, 3, 1, "", "calculate_num_question_naive"]], "features.readability": [[21, 3, 1, "", "classify_text_dalechall"], [21, 3, 1, "", "count_difficult_words"], [21, 3, 1, "", "count_syllables"], [21, 3, 1, "", "dale_chall_helper"]], "features.reddit_tags": [[22, 3, 1, "", "count_all_caps"], [22, 3, 1, "", "count_bullet_points"], [22, 3, 1, "", "count_ellipses"], [22, 3, 1, "", "count_emojis"], [22, 3, 1, "", "count_emphasis"], [22, 3, 1, "", "count_line_breaks"], [22, 3, 1, "", "count_links"], [22, 3, 1, "", "count_numbering"], [22, 3, 1, "", "count_parentheses"], [22, 3, 1, "", "count_quotes"], [22, 3, 1, "", "count_responding_to_someone"], [22, 3, 1, "", "count_user_references"]], "features.temporal_features": [[23, 3, 1, "", "coerce_to_date_or_number"], [23, 3, 1, "", "get_time_diff"], [23, 3, 1, "", "get_time_diff_startend"]], "features.textblob_sentiment_analysis": [[24, 3, 1, "", "get_polarity_score"], [24, 3, 1, "", "get_subjectivity_score"]], "features.turn_taking_features": [[25, 3, 1, "", "count_turn_taking_index"], [25, 3, 1, "", "count_turns"], [25, 3, 1, "", "get_turn"]], "features.variance_in_DD": [[26, 3, 1, "", "get_variance_in_DD"]], "features.within_person_discursive_range": [[27, 3, 1, "", "get_nan_vector"], [27, 3, 1, "", "get_within_person_disc_range"]], "features.word_mimicry": [[28, 3, 1, "", "Content_mimicry_score"], [28, 3, 1, "", "Content_mimicry_score_per_conv"], [28, 3, 1, "", "computeTF"], [28, 3, 1, "", "compute_frequency"], [28, 3, 1, "", "compute_frequency_per_conv"], [28, 3, 1, "", "function_mimicry_score"], [28, 3, 1, "", "get_content_words_in_message"], [28, 3, 1, "", "get_function_words_in_message"], [28, 3, 1, "", "get_mimicry_bert"], [28, 3, 1, "", "get_moving_mimicry"], [28, 3, 1, "", "mimic_words"]], "utils": [[63, 0, 0, "-", "assign_chunk_nums"], [64, 0, 0, "-", "calculate_chat_level_features"], [65, 0, 0, "-", "calculate_conversation_level_features"], [66, 0, 0, "-", "calculate_user_level_features"], [67, 0, 0, "-", "check_embeddings"], [68, 0, 0, "-", "gini_coefficient"], [70, 0, 0, "-", "preload_word_lists"], [71, 0, 0, "-", "preprocess"], [72, 0, 0, "-", "summarize_features"], [73, 0, 0, "-", "zscore_chats_and_conversation"]], "utils.assign_chunk_nums": [[63, 3, 1, "", "assign_chunk_nums"], [63, 3, 1, "", "create_chunks"], [63, 3, 1, "", "create_chunks_messages"], [63, 3, 1, "", "reduce_chunks"]], "utils.calculate_chat_level_features": [[64, 1, 1, "", "ChatLevelFeaturesCalculator"]], "utils.calculate_chat_level_features.ChatLevelFeaturesCalculator": [[64, 2, 1, "", "calculate_chat_level_features"], [64, 2, 1, "", "calculate_hedge_features"], [64, 2, 1, "", "calculate_politeness_sentiment"], [64, 2, 1, "", "calculate_politeness_v2"], [64, 2, 1, "", "calculate_textblob_sentiment"], [64, 2, 1, "", "calculate_vector_word_mimicry"], [64, 2, 1, "", "calculate_word_mimicry"], [64, 2, 1, "", "concat_bert_features"], [64, 2, 1, "", "get_certainty_score"], [64, 2, 1, "", "get_dale_chall_score_and_classfication"], [64, 2, 1, "", "get_forward_flow"], [64, 2, 1, "", "get_named_entity"], [64, 2, 1, "", "get_reddit_features"], [64, 2, 1, "", "get_temporal_features"], [64, 2, 1, "", "info_exchange"], [64, 2, 1, "", "lexical_features"], [64, 2, 1, "", "other_lexical_features"], [64, 2, 1, "", "positivity_zscore"], [64, 2, 1, "", "text_based_features"]], "utils.calculate_conversation_level_features": [[65, 1, 1, "", "ConversationLevelFeaturesCalculator"]], "utils.calculate_conversation_level_features.ConversationLevelFeaturesCalculator": [[65, 2, 1, "", "calculate_conversation_level_features"], [65, 2, 1, "", "calculate_info_diversity"], [65, 2, 1, "", "calculate_team_burstiness"], [65, 2, 1, "", "get_conversation_level_aggregates"], [65, 2, 1, "", "get_discursive_diversity_features"], [65, 2, 1, "", "get_gini_features"], [65, 2, 1, "", "get_turn_taking_features"], [65, 2, 1, "", "get_user_level_aggregates"]], "utils.calculate_user_level_features": [[66, 1, 1, "", "UserLevelFeaturesCalculator"]], "utils.calculate_user_level_features.UserLevelFeaturesCalculator": [[66, 2, 1, "", "calculate_user_level_features"], [66, 2, 1, "", "get_centroids"], [66, 2, 1, "", "get_user_level_averaged_features"], [66, 2, 1, "", "get_user_level_summary_statistics_features"], [66, 2, 1, "", "get_user_level_summed_features"], [66, 2, 1, "", "get_user_network"]], "utils.check_embeddings": [[67, 3, 1, "", "check_embeddings"], [67, 3, 1, "", "generate_bert"], [67, 3, 1, "", "generate_certainty_pkl"], [67, 3, 1, "", "generate_lexicon_pkl"], [67, 3, 1, "", "generate_vect"], [67, 3, 1, "", "get_sentiment"], [67, 3, 1, "", "read_in_lexicons"]], "utils.gini_coefficient": [[68, 3, 1, "", "get_gini"], [68, 3, 1, "", "gini_coefficient"]], "utils.preload_word_lists": [[70, 3, 1, "", "get_dale_chall_easy_words"], [70, 3, 1, "", "get_first_person_words"], [70, 3, 1, "", "get_function_words"], [70, 3, 1, "", "get_question_words"]], "utils.preprocess": [[71, 3, 1, "", "assert_key_columns_present"], [71, 3, 1, "", "compress"], [71, 3, 1, "", "create_cumulative_rows"], [71, 3, 1, "", "get_turn_id"], [71, 3, 1, "", "preprocess_conversation_columns"], [71, 3, 1, "", "preprocess_naive_turns"], [71, 3, 1, "", "preprocess_text"], [71, 3, 1, "", "preprocess_text_lowercase_but_retain_punctuation"]], "utils.summarize_features": [[72, 3, 1, "", "get_average"], [72, 3, 1, "", "get_max"], [72, 3, 1, "", "get_min"], [72, 3, 1, "", "get_stdev"], [72, 3, 1, "", "get_sum"], [72, 3, 1, "", "get_user_average_dataframe"], [72, 3, 1, "", "get_user_sum_dataframe"]], "utils.zscore_chats_and_conversation": [[73, 3, 1, "", "get_zscore_across_all_chats"], [73, 3, 1, "", "get_zscore_across_all_conversations"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "method", "Python method"], "3": ["py", "function", "Python function"]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:method", "3": "py:function"}, "terms": {"": [0, 1, 2, 4, 5, 9, 11, 13, 25, 28, 29, 31, 32, 34, 35, 36, 40, 41, 42, 43, 44, 45, 46, 47, 49, 50, 51, 52, 55, 59, 61, 62, 64, 65, 66], "0": [0, 1, 2, 5, 10, 13, 16, 21, 24, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 45, 46, 47, 50, 51, 53, 55, 59, 61], "000": 42, "00222437221134802": [5, 64], "01": 51, "02": 51, "04": 40, "0496": [21, 33], "05": [13, 40, 50, 51], "06": 51, "08": 50, "09": [45, 46, 50], "1": [0, 1, 2, 3, 10, 13, 22, 24, 32, 34, 35, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 51, 53, 55, 56, 57, 59, 61, 62], "10": [1, 5, 6, 21, 24, 33, 42, 59, 61, 64], "100": [1, 21, 33, 37, 42, 47, 62], "1000": 42, "10th": 33, "1145": [21, 24], "1177": [5, 64], "11th": 33, "12": [35, 45, 46, 50], "1287": 6, "12th": 33, "13": 50, "14": 50, "15": [37, 50], "1579": [21, 33], "17": 50, "1948": 33, "195": 36, "1977": 62, "1lpngokujsx": 5, "1st": 50, "1st_person": 50, "1st_person_pl": 50, "1st_person_start": 50, "2": [1, 2, 34, 35, 41, 47, 59, 61, 62], "20": [37, 59], "2004": 42, "2007": [5, 42], "2009": 60, "2012": 55, "2013": [12, 16, 31, 32, 36, 37, 38, 41, 43, 50, 52, 54, 70], "2015": [53, 58, 60], "2016": 4, "2017": 13, "2018": [40, 44, 55], "2019": [35, 52], "2020": [18, 21, 24, 33, 49, 50, 56, 57], "2021": [1, 6, 43, 44], "2022": [13, 34], "2023": [1, 5, 30, 59, 61, 64], "2024": 40, "21": 59, "22": [41, 50], "2384068": 4, "24": [1, 61], "25": 47, "27": 50, "28": 50, "29": 50, "2nd": 50, "2nd_person": 50, "2nd_person_start": 50, "3": [0, 1, 2, 21, 34, 41, 42, 51, 59, 61, 71], "30": 50, "3000": 33, "32": [34, 50], "3432929": [21, 24], "35": 51, "36": 50, "38": 50, "39": 49, "39512260": 68, "3n": 59, "4": [0, 1, 5, 13, 21, 30, 33, 41, 42, 56, 61, 62], "4274": 6, "43": 50, "45": 50, "47": 50, "49": 50, "4pit4bqz6": 5, "4th": [21, 33], "5": [1, 5, 21, 30, 33, 37, 41, 59], "50": [1, 47], "52": 50, "53": 50, "57": 50, "58": 50, "5th": 33, "6": [1, 33, 43], "60": 51, "63": 50, "6365": 21, "64": 67, "68": 47, "6th": 33, "7": [30, 33, 48], "70": 50, "78": [35, 50], "7th": 33, "8": [1, 30, 33], "80": [21, 70], "82": 41, "85": 34, "86": 35, "87": 50, "89": [45, 46], "8th": 33, "9": [2, 5, 21, 30, 33, 40, 47, 50], "9123": 47, "92": 51, "93chall_readability_formula": [21, 70], "94": 15, "95": 47, "97": 51, "9855072464": 47, "9992": 47, "99954": 47, "9th": 33, "A": [1, 2, 4, 12, 13, 14, 15, 16, 17, 18, 19, 21, 23, 25, 28, 33, 34, 35, 37, 38, 40, 41, 44, 45, 46, 47, 49, 50, 51, 52, 57, 59, 60, 61, 62, 66, 67, 68, 70, 71, 72, 73], "And": [1, 62], "As": [1, 31, 35, 36, 40, 45, 61], "But": [1, 50, 62], "By": [1, 42, 50], "For": [0, 1, 31, 34, 37, 41, 42, 43, 47, 49, 54, 56, 59, 62, 65], "If": [0, 1, 2, 5, 21, 29, 30, 35, 45, 47, 50, 55, 61, 62, 63, 64, 67, 71], "In": [1, 21, 30, 31, 34, 35, 36, 37, 39, 41, 42, 45, 46, 47, 50, 55, 59, 61, 62], "It": [1, 2, 31, 32, 33, 36, 37, 41, 44, 45, 46, 50, 64, 65, 66, 67, 71], "NO": 37, "NOT": [1, 61], "No": [19, 53], "Not": 41, "One": [1, 37, 61], "That": [29, 55], "The": [1, 2, 3, 4, 5, 7, 9, 10, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 60, 63, 64, 65, 66, 67, 68, 69, 71, 72, 73], "Then": [1, 55, 61], "There": [1, 11, 32, 61, 66], "These": [1, 11, 17, 32, 34, 42, 48, 52, 61, 62, 69], "To": [0, 1, 29, 31, 34, 37, 40, 55, 56, 57, 61, 62], "WITH": 21, "Will": 50, "_deviat": 55, "_preprocessed_": 0, "abil": [13, 29], "abl": [31, 36, 61], "abort": 1, "about": [1, 12, 29, 31, 36, 41, 47, 61, 62], "abov": [1, 21, 34, 61], "abstract_id": 4, "accept": [0, 1, 58, 61], "access": [0, 1, 15, 61], "accommod": [28, 32, 39, 45, 46, 64, 65, 66], "accord": [21, 37, 59, 64, 70], "accordingli": 63, "account": [1, 29, 32, 42], "accus": 50, "achiev": [50, 62], "acknowledg": 49, "acm": [21, 24], "acommod": 36, "across": [1, 13, 28, 31, 34, 40, 41, 50, 62, 64, 73], "action": 59, "activ": [1, 9, 44, 55, 71], "actual": [41, 56], "ad": [61, 62, 71], "adapt": 59, "add": [0, 1, 2, 21, 51, 61], "addit": [0, 2, 32, 34, 42, 63, 69], "addition": [0, 30, 31, 32, 54], "address": 1, "adjac": 71, "adjust": [0, 21, 37, 63], "advanc": [31, 36], "advantag": 4, "adverb": [19, 31, 36], "adverb_limit": [19, 49], "affect": [0, 1, 29, 35, 44], "affirm": 49, "after": [0, 1, 31, 34, 36, 43, 61, 62, 64], "again": [32, 34], "against": [28, 31, 36, 52], "agarw": 62, "aggreg": [0, 1, 3, 11, 37, 44, 61, 62, 65, 66, 72], "agre": 47, "agreement": 49, "ah": [31, 36], "ai": 62, "aim": [39, 62], "airtim": [37, 62], "al": [1, 5, 16, 18, 21, 24, 30, 31, 32, 33, 34, 35, 36, 38, 42, 43, 44, 49, 50, 52, 53, 54, 56, 57, 58, 59, 60, 64], "algorithm": [56, 57], "align": [35, 51], "all": [0, 1, 2, 6, 12, 13, 15, 19, 22, 28, 30, 31, 34, 35, 36, 37, 40, 41, 42, 46, 48, 49, 51, 52, 55, 58, 61, 62, 64, 66, 71, 73], "allow": 1, "almaatouq": 59, "along": 1, "alongsid": 1, "alphabet": 49, "alphanumer": 71, "alreadi": [0, 1, 2, 4, 10, 12, 16, 67], "also": [0, 1, 2, 28, 30, 31, 32, 34, 36, 37, 38, 42, 47, 51, 54, 60, 61, 62, 64, 65, 67, 69, 71], "alsobai": 59, "altern": 59, "although": [1, 23, 31, 36], "alwai": [1, 55], "am": [31, 36, 42, 54, 62], "amaz": [48, 56], "ambient": 32, "american": 33, "ami": [47, 59, 62], "amic": 62, "among": [36, 37, 52, 55, 62], "amongst": [6, 35, 48], "an": [1, 2, 5, 8, 11, 12, 13, 21, 29, 30, 31, 32, 33, 34, 36, 38, 40, 41, 42, 45, 47, 48, 50, 51, 52, 54, 59, 60, 61, 62, 63, 65, 66, 68], "analys": [1, 62], "analysi": [0, 1, 11, 52, 62, 67, 71], "analyt": 62, "analyz": [0, 1, 2, 13, 14, 16, 17, 19, 20, 21, 22, 24, 28, 43, 52, 62, 67, 71], "analyze_first_pct": [0, 1, 2], "angri": 47, "ani": [0, 1, 29, 31, 33, 38, 54, 62, 71], "annot": [17, 50], "anoth": [30, 34, 36, 48], "answer": 29, "anybodi": [31, 36], "anyth": [1, 2, 23, 31, 36, 56], "anywher": [31, 36], "apartment": 42, "api": 47, "api_refer": 24, "apolog": [17, 50], "apologi": 49, "appear": [0, 15, 28, 31, 37, 38, 42, 64], "append": [1, 17, 64, 65, 66, 67], "appli": [4, 13, 18, 62, 64, 69], "applic": [29, 71], "appreci": 50, "approach": [32, 38, 42, 45, 46, 49, 53, 64], "appropri": [31, 69], "ar": [0, 1, 2, 3, 5, 9, 10, 11, 15, 17, 19, 21, 23, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 51, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 69, 71], "arcross": 34, "area": 62, "aren": [31, 36], "around": 2, "arous": 48, "arrai": [6, 8, 68], "articl": [37, 50], "ask": [20, 47, 54], "ask_ag": 49, "aspect": [50, 62], "assert_key_columns_pres": 71, "assign": [1, 31, 36, 38, 45, 46, 52, 59, 61, 63, 71], "assign_chunk_num": 69, "associ": [4, 15, 21, 29, 30, 31, 32, 36, 40, 45, 46, 47, 48, 61], "assum": [0, 1, 2, 10, 12, 16, 23, 31, 41, 60, 61, 71], "assumpt": [1, 41, 61], "asterisk": 22, "attribut": [1, 11, 34, 51, 52, 56, 62], "author": [5, 31, 36, 59], "auto": 2, "automat": [0, 1, 61, 69], "auxiliari": [31, 36], "avail": [1, 61, 62, 63, 64, 67], "averag": [11, 13, 28, 30, 33, 34, 35, 40, 41, 46, 52, 64, 65, 66, 72], "avil": 62, "avoid": 30, "awar": 29, "awesom": 62, "b": [4, 34, 35, 45, 46, 55, 62], "back": 62, "bag": [32, 38, 42, 45, 46, 49, 53, 56, 57], "bare_command": [19, 49], "base": [0, 1, 2, 15, 18, 19, 31, 32, 34, 35, 36, 37, 40, 42, 51, 52, 53, 54, 55, 56, 57, 61, 62, 63, 64, 65, 66, 71], "basic": [10, 11, 12, 16, 61, 62], "basic_featur": 11, "batch": 67, "batch_num": 1, "batch_siz": 67, "bay": [56, 57], "bbevi": 18, "becaus": [1, 2, 12, 21, 31, 36, 40, 56, 61], "becom": [44, 61, 62], "been": [1, 2, 12, 16, 31, 36, 61], "befor": [0, 1, 2, 17, 31, 36, 45, 48], "beforehand": 64, "begin": [34, 54, 58, 61, 62, 63], "behavior": [0, 2, 62, 63], "being": [4, 13, 14, 16, 17, 20, 21, 24, 31, 32, 36, 43, 47, 51, 55, 56, 60], "belong": [1, 42], "below": [1, 11, 21, 33, 36, 45, 48, 51, 61, 62, 69], "ber": 54, "bert": [0, 1, 31, 35, 36, 39, 46, 61, 64, 67], "bert_path": 67, "bert_sentiment_data": [1, 61, 64], "best": 29, "better": [31, 61], "between": [4, 6, 13, 21, 23, 24, 28, 30, 31, 34, 35, 36, 37, 40, 45, 46, 55, 58, 59, 62, 64, 65], "betwen": 34, "beyond": 2, "big": 59, "binari": [10, 32, 38], "blame": 47, "blob": [1, 24, 61], "block": [22, 32, 48, 59], "blog": 15, "bold": [22, 64], "bool": [2, 63, 67, 71], "bootstrap": 62, "both": [1, 2, 42, 52, 54, 55, 59, 62], "bother": 50, "bottom": 59, "bought": 41, "bound": [29, 35, 36, 37, 42, 52, 55], "boundari": [34, 35], "break": [22, 48, 64], "brief": 44, "broader": 52, "broken": 59, "btw": 50, "bug": [1, 61], "build": [1, 7, 34, 45, 46, 62], "built": 11, "built_spacy_n": 15, "bullet": [22, 48, 64], "bunch": 59, "burst": 58, "bursti": [1, 11, 39, 58, 61, 65], "by_the_wai": 49, "c": [12, 34, 35, 45, 46, 62], "cach": [0, 1, 2, 51, 61], "calcul": [2, 5, 11, 12, 16, 18, 21, 28, 33, 41, 48, 49, 50, 56, 57, 58, 60, 62, 63, 64, 65, 66, 67, 68, 72, 73], "calculate_chat_level_featur": [1, 61, 69], "calculate_conversation_level_featur": 69, "calculate_hedge_featur": 64, "calculate_id_scor": 13, "calculate_info_divers": 65, "calculate_named_ent": 15, "calculate_num_question_na": 20, "calculate_politeness_senti": 64, "calculate_politeness_v2": 64, "calculate_team_bursti": 65, "calculate_textblob_senti": 64, "calculate_user_level_featur": 69, "calculate_vector_word_mimicri": 64, "calculate_word_mimicri": 64, "call": [1, 2, 8, 13, 61, 62, 64, 69], "can": [0, 1, 11, 23, 31, 32, 33, 34, 36, 37, 42, 43, 44, 47, 48, 49, 50, 52, 54, 60, 61, 62, 69], "can_you": 49, "cannot": [1, 31, 36, 45, 46, 49, 62], "cao": [21, 24, 33, 43, 44, 56, 57, 62], "cap": [22, 48, 64], "capit": [0, 2, 48], "captur": [29, 30, 32, 34, 35, 38, 41, 42, 55], "caract": 40, "cardiffnlp": [1, 61], "carefulli": 60, "carri": 31, "casa_token": 5, "case": [1, 13, 16, 28, 29, 30, 31, 36, 37, 41, 45, 46, 51, 55, 56, 59, 61], "casual": 43, "categori": [21, 32, 45, 46, 49, 52], "caus": [31, 32, 36, 59], "caveat": 1, "center": 62, "central": 34, "centroid": [34, 66], "certain": [5, 19, 30, 42, 45, 46, 49], "certainli": 42, "certainti": [11, 38, 39, 42, 64, 67], "cfm": 4, "chall": [1, 21, 39, 64, 70], "chang": [1, 34, 50, 61, 71], "charact": [2, 3, 15, 19, 37, 49, 62, 64, 65, 66, 71], "characterist": 62, "chat": [0, 1, 2, 4, 5, 6, 7, 8, 12, 13, 14, 16, 23, 25, 28, 29, 32, 35, 36, 41, 44, 45, 46, 49, 59, 61, 63, 64, 65, 66, 67, 68, 69, 71, 72, 73], "chat_data": [2, 6, 7, 8, 26, 27, 28, 63, 64, 65, 66, 67, 71], "chat_df": 14, "chat_featur": [1, 61], "chat_level_data": 72, "chat_level_featur": 2, "chatlevelfeaturescalcul": [1, 2, 17, 21, 61, 64, 69], "chats_data": 73, "check": [19, 23, 44, 64, 67, 71], "check_embed": [1, 61, 69], "chen": 62, "choos": 60, "chose": 1, "chronolog": 1, "chunk": [34, 59, 63], "chunk_num": 63, "circlelyt": 13, "citat": [21, 24], "cite": 50, "clarif": [16, 32, 64], "class": [1, 2, 31, 61, 62, 64, 65, 66], "classif": [21, 64], "classifi": [16, 21, 50, 56, 57], "classify_ntri": 16, "classify_text_dalechal": 21, "clean": [2, 17, 19, 67], "clean_text": 19, "clear": 1, "close": [31, 48, 62], "closer": [45, 46, 59], "clue": 62, "cmu": 12, "code": [6, 18, 29, 32, 51, 55, 61, 62, 68], "coeffici": [4, 39, 62, 65, 68], "coerce_to_date_or_numb": 23, "cognit": 62, "col": 2, "colab": [0, 1], "collabor": [59, 62], "collaps": 2, "collect": [1, 2, 34, 49, 50, 52, 61, 62], "colleg": 33, "column": [0, 2, 4, 6, 7, 8, 9, 12, 13, 14, 16, 18, 23, 25, 28, 51, 56, 62, 63, 64, 65, 66, 67, 68, 71, 72, 73], "column_count_frequ": 28, "column_count_mim": 28, "column_mimc": 28, "column_nam": 71, "column_to_summar": 72, "com": [1, 2, 4, 5, 13, 15, 18, 64, 68, 71], "comb": 62, "combin": [0, 1, 6, 28, 64, 71], "come": [1, 12, 13, 21, 32, 33, 58, 61], "comm": [1, 61], "command": [1, 61], "comment": 48, "commit": 23, "commit_data": 19, "common": [0, 32, 62, 64], "commonli": 37, "commun": [0, 1, 11, 44, 48, 55, 60, 62, 64], "companion": 1, "compar": [2, 31, 35, 44, 45, 52, 64, 71, 73], "compat": [1, 61], "complement": [31, 36], "complet": [1, 2, 31, 55], "complex": [0, 35, 43, 50, 62], "compon": 50, "comprehens": [33, 48], "compress": 71, "comput": [0, 2, 4, 5, 6, 10, 11, 12, 13, 14, 28, 29, 30, 31, 34, 35, 36, 37, 40, 41, 42, 45, 46, 49, 52, 55, 62, 64, 65, 66, 69, 73], "compute_frequ": 28, "compute_frequency_per_conv": 28, "compute_vectors_from_preprocess": [0, 2], "computetf": 28, "conain": 61, "concat_bert_featur": [1, 61, 64], "concaten": [19, 49, 64, 71], "concentr": 55, "concept": [29, 39, 42, 62], "conceptu": [61, 62], "concis": 43, "concret": 29, "conduct": 1, "confid": [2, 5, 15, 30, 47, 64], "conflict": 62, "confound": 44, "congruent": 34, "conjection_seper": 19, "conjunct": [19, 31, 36, 49], "conjunction_start": 49, "connect": 39, "conscious": 35, "consecut": 22, "consequ": 0, "consid": [1, 33, 37], "consider": [61, 62], "consist": [31, 36, 40, 41], "constitut": 41, "constrain": [34, 35], "construct": [11, 55, 62], "constructor": 47, "consult": 5, "contain": [1, 2, 3, 4, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 23, 25, 28, 29, 30, 35, 38, 42, 47, 49, 55, 61, 62, 63, 64, 67, 71, 72, 73], "content": [0, 1, 12, 13, 28, 34, 36, 39, 41, 42, 45, 46, 62, 64, 67], "content_mimicry_scor": 28, "content_mimicry_score_per_conv": 28, "content_word_accommod": 31, "content_word_accommodation_per_conv": 31, "content_word_mimicri": 28, "context": [2, 32, 42, 48, 62, 71], "continu": [56, 57], "contract": 49, "contrast": 39, "contribut": [13, 34, 37, 62], "control": 1, "conv": [1, 61], "conv_data": [2, 65], "conv_features_al": [1, 61], "conv_features_bas": [1, 61], "conv_level_featur": 2, "conv_to_float_arr": 8, "convei": [6, 34, 52], "conveni": [1, 61], "convers": [0, 2, 3, 4, 6, 7, 8, 9, 12, 13, 23, 25, 28, 29, 31, 34, 35, 36, 37, 40, 41, 43, 44, 45, 46, 47, 48, 49, 50, 52, 55, 58, 59, 61, 63, 64, 65, 66, 68, 71, 72, 73], "conversation_id": [2, 28, 61, 71], "conversation_id_col": [0, 1, 2, 4, 6, 7, 8, 9, 13, 23, 25, 26, 27, 61, 63, 64, 65, 66, 68, 72, 73], "conversation_num": [0, 1, 2, 6, 7, 66, 71, 73], "conversationlevelfeaturescalcul": [2, 65, 69], "convert": [8, 41, 49, 71], "convict": 5, "convokit": [17, 50, 62, 64], "coordin": 55, "copi": [0, 1], "copular": [31, 36], "core": [34, 69], "cornel": 17, "corpu": 50, "corrado": 37, "correl": [41, 55], "correspond": [30, 34, 35, 40, 49, 55, 66], "cosin": [6, 7, 13, 28, 31, 34, 35, 36, 40, 45, 46, 65], "could": [1, 31, 33, 36, 50, 54], "could_you": 49, "couldn": [31, 36], "count": [1, 3, 12, 14, 15, 16, 19, 21, 25, 28, 30, 31, 32, 36, 39, 41, 43, 44, 49, 52, 53, 54, 56, 58, 64, 65, 66], "count_all_cap": 22, "count_bullet_point": 22, "count_charact": 3, "count_difficult_word": 21, "count_ellips": 22, "count_emoji": 22, "count_emphasi": 22, "count_line_break": 22, "count_link": 22, "count_match": [19, 49], "count_messag": 3, "count_numb": 22, "count_parenthes": 22, "count_quot": 22, "count_responding_to_someon": 22, "count_spacy_match": 19, "count_syl": 21, "count_turn": 25, "count_turn_taking_index": 25, "count_user_refer": 22, "count_word": 3, "countabl": 65, "countd": 36, "counterfactu": 50, "cours": [16, 31, 34, 36, 63], "cover": 28, "creat": [0, 1, 2, 13, 19, 31, 40, 42, 61, 62, 64, 65, 66, 71], "create_chunk": 63, "create_chunks_messag": 63, "create_cumulative_row": 71, "credit": 33, "crowd": 13, "csv": [1, 2, 61, 62, 67], "cumul": [1, 2, 71], "cumulative_group": [0, 1, 2, 71], "current": [1, 11, 23, 31, 34, 35, 36, 40, 45, 46, 58, 61, 64, 71], "curt": 43, "custom": [0, 62], "custom_featur": [0, 1, 2, 61], "customiz": 62, "cut": 1, "cutoff": [2, 15, 47, 64], "d": [1, 31, 34, 36, 61], "dale": [1, 21, 39, 64, 70], "dale_chall_help": 21, "danescu": 50, "dash": 22, "data": [0, 2, 6, 7, 8, 9, 13, 19, 20, 32, 37, 40, 41, 47, 51, 55, 61, 62, 63, 64, 65, 66, 67, 68, 71, 72, 73], "datafram": [0, 1, 2, 4, 6, 7, 8, 9, 12, 13, 14, 15, 16, 17, 18, 19, 23, 25, 28, 37, 47, 49, 59, 61, 62, 63, 64, 65, 66, 67, 68, 71, 72, 73], "dataknowsal": 15, "dataset": [1, 2, 9, 12, 13, 28, 31, 41, 47, 52, 61, 64, 65, 66, 73], "date": [1, 61], "datetim": [23, 58], "dcosta": 62, "deal": [50, 59], "death": 1, "debat": 59, "decid": 62, "decis": [1, 13, 62], "declar": [1, 62, 69], "deepli": 62, "default": [0, 1, 2, 5, 13, 16, 30, 34, 35, 42, 47, 62, 63, 66, 67, 71, 73], "defer": [17, 50], "defin": [0, 11, 21, 31, 34, 36, 40, 59, 62, 64, 65, 66, 70], "definit": [1, 3, 44], "degre": [6, 30, 36, 45, 46, 55], "delet": 29, "deliber": 1, "demo": 61, "democrat": 1, "demystifi": 62, "denomin": 59, "densiti": 60, "dep_": 49, "dep_pair": 19, "depend": [0, 1, 10, 19, 32, 49, 52, 61, 63], "deriv": [2, 11, 65, 66], "describ": [1, 11, 62], "descript": [1, 61], "design": [0, 1, 2, 13, 34, 62], "desir": [2, 63, 72], "detail": [0, 33, 41, 43, 61, 62], "detect": [1, 32, 37, 38, 47, 48, 49, 54], "determin": [13, 18, 31, 35, 36, 40, 45, 46, 71], "dev": 24, "develop": [5, 37, 40, 62], "deviat": [4, 5, 29, 40, 41, 55, 58, 65, 72, 73], "df": [4, 8, 9, 12, 13, 16, 18, 23, 28, 63, 71], "dict": [17, 19, 28, 67], "dictionari": [1, 15, 17, 19, 28, 30, 42, 49, 61, 67], "did": [1, 31, 36, 37, 47, 50, 54, 62], "didn": [31, 36], "differ": [0, 1, 2, 4, 11, 12, 23, 28, 29, 31, 34, 36, 37, 39, 40, 44, 45, 46, 47, 49, 55, 62, 63, 64, 65, 66, 71], "differenti": [49, 59], "difficult": [21, 33], "difficult_word": 21, "difficulti": 33, "dimens": [40, 62], "dimension": [34, 35], "dinner": 41, "direct": [34, 43, 45, 47, 50, 69], "direct_quest": [32, 50, 54], "direct_start": 50, "directli": [1, 62, 69], "directori": [0, 2, 19, 61, 65, 67], "disagr": 49, "disagre": 51, "discours": [31, 36], "discret": [31, 36, 45, 46], "discurs": [0, 1, 6, 8, 39, 40, 61, 65, 66], "discursive_divers": 11, "discus": 8, "discuss": [0, 1, 31, 34, 39, 40, 42, 43, 61, 62, 71], "dispers": 68, "displai": [1, 34, 42, 46, 61], "dispos": 1, "distanc": [34, 35, 40], "distinct": [31, 36, 59], "distinguish": 59, "distribut": 31, "div": 16, "diverg": [6, 34, 35], "divers": [0, 1, 6, 8, 13, 39, 61, 65], "divid": [16, 34, 59, 63], "dl": [21, 24], "do": [0, 1, 29, 31, 34, 36, 37, 43, 49, 50, 54, 62, 69], "doc": 19, "doc_top": 13, "document": [1, 17, 61, 69], "doe": [1, 2, 29, 40, 42, 43, 45, 47, 54, 61, 71], "doesn": [0, 1, 2, 29, 31, 36, 45, 61], "doi": [5, 6, 21, 24, 64], "domain": [31, 50], "don": [31, 36, 49, 54, 62, 67], "done": [2, 50], "dot": 22, "doubl": 30, "down": [31, 36], "download": [1, 61], "download_resourc": [1, 61], "downstream": [17, 62], "dozen": 62, "drive": [62, 69], "driver": [2, 61, 64, 65, 66], "drop": [0, 2, 64], "due": [34, 59], "duncan": 62, "duplic": [1, 2, 71], "durat": [58, 63], "dure": [2, 55, 59, 62], "dynam": [59, 61], "e": [0, 1, 2, 4, 15, 20, 29, 30, 31, 32, 34, 35, 36, 37, 38, 41, 42, 47, 48, 49, 52, 54, 56, 59, 61, 63, 65, 66, 71], "e2": [21, 70], "each": [0, 1, 2, 3, 4, 7, 8, 9, 11, 12, 15, 17, 19, 23, 25, 28, 30, 31, 34, 35, 36, 37, 40, 41, 42, 44, 45, 46, 47, 49, 50, 51, 52, 55, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 71, 72, 73], "earlier": [0, 1, 2, 42], "easi": [1, 21, 62, 70], "easier": 21, "easili": 33, "easy_word": 21, "eat": 34, "echo": 31, "econom": 37, "edg": [29, 59], "edu": [1, 12, 16, 17, 70], "effect": [1, 41], "effici": 1, "effort": 55, "either": [20, 23, 52, 55], "elaps": [23, 58], "element": [1, 6], "ellips": [22, 48, 64], "els": [1, 22, 47, 64], "embed": [8, 31, 34, 35, 36, 45, 46, 65, 66, 67, 69], "emili": [30, 35, 45, 46, 47, 59, 62], "emoji": [22, 48, 64], "emot": [1, 61], "emoticon": 48, "emphas": [22, 48, 64], "emphasi": 48, "empirica": [1, 2, 71], "emploi": 45, "empti": [0, 2, 13], "en": [1, 21, 24, 61, 70], "en_core_web_sm": [1, 61], "enabl": 71, "enclos": 22, "encod": [1, 8], "encompass": 62, "encount": [1, 34, 35, 61], "encourag": 64, "end": [0, 1, 15, 20, 23, 34, 54, 62, 63], "engag": 43, "engin": 2, "english": [34, 42], "enjoi": 62, "ensur": [0, 1, 40, 49, 61, 63, 67, 71], "entir": [1, 12, 28, 31, 36, 40, 41, 52, 59, 62, 73], "entiti": [0, 1, 2, 15, 39, 64], "entityrecogn": 47, "entri": [1, 28, 61], "ep8dauru1ogvjurwdbof5h6ayfbslvughjyiv31d_as6ppbt": 5, "equal": [1, 21, 23, 34, 37, 40, 55, 59, 61, 62, 63], "equival": [0, 1, 41, 55, 61], "eric": 62, "error": [1, 16, 61], "especi": [41, 62], "essenti": [51, 71], "establish": 31, "estim": 31, "et": [1, 5, 16, 18, 21, 24, 30, 31, 32, 33, 34, 35, 36, 38, 42, 43, 44, 49, 50, 52, 53, 54, 56, 57, 58, 59, 60, 64], "etc": [10, 15, 16, 17, 42], "evalu": [5, 47, 50], "evan": 62, "even": [0, 1, 2, 34, 37, 42, 62, 63, 67], "evenli": [34, 55], "event": [1, 34, 55, 61], "ever": 62, "everi": [1, 4, 13, 31, 34, 35, 36, 61, 62], "everybodi": [31, 36], "everyon": [31, 36, 47, 62], "everyth": [31, 36, 56], "everywher": [31, 36], "evolut": 35, "evolv": [35, 71], "exactli": [1, 2, 71], "examin": [40, 62, 63], "exampl": [0, 10, 11, 15, 21, 24, 29, 31, 32, 34, 37, 42, 43, 48, 50, 51, 54, 56, 59, 60, 61, 62], "example_data": 1, "exce": 15, "exchang": [12, 35, 39, 40, 45, 55, 64], "exclud": [0, 41, 42], "exclus": [41, 42], "excus": 32, "exhibit": 35, "exist": [0, 1, 2, 55, 61, 62, 63, 64, 67], "expand": 49, "expect": [1, 37, 47], "expected_valu": 47, "explain": [0, 29], "explan": [29, 43], "explor": [61, 62], "express": [5, 14, 30, 31, 32, 36, 38, 42, 64], "extend": 1, "extens": [43, 44], "extent": [1, 4, 7, 12, 31, 34, 35, 37, 51, 55, 59, 61], "extern": 48, "extra": 51, "extract": [1, 17, 19, 28, 40, 50, 64], "extrem": [55, 56, 57], "face": [1, 51, 61], "facilit": [62, 71], "fact": [4, 35, 50, 54, 59], "factual": [17, 24, 50], "fail": [1, 61], "fals": [0, 1, 2, 31, 54, 61, 71], "famili": 42, "far": [34, 35, 46, 50, 62], "faster": 14, "feat_count": 19, "featuer": 2, "featur": [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 63, 64, 65, 66, 67], "feature_build": [0, 1, 61], "feature_dict": [1, 61], "feature_method": [64, 65], "feature_nam": [1, 61], "featurebuild": [0, 2, 47, 69], "features_conceptu": [1, 61], "few": [48, 62], "fewer": [12, 60], "fflow": 11, "field": [13, 17], "file": [0, 2, 12, 14, 19, 61, 65, 67], "filenam": [1, 2, 19], "filenotfounderror": 67, "fill": 71, "filler": [37, 60], "filler_paus": 49, "filter": [19, 62], "final": [1, 2, 34, 42, 62], "find": [1, 19, 28, 50], "fingertip": 62, "finit": 55, "first": [0, 1, 2, 11, 12, 16, 19, 31, 34, 35, 36, 39, 40, 41, 42, 45, 46, 49, 52, 54, 59, 61, 62, 64, 70, 71], "first_person": 12, "first_person_plur": 49, "first_person_raw": [12, 16], "first_person_singl": 49, "five": 37, "fix": 52, "flag": 71, "float": [2, 4, 5, 6, 8, 10, 13, 14, 16, 21, 24, 25, 28, 68], "floor": 59, "flow": [0, 1, 7, 31, 36, 39, 41, 45, 46, 61, 64], "focal": [31, 36], "focu": 41, "folder": [0, 1, 19], "follow": [1, 2, 16, 17, 29, 31, 32, 33, 41, 42, 47, 49, 50, 53, 55, 59, 60, 61, 64, 65], "for_m": 49, "for_you": 49, "forc": [0, 1, 61], "form": 1, "formal": [1, 61], "formal_titl": 49, "format": [1, 8, 17, 22, 47, 48, 61, 62, 64], "former": [45, 46], "formula": [33, 42, 59, 64, 70], "fornt": 1, "forward": [0, 1, 7, 39, 41, 61, 64], "forward_flow": 35, "found": [1, 5, 28, 30, 33, 61, 69], "four": [1, 8], "fourth": 33, "frac": 55, "fraction": 59, "framework": [49, 50, 62], "frequenc": [28, 31, 44, 64], "frequency_dict": 28, "fridai": 34, "from": [0, 1, 2, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 16, 19, 21, 28, 29, 31, 32, 33, 34, 35, 36, 39, 41, 42, 49, 50, 51, 53, 55, 56, 57, 58, 61, 62, 64, 65, 66, 67, 71], "full": [1, 2, 28, 37], "full_empirical_dataset": 1, "fulli": [32, 48], "functinon": 12, "function": [1, 2, 3, 4, 10, 11, 12, 13, 14, 16, 20, 21, 23, 28, 31, 39, 44, 45, 46, 50, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 73], "function_mimic_word": 28, "function_mimicry_scor": 28, "function_word_mimicri": 28, "function_word_refer": 28, "fund": 62, "further": [1, 2, 61, 71], "futur": [23, 66], "g": [0, 1, 4, 15, 20, 29, 31, 32, 36, 37, 38, 41, 42, 47, 48, 52, 54, 59, 61, 63, 65, 66, 71], "game": [1, 2, 59, 71], "gaug": [33, 52], "gener": [0, 2, 9, 11, 12, 16, 21, 31, 34, 35, 36, 40, 42, 45, 46, 49, 51, 59, 67, 69, 71, 72], "generaliz": 23, "generate_bert": 67, "generate_certainty_pkl": 67, "generate_lexicon_pkl": 67, "generate_vect": 67, "gensim": 40, "get": [0, 16, 20, 21, 28, 30, 31, 36, 49, 66], "get_all_dd_featur": 11, "get_averag": 72, "get_centroid": 66, "get_certainti": 5, "get_certainty_scor": 64, "get_content_words_in_messag": 28, "get_conversation_level_aggreg": 65, "get_cosine_similar": 6, "get_dale_chall_easy_word": [21, 70], "get_dale_chall_score_and_classf": 64, "get_dd": 6, "get_dd_featur": 8, "get_dep_pair": [19, 49], "get_dep_pairs_noneg": [19, 49], "get_discursive_diversity_featur": 65, "get_first_pct_of_chat": 2, "get_first_person_word": [12, 70], "get_forward_flow": [7, 64], "get_function_word": 70, "get_function_words_in_messag": 28, "get_gini": 68, "get_gini_featur": 65, "get_info_divers": 13, "get_info_exchange_wordcount": 12, "get_liwc_count": 14, "get_max": 72, "get_mimicry_bert": 28, "get_min": 72, "get_moving_mimicri": 28, "get_named_ent": 64, "get_nan_vector": 27, "get_polarity_scor": 24, "get_politeness_strategi": 17, "get_politeness_v2": 18, "get_proportion_first_pronoun": 16, "get_question_word": 70, "get_reddit_featur": 64, "get_senti": 67, "get_stdev": 72, "get_subjectivity_scor": 24, "get_sum": 72, "get_team_bursti": 4, "get_temporal_featur": [4, 64], "get_time_diff": 23, "get_time_diff_startend": 23, "get_turn": 25, "get_turn_id": 71, "get_turn_taking_featur": 65, "get_unique_pairwise_combo": 6, "get_user_average_datafram": 72, "get_user_level_aggreg": 65, "get_user_level_averaged_featur": 66, "get_user_level_summary_statistics_featur": 66, "get_user_level_summed_featur": 66, "get_user_network": [11, 66], "get_user_sum_datafram": 72, "get_variance_in_dd": 26, "get_within_person_disc_rang": 27, "get_word_ttr": 16, "get_zscore_across_all_chat": 73, "get_zscore_across_all_convers": 73, "gina": 62, "gini": [39, 62, 65, 68], "gini_coeffici": [11, 69], "github": [0, 1, 2, 18, 71], "give": [0, 1, 29, 37], "give_ag": 49, "given": [5, 6, 13, 14, 28, 30, 31, 33, 34, 35, 36, 40, 41, 55, 59, 66, 67, 71], "go": [1, 34, 35, 45, 46, 50, 62], "goal": 62, "good": [50, 56, 62], "goodby": 49, "googl": [0, 1], "got": [31, 36], "gotta": [31, 36], "grade": 33, "grader": 21, "grai": 35, "grammat": 36, "granularli": 35, "grate": 62, "gratitud": [17, 49, 50], "great": [47, 50, 51, 56, 59, 60, 62], "greater": 55, "greet": 50, "groceri": 41, "group": [0, 1, 2, 4, 13, 29, 33, 34, 41, 52, 59, 62, 68, 71, 72], "grouping_kei": [0, 1, 2, 71], "gt": 22, "guess": 10, "gun": 1, "gy": 15, "gym": 34, "ha": [0, 1, 2, 32, 34, 35, 37, 42, 43, 46, 52, 54, 55, 56, 59, 61, 62, 63, 71], "had": [1, 31, 36, 54, 61], "hadn": [31, 36], "handl": [19, 29, 71], "happen": [1, 2, 55, 62, 63], "happi": 42, "harder": 21, "hashedg": [17, 50], "hasn": [31, 36], "hasneg": 50, "hasposit": 50, "hate": 31, "have": [0, 1, 2, 10, 12, 16, 31, 34, 36, 37, 40, 41, 42, 45, 46, 50, 54, 59, 60, 61, 62, 71], "haven": [31, 36], "he": [1, 31, 36], "header": 18, "hear": 32, "heart": [61, 62], "heat": 1, "heavi": 62, "hedg": [11, 30, 39, 49, 50, 64], "hei": [1, 35, 45, 46, 50], "helena": [47, 62], "hello": [0, 43, 49], "help": [0, 31, 34, 36, 43, 45, 46, 52, 58, 69], "helper": [23, 67], "her": [30, 31, 36], "here": [0, 1, 29, 31, 34, 41, 42, 47, 61, 66], "herself": [31, 36], "hesit": [60, 64], "hi": [31, 35, 36, 43, 45, 46], "hierach": 71, "hierarch": 71, "high": [0, 1, 2, 61, 62, 71], "higher": [21, 31, 34, 36, 40, 41, 42, 44, 45, 46, 55, 60], "highest": 71, "highlight": 1, "him": [31, 36], "himself": [31, 36], "hmm": [31, 36], "hoc": 62, "hold": 31, "hole": 62, "home": 42, "homework": 34, "homonym": 31, "hood": 1, "hope": 35, "host": [45, 46], "hour": 48, "how": [1, 5, 28, 29, 30, 31, 34, 35, 36, 39, 43, 45, 51, 52, 54, 56, 62], "howev": [0, 1, 3, 35, 40, 42, 44, 54, 56, 61, 62], "howitwork": 1, "html": [1, 15, 17, 24, 61], "http": [1, 2, 4, 5, 6, 12, 13, 15, 16, 17, 18, 21, 24, 41, 45, 46, 47, 61, 64, 68, 70, 71], "hu": [1, 42, 62], "hug": [1, 51, 61], "huggingfac": 1, "huh": [31, 32, 36], "human": [37, 50, 62], "hyperlink": 48, "hyphen": [1, 61], "hypothet": 42, "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 19, 20, 21, 22, 23, 24, 25, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 71, 73], "iby1": 5, "id": [2, 4, 7, 23, 28, 62, 66, 68, 71, 72, 73], "idea": [12, 35, 40, 47, 51], "ident": [34, 35], "identif": 1, "identifi": [0, 1, 2, 4, 8, 9, 15, 23, 25, 30, 31, 41, 47, 50, 52, 61, 63, 64, 71, 72], "identiif": [13, 71], "ignor": [1, 32], "illustr": [1, 41, 48, 62], "imagin": 1, "immedi": [31, 35, 64], "impact": [1, 60], "impersonal_pronoun": 49, "implement": 64, "impli": 37, "import": [31, 32, 36, 44, 45, 62, 69], "incent": 13, "includ": [0, 1, 2, 10, 17, 22, 31, 32, 35, 36, 42, 45, 46, 51, 52, 56, 61, 62, 66, 71], "inclus": [13, 71], "incongru": [8, 34], "incorpor": [1, 42, 45, 46], "increas": [1, 42, 62], "increment": 71, "independ": 1, "index": [1, 2, 4, 13, 25, 37, 39, 55, 61, 65], "indic": [1, 2, 16, 21, 22, 30, 32, 34, 35, 36, 40, 41, 43, 44, 48, 49, 50, 52, 55, 60, 63, 71], "indirect": 50, "indirect_btw": 50, "indirect_greet": 50, "indirectli": 69, "individu": [0, 1, 5, 11, 31, 34, 37, 45, 50, 59, 60, 62, 72], "inequ": 37, "infer": [1, 51, 67], "influenc": 1, "info": [13, 18, 64], "info_divers": 13, "info_exchang": 64, "info_exchange_wordcount": [41, 64], "info_exchange_zscor": 11, "inform": [6, 11, 12, 13, 24, 32, 34, 39, 48, 62, 64, 65], "informal_titl": 49, "information_divers": 11, "initi": [2, 62, 63, 64, 65, 66], "input": [0, 2, 4, 6, 12, 13, 14, 15, 16, 19, 20, 22, 28, 50, 55, 60, 62, 63, 64, 65, 66, 67, 71, 72], "input_column": [65, 66], "input_data": [25, 68, 72], "input_df": [1, 2, 61, 71], "inquiri": [30, 39, 52], "insid": 1, "insight": 1, "inspir": 15, "instal": [1, 61, 62], "instanc": [1, 22, 50, 59, 66], "instanti": 2, "insteac": 1, "instead": [1, 2, 62], "instruct": [1, 61], "int": [2, 3, 10, 13, 15, 16, 19, 20, 22, 28, 63, 64, 67], "intact": 71, "integ": [13, 40, 47], "intend": 59, "interact": [1, 11, 43, 44, 62, 69], "interconnect": 62, "interest": [1, 61, 62], "interfac": 62, "intermedi": [59, 64], "intern": 29, "interpret": [0, 23], "interrupt": 59, "interv": [58, 65], "introduc": 62, "introduct": [11, 61], "invalid": 67, "invers": 64, "involv": [41, 62, 65], "io": [1, 24, 47, 61], "ipynb": [0, 1], "is_hedged_sentence_1": 10, "isn": [1, 31, 36], "issu": [1, 31, 36, 37, 42, 61], "ital": 64, "italic": 22, "item": [0, 71], "its": [0, 2, 15, 31, 35, 36, 40, 41, 47, 54, 55, 64, 69], "itself": [23, 31, 36, 44], "john": 1, "jonson": 62, "journal": [5, 64], "json": [1, 61], "jurafski": 70, "juri": 1, "juries_df": 1, "jury_conversations_with_outcome_var": 1, "jury_feature_build": 1, "jury_output": 1, "jury_output_chat_level": [1, 61], "jury_output_turn_level": 1, "just": [1, 2, 31, 36, 46, 50, 59, 61, 62], "katharina": 34, "keep": [1, 71], "kei": [1, 2, 4, 19, 28, 30, 54, 61, 71], "keyerror": 71, "keyword": [19, 49], "kind": [10, 62], "kitchen": 42, "knob": 0, "know": [1, 30], "knowledg": 29, "known": [1, 32, 61], "kumar": 62, "kw": 19, "lab": [1, 2, 62, 71], "label": [1, 15, 21, 51], "lack": [31, 38, 45, 46], "languag": [15, 31, 34, 42, 50, 62], "larg": [31, 69], "larger": [0, 31, 61], "last": [1, 31], "late": 32, "later": [0, 1, 2, 42, 61], "latest": [1, 61], "latter": [31, 36], "lda": [13, 40], "learn": [1, 61, 62], "least": [10, 32, 42, 63, 67], "led": 62, "legal": 49, "lemmat": [13, 40], "len": 28, "length": [35, 39, 41, 42, 44], "less": [13, 32, 50, 52, 55, 62, 63], "let": [41, 49, 53], "let_me_know": 49, "letter": [49, 71], "level": [0, 1, 2, 3, 4, 6, 7, 8, 9, 12, 13, 14, 16, 23, 61, 64, 65, 66, 71, 72], "lexic": [10, 12, 14, 16, 31, 32, 36, 42, 60, 62, 64], "lexical_featur": [14, 64], "lexical_features_v2": [10, 11], "lexicon": [5, 10, 14, 30, 39, 50, 52, 67, 69], "lexicons_dict": 67, "librari": [34, 51, 56, 57], "lift": 62, "light": 61, "like": [1, 22, 31, 34, 36, 41, 50, 61, 62], "limiat": 32, "limit": [11, 32, 37, 42, 54], "line": [0, 1, 19, 22, 48, 61, 62, 64], "linear": 64, "linguist": [18, 19, 30, 39, 50, 52], "link": [22, 29, 48, 50, 64], "list": [1, 2, 6, 7, 10, 11, 12, 13, 15, 19, 20, 21, 22, 28, 31, 33, 36, 37, 42, 48, 49, 50, 53, 54, 61, 64, 65, 66, 67, 68, 70, 71], "literatur": 62, "littl": 38, "littlehors": 1, "liu": [42, 52], "live": [1, 54], "liwc": [14, 30, 39, 51, 52, 56, 62], "liwc_featur": [10, 14], "lix": 34, "ll": [1, 31, 36, 61], "load": [19, 69], "load_saved_data": 19, "load_to_dict": 19, "load_to_list": 19, "loc": 15, "local": [1, 51, 61], "locat": [1, 62], "long": [4, 42], "longer": [30, 41, 43, 48, 61, 62], "look": [2, 34, 61, 65, 66], "loos": 36, "lot": [31, 36], "loud": 60, "love": [31, 56], "low": [1, 2, 29, 55, 60, 71], "lower": [21, 31, 33, 36, 41, 42, 44, 55, 60], "lowercas": [2, 13, 40, 48, 49, 71], "lowest": 71, "lpearl": 16, "lst": 6, "m": [30, 31, 36], "made": [1, 23, 35, 59, 61, 62], "magnitud": 55, "mai": [1, 2, 11, 28, 31, 32, 35, 36, 37, 41, 42, 43, 44, 54, 61, 62, 71], "main": [1, 2, 5, 62, 64, 65, 66], "make": [0, 1, 5, 31, 34, 55, 56, 62, 66, 69, 71], "man": 62, "mani": [1, 4, 11, 32, 37, 41, 60, 62, 66], "manner": [55, 62], "manual": [1, 61], "map": [13, 34], "mark": [19, 20, 22, 43, 54, 64, 71], "marker": [18, 32, 39, 42, 50, 51, 52, 54, 56], "marlow": 44, "matarazzo": 62, "match": [1, 5, 16, 19, 30], "math": 34, "matter": [28, 47], "max": 66, "max_num_chunk": 63, "maxim": [34, 35, 37], "maximum": [63, 65, 72], "mayb": [38, 47], "mcfarland": 70, "me": [31, 32, 36, 41, 50, 53], "mean": [0, 1, 4, 6, 11, 13, 21, 29, 31, 34, 36, 40, 41, 42, 47, 55, 56, 58, 61, 62, 65, 66, 73], "meaning": [31, 41, 55], "meaningless": 41, "meant": 39, "measur": [0, 7, 12, 13, 20, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 51, 52, 54, 55, 56, 57, 58, 59, 60, 62, 64, 68], "mechan": 32, "medium": 21, "meet": 48, "member": [13, 34, 37, 55], "merg": [2, 8, 65, 66], "merge_conv_data_with_origin": 2, "messag": [0, 1, 2, 3, 4, 5, 8, 11, 12, 13, 14, 15, 16, 17, 20, 21, 22, 23, 24, 28, 30, 31, 34, 35, 36, 37, 39, 41, 45, 46, 47, 48, 50, 51, 52, 55, 56, 57, 58, 61, 62, 63, 64, 65, 66, 67, 71, 73], "messaga": 61, "message_col": [0, 1, 2, 12, 13, 14, 61, 64, 65, 67, 71], "message_embed": [6, 7, 8], "message_lower_with_punc": 71, "metadata": [0, 1], "method": [5, 31, 41, 50, 62], "metric": [0, 1, 2, 8, 30, 34, 35, 46, 47, 48, 55, 66], "michael": 1, "mid": [1, 2, 71], "middl": [21, 34, 63], "might": [0, 1, 29, 43, 48, 53], "mikeyeoman": [18, 64], "mileston": 34, "mimic": [28, 31, 36, 45], "mimic_word": 28, "mimick": [28, 31, 64], "mimicri": [0, 1, 28, 31, 35, 36, 39, 61, 64], "mimicry_bert": [45, 46], "mind": [1, 35, 50], "mine": [31, 36, 53, 59], "minim": [0, 41, 60], "minimum": [65, 72], "minu": [12, 41, 64], "minut": [55, 58], "mirror": 1, "miss": [1, 32, 61, 71], "mitig": [31, 36], "mizil": 50, "mm": [31, 36], "mnsc": 6, "modal": 50, "mode": 60, "model": [1, 13, 15, 31, 34, 35, 36, 40, 45, 46, 47, 51, 62, 67], "modif": 35, "modifi": [1, 9, 19, 32, 64], "modul": [0, 1, 11, 34, 49, 61, 69], "monologu": 59, "more": [0, 1, 2, 11, 12, 22, 23, 24, 28, 31, 32, 34, 36, 37, 40, 41, 42, 43, 44, 45, 46, 50, 52, 55, 59, 61, 62, 71], "morn": 1, "most": [24, 31, 55, 62, 69], "motiv": 61, "move": [0, 1, 28, 31, 36, 39, 45, 59, 61], "movi": 31, "much": [1, 28, 31, 34, 35, 36, 45, 62], "multi": [1, 2, 71], "multidimension": [45, 46], "multipl": [0, 1, 2, 19, 62, 71], "must": [1, 6, 62, 71], "my": [30, 31, 35, 36, 45, 46, 50, 53], "my_chat_featur": 1, "my_feature_build": 61, "my_fil": 1, "my_output": 61, "my_output_chat_level": 61, "my_output_conv_level": 61, "my_output_user_level": 61, "my_pandas_datafram": 61, "myself": [31, 36, 53], "n": [35, 45, 46, 47, 57, 59, 60], "n_chat": 59, "na": [5, 33, 43, 44, 48, 49, 50, 53, 58], "naiv": [2, 20, 32, 34, 38, 39, 53, 56, 57, 64], "name": [0, 2, 4, 7, 8, 9, 12, 13, 14, 15, 17, 19, 23, 25, 28, 30, 32, 35, 39, 45, 46, 50, 51, 56, 63, 64, 66, 67, 68, 71, 72, 73], "name_to_train": 47, "named_ent": [15, 47], "named_entity_recognition_featur": 11, "nan": [0, 34], "nate": [35, 45, 46], "nathaniel": [35, 45, 46], "nativ": 50, "natur": [43, 55], "ndarrai": 68, "nearest": [13, 40], "nearli": 62, "necessari": [63, 67], "need": [0, 1, 2, 21, 62, 66, 67], "need_sent": 67, "need_senti": 67, "neg": [1, 24, 29, 31, 34, 35, 36, 42, 50, 51, 52, 54, 56, 61, 62, 67], "negat": [19, 49], "negative_bert": [1, 51, 61], "negative_emot": [49, 51, 52, 56], "negoti": 62, "neighborhood": 54, "neither": 30, "ner": 15, "ner_cutoff": [0, 1, 2, 47, 64], "ner_train": 64, "ner_training_df": [0, 1, 2, 47, 64], "nest": [0, 1, 2, 22, 71], "net": [45, 46], "network": 11, "neutral": [1, 5, 24, 30, 51, 55, 61, 67], "neutral_bert": [1, 51, 61], "never": 1, "new": [1, 4, 13, 34, 61, 64, 65, 66, 72], "new_column_nam": 72, "next": [1, 32, 47, 58], "nice": [1, 50, 54, 61], "nicknam": 1, "niculescu": 50, "night": 31, "nikhil": [59, 62], "nltk": [1, 42, 61], "nobodi": [31, 36], "nois": 32, "non": [1, 2, 28, 31, 37, 48, 61, 62, 71], "none": [1, 2, 19, 23, 37, 55, 61, 64, 65, 66, 67], "nor": 30, "normal": [19, 28, 31], "notabl": 62, "note": [0, 1, 2, 12, 16, 20, 42, 61, 71], "notebook": [0, 1], "noth": [31, 36, 56], "noun": 1, "novel": [45, 46], "now": [0, 1, 2], "nowher": [31, 36], "np": 68, "ntri": 32, "null": 34, "num": 48, "num_char": 65, "num_chunk": [27, 63], "num_hedge_word": 10, "num_messag": 65, "num_named_ent": [15, 47], "num_row": 63, "num_top": 13, "num_word": [12, 16, 65], "number": [0, 3, 11, 12, 13, 14, 15, 16, 19, 20, 21, 22, 23, 25, 28, 31, 32, 34, 36, 37, 40, 41, 42, 43, 44, 47, 48, 49, 54, 56, 58, 59, 60, 62, 63, 64, 66, 69, 71, 72], "numer": [0, 1, 13, 33, 68, 72, 73], "numpi": [1, 61, 68], "o": 35, "object": [1, 2, 19, 44, 50, 57, 58, 61, 62, 64, 65, 66], "obtain": [1, 13, 17, 23, 24, 34, 61], "occur": [0, 4, 31, 42, 71], "occurr": 19, "off": [1, 31, 36], "offer": 0, "offici": 61, "often": [28, 36, 47, 48, 62], "oh": [31, 36, 48], "okai": [31, 36], "older": [1, 61], "on_column": [18, 23, 28, 68, 72, 73], "onc": [1, 2, 11, 58, 61, 62], "one": [0, 1, 2, 4, 10, 12, 19, 23, 25, 28, 29, 31, 32, 36, 37, 47, 51, 56, 59, 61, 62, 67, 68, 71, 73], "ones": [31, 36], "onli": [0, 1, 2, 5, 11, 23, 29, 31, 32, 34, 36, 37, 45, 53, 58, 59, 61, 62, 71], "onlin": [1, 32, 39, 64], "onward": 0, "open": [0, 62, 66], "operation": [39, 50, 59], "opinion": [24, 31], "oppos": [2, 31, 34, 35, 55], "opposit": 34, "option": [1, 2, 37, 62, 63, 67, 71], "order": [0, 1, 35, 37, 42, 71], "org": [6, 15, 21, 24, 41, 70], "organ": 1, "origin": [1, 2, 5, 12, 21, 31, 32, 35, 36, 37, 45, 46, 49, 59], "orthogon": 34, "other": [1, 9, 11, 28, 29, 30, 31, 32, 34, 35, 36, 37, 39, 40, 45, 46, 48, 51, 52, 54, 56, 58, 59, 61, 62, 64, 66, 71], "other_lexical_featur": [11, 64], "otherwis": [2, 10, 21, 23, 32, 38, 63, 67], "our": [0, 1, 2, 11, 13, 29, 31, 32, 36, 37, 39, 53, 59, 61, 71], "ourselv": 53, "out": [1, 2, 16, 19, 31, 36, 55, 60, 62], "outcom": [1, 44, 62], "output": [0, 2, 10, 17, 19, 40, 61, 62, 64, 67], "output_file_bas": [0, 1, 2, 61], "output_file_path_chat_level": [1, 2], "output_file_path_conv_level": [1, 2], "output_file_path_user_level": [1, 2], "output_path": 67, "outsid": [1, 2, 12], "over": [1, 16, 29, 31, 34, 35, 36, 37, 53, 55, 60, 62, 71], "overal": [30, 31, 34, 36, 45, 46], "overrid": [0, 1, 2], "overview": [0, 61, 62], "overwritten": 1, "own": [0, 1, 9, 35, 62], "p": 55, "pacakg": 24, "pace": [43, 62], "packag": [17, 18, 40, 62], "pad": 19, "page": [1, 11, 29, 39, 61, 62, 69], "pair": [6, 19, 34, 49, 71], "pairwis": [6, 34], "panda": [0, 1, 2, 12, 14, 16, 23, 47, 64, 65, 66, 71, 72, 73], "paper": [4, 5, 12, 18, 29, 40, 50, 64], "paragraph": 22, "param": 71, "paramet": [2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 28, 47, 61, 62, 63, 64, 65, 66, 67, 68, 71, 72, 73], "paramt": 1, "pardon": 32, "parenthes": [22, 48, 64], "parenthet": [22, 48], "pars": [16, 50, 60], "part": [1, 10, 13, 29, 36, 42, 52, 71], "particip": [1, 9, 37, 62], "particl": [31, 36], "particular": [11, 31, 32, 34, 41, 45, 47, 51, 59, 62], "particularli": 42, "partner": 32, "pass": [1, 13, 21, 47, 71], "path": [1, 2, 19, 61, 67], "path_in": 19, "pattern": [4, 11, 19, 55, 62, 67], "paus": 4, "pd": [1, 2, 4, 6, 7, 8, 9, 12, 13, 14, 15, 16, 18, 19, 23, 25, 63, 64, 65, 66, 67, 68, 71], "pdf": [5, 12, 13, 16, 18, 21, 24, 64, 70], "penalti": 1, "pennebak": [12, 37, 41, 42, 52], "pennyslvania": 62, "peopl": [1, 32, 59, 62], "per": [1, 6, 9, 19, 42, 63, 66, 72], "percentag": [2, 21], "perfect": [37, 59], "perform": [0, 1, 2, 16, 50], "perhap": 1, "period": [4, 34, 55], "person": [1, 8, 12, 15, 16, 32, 34, 39, 41, 42, 50, 59, 62, 64, 70], "perspect": 1, "petrocelli": 5, "phrase": [19, 30, 38, 54], "phrase_split": 19, "pickl": [19, 67], "piec": [36, 42, 59, 63], "pl": 50, "place": [55, 61, 62], "plan": [34, 35, 45, 46], "player": 59, "pleas": [0, 1, 38, 49, 50, 61, 62], "please_start": 50, "point": [22, 24, 34, 35, 45, 46, 48, 52, 64, 66], "poisson": 55, "polar": [24, 39, 51, 52, 64], "polit": [1, 17, 18, 30, 32, 38, 39, 42, 51, 52, 54, 56, 64], "politeness_featur": 11, "politeness_v2": 11, "politeness_v2_help": 11, "politenessstrategi": [17, 50], "portion": 0, "posit": [0, 1, 11, 15, 24, 29, 31, 39, 42, 50, 51, 54, 56, 61, 62, 64, 67], "positive_affect_lexical_per_100": [51, 52, 56], "positive_bert": [1, 51, 61], "positive_emot": [49, 51, 52, 56], "positivity_bert": [1, 61], "positivity_zscor": 64, "positivity_zscore_chat": 52, "positivity_zscore_convers": 52, "possess": 31, "possibl": [1, 34, 62, 66], "possibli": [38, 62], "practic": [34, 35], "pre": [1, 4, 21, 37, 49, 64], "preced": [31, 35, 71], "precend": 35, "precis": 47, "precomput": 51, "predefin": 19, "predetermin": [31, 36], "predict": [2, 47, 51, 64], "prefer": [0, 1], "preload_word_list": 69, "prep_simpl": 19, "prep_whol": 19, "preposit": [31, 36], "preproces": 48, "preprocess": [0, 1, 2, 13, 19, 40, 43, 49, 51, 61, 69], "preprocess_chat_data": 2, "preprocess_conversation_column": 71, "preprocess_naive_turn": 71, "preprocess_text": 71, "preprocess_text_lowercase_but_retain_punctu": 71, "presenc": [2, 32, 67], "present": [1, 2, 14, 30, 31, 38, 42, 55, 62, 71], "prespecifi": 19, "prevent": 51, "previou": [1, 7, 28, 31, 36, 45, 46, 58, 64, 71], "primari": 34, "print": 2, "prior": [2, 64, 71], "priya": [47, 62], "probabl": [15, 47], "problem": 62, "procedur": 62, "proceed": 46, "process": [0, 1, 2, 4, 10, 21, 37, 55, 62, 64, 65, 67, 69, 71], "prodi": 15, "produc": [2, 34], "product": 15, "professor": 62, "progress": [1, 2], "project": [54, 62], "pronoun": [12, 16, 31, 36, 39, 41, 42, 64, 70], "proper": 1, "properti": [1, 61], "proport": [16, 39, 42, 64], "propos": 37, "provid": [0, 1, 2, 15, 29, 30, 33, 36, 39, 44, 47, 54, 62], "proxi": 42, "pseudonym": 1, "psycholog": 42, "pub": 70, "publish": [5, 30, 64], "pubsonlin": 6, "punctuat": [0, 2, 16, 19, 20, 21, 28, 43, 54, 60, 71], "punctuation_seper": 19, "puncut": 48, "pure": [24, 36], "purpos": 1, "put": [34, 50, 62, 66], "py": [0, 1, 14, 49, 61], "pypi": [1, 61], "python": [1, 32, 41, 56, 57, 61, 62, 68], "qtd": 62, "qualiti": 41, "quantifi": [31, 36, 62], "quantiti": [37, 39, 41, 47], "quartil": 50, "question": [16, 19, 20, 29, 32, 39, 49, 50, 64, 66, 68, 70], "question_num": 11, "question_word": 20, "quick": [1, 43], "quickli": 0, "quit": 40, "quot": [22, 48, 64], "quotat": [22, 48], "rabbit": 62, "rain": 41, "rais": [67, 71], "random": 55, "rang": [5, 8, 24, 30, 33, 34, 35, 40, 51, 53, 55, 56, 57], "ranganath": [16, 31, 32, 36, 38, 43, 54, 70], "ranganath2013": 70, "ranganathetal2013_detectingflirt": 16, "rapid": [1, 4], "rare": [34, 35], "rate": [42, 51], "rather": [1, 31, 34, 35, 36, 37, 45, 46, 63], "ratio": [16, 39, 64], "raw": [0, 12, 16, 21, 31, 33, 42, 50, 64], "re": [1, 31, 36, 42, 50, 61], "read": [0, 1, 2, 16, 21, 29, 33, 61, 62, 64, 65, 66, 67], "read_csv": 1, "read_in_lexicon": 67, "readabl": [11, 33, 64, 70], "reader": 33, "readi": 1, "readili": 62, "readthedoc": [1, 24, 61], "real": [1, 55], "realit": 13, "realli": [31, 36, 50], "reason": [31, 36, 45, 46, 49], "reassur": 49, "recal": 47, "recept": [18, 32, 39, 42, 50, 51, 52, 54, 56, 62, 64], "recogn": [1, 43, 47], "recognit": [0, 1, 2, 39, 64], "recommend": [0, 42, 62], "reddit": [48, 64], "reddit_tag": 11, "redditus": 48, "reduc": 63, "reduce_chunk": 63, "redund": [42, 62], "refer": [0, 1, 11, 22, 24, 28, 31, 42, 48, 52, 61, 62, 64, 70], "reflect": [37, 43], "regardless": 1, "regener": [0, 2, 51, 67], "regenerate_vector": [0, 1, 2, 67], "regex": [14, 16, 49], "regist": 37, "regress": 1, "regular": [5, 14, 30, 32, 42, 55, 58], "reichel": [53, 58, 60], "reidl": [4, 13], "reinvent": 62, "rel": [41, 51, 52, 55, 60, 64], "relat": [1, 61, 62, 64], "relationship": 36, "relev": [1, 29, 42, 44, 49, 51, 56, 61, 64, 65], "reli": [31, 34, 35, 36, 69], "reliabl": [33, 42], "remain": [1, 30, 71], "rememb": 1, "remov": [0, 2, 9, 13, 19, 28, 40, 43, 48, 49, 50, 71], "remove_active_us": 9, "renam": 1, "repair": [16, 39], "repeat": [60, 71], "repetit": 60, "replac": 19, "report": [1, 61], "repres": [2, 4, 6, 7, 11, 13, 23, 31, 34, 36, 42, 45, 46, 66, 67, 68, 71, 72, 73], "represent": [34, 38], "reproduc": [36, 62], "republican": 1, "request": [32, 50, 51], "requir": [0, 1, 20, 21, 31, 55, 61, 62, 64, 65, 66, 67], "research": [1, 2, 62], "reserv": 0, "resolv": 62, "resourc": [1, 39, 48, 61, 62], "respect": [1, 2, 12, 31, 36, 37, 69], "respons": [22, 48, 55, 58, 64], "restaur": [34, 56], "restor": 0, "restrict": 71, "result": [40, 55, 65, 72], "retain": [2, 16, 20, 21, 60, 71], "retriev": 50, "retunr": 3, "return": [2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 28, 30, 32, 43, 49, 50, 51, 55, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72, 73], "reveal": 62, "revert": 50, "review": 62, "rewrit": 50, "rich": 62, "riedl": [13, 40, 55], "right": [31, 36, 61, 62], "roberta": [1, 39, 42, 52, 56, 61, 64, 67], "robust": 13, "rocklag": [5, 30, 64], "room": 59, "root": [13, 40], "rough": [12, 54], "roughli": 31, "round": [13, 40, 59, 71], "round_num": 1, "row": [0, 1, 2, 9, 13, 25, 37, 40, 59, 63, 68, 71, 72, 73], "rowbotham": 62, "rucker": 5, "rule": [1, 69], "run": [0, 10, 12, 16, 35, 46, 47, 48, 51, 61, 69], "runtim": [1, 35], "sagepub": [5, 64], "sai": [1, 32, 50, 59], "said": [1, 36, 62], "same": [0, 1, 2, 31, 34, 37, 45, 48, 52, 59, 60, 62, 71], "sampl": [61, 62], "sarcast": 48, "save": [0, 1, 2, 19, 64, 67], "save_featur": 2, "sbert": [1, 28, 31, 34, 35, 36, 45, 46, 64, 65, 67], "scale": [42, 51], "schema": 1, "scheme": 0, "school": [21, 62], "scienc": [29, 39, 62], "scientist": [61, 62], "score": [1, 4, 5, 11, 12, 13, 15, 21, 24, 28, 29, 30, 31, 34, 35, 36, 38, 39, 40, 45, 46, 47, 51, 53, 56, 57, 61, 64, 65, 67, 73], "script": [1, 61], "sea": 1, "seamless": 62, "search": [19, 61], "second": [0, 1, 4, 34, 42, 58, 59], "second_person": 49, "secr": [18, 49, 64], "section": [1, 29, 61], "see": [0, 1, 2, 30, 34, 38, 41, 45, 46, 47, 55, 62, 71], "seek": [5, 62], "segment": [0, 19], "select": [2, 4, 23, 28, 36, 45, 66, 67, 68, 71, 72, 73], "self": [1, 2, 61], "semant": [31, 34, 35, 41], "semantic_group": [1, 61], "send": [1, 37, 55], "sens": [5, 31, 54, 66], "sent": [1, 37, 64], "sentenc": [0, 1, 10, 15, 19, 20, 21, 33, 34, 35, 36, 42, 45, 46, 47, 48, 54, 56, 61, 67], "sentence_pad": 19, "sentence_split": 19, "sentence_to_train": 47, "sentencis": 19, "sentiment": [0, 1, 24, 31, 39, 42, 52, 56, 61, 62, 64, 67], "separ": [1, 2, 19, 34, 51], "sepcifi": 1, "septemb": 40, "sequenc": [1, 59], "sequenti": 1, "seri": [12, 16, 23, 28, 42, 71, 73], "serv": 12, "set": [0, 1, 2, 13, 23, 34, 48, 59], "set_self_conv_data": 2, "sever": [1, 30, 41, 42, 48, 51, 56, 61], "shall": 54, "share": [31, 36, 37], "she": [30, 31, 36], "shift": 34, "shop": 62, "short": [55, 58], "shorter": [13, 40, 41, 42, 43], "should": [0, 1, 2, 4, 14, 23, 28, 29, 31, 36, 47, 48, 54, 61, 62, 65, 66, 67, 68, 69, 71, 72, 73], "shouldn": [31, 36], "show": [1, 37, 61], "showeth": 62, "shruti": [35, 45, 46, 47, 62], "side": 31, "signal": [45, 55], "signifi": 42, "signific": [1, 61], "silent": 37, "similar": [1, 6, 7, 13, 28, 29, 31, 34, 35, 36, 40, 45, 46, 49, 62, 65], "similarli": [1, 35], "simpl": [0, 1, 16, 19, 42, 61, 62], "simpli": [1, 5, 11, 28, 56, 62], "simplifi": 1, "simplist": 41, "sinc": [1, 32, 41, 71], "singh": 62, "singl": [0, 1, 2, 11, 12, 19, 23, 31, 34, 35, 36, 37, 41, 45, 46, 59, 62, 71, 72], "singular": [12, 41, 64], "site": 16, "situat": 37, "size": [1, 13, 63, 67], "skip": 1, "slightli": [32, 62, 63], "slow": 1, "small": 40, "so": [1, 2, 10, 30, 31, 36, 37, 50, 61, 62, 66], "social": [29, 39, 61, 62], "socsci": 16, "softwar": 62, "sohi": 62, "sol3": 4, "solut": 59, "solv": 62, "some": [0, 1, 11, 17, 29, 32, 34, 35, 37, 41, 61, 63], "somebodi": [31, 36], "someon": [22, 29, 31, 36, 47, 48, 61, 64], "someplac": [31, 36], "someth": 47, "sometim": 1, "somewhat": 35, "soon": 62, "sorri": [16, 32, 50], "sort": 10, "sound": [47, 51], "sourc": [4, 5, 6, 12, 13, 16, 17, 21, 34, 35, 50, 64, 68], "space": [34, 40, 71], "spaci": [1, 19, 47, 49, 50, 61], "span": 63, "spars": 32, "speak": [1, 31, 36, 37, 59, 60, 62], "speaker": [0, 1, 2, 6, 8, 9, 25, 31, 34, 35, 37, 38, 42, 45, 46, 61, 66, 71, 72], "speaker_id": [2, 61, 72], "speaker_id_col": [0, 1, 2, 6, 8, 9, 25, 26, 27, 61, 65, 66, 71, 72], "speaker_nicknam": [0, 1, 2, 6, 9, 59, 66, 71], "special": [0, 1, 2, 48, 71], "specif": [1, 2, 12, 32, 41, 48, 55, 61, 62, 69, 71], "specifi": [1, 2, 19, 47, 49, 67, 68, 71, 72, 73], "speciifc": 63, "spend": [51, 62], "spike": 55, "split": [19, 21, 43, 63], "spoke": 59, "spoken": [11, 37], "spread": 55, "squar": [13, 40], "ssrn": 4, "stabl": 40, "stack": 14, "stackoverflow": 68, "stage": [1, 2, 34, 71], "stamp": 55, "standard": [1, 4, 37, 40, 41, 49, 55, 58, 60, 65, 72, 73], "stanford": 70, "start": [0, 15, 19, 20, 22, 23, 50], "statement": [1, 38, 42, 47, 48, 61, 62, 64], "statist": [65, 66, 68], "statologi": 41, "stem": 42, "step": [1, 4, 28, 41, 45, 46, 51], "still": [41, 45, 46], "stochast": 40, "stop": [40, 62], "stopword": [13, 19], "store": [1, 12, 16, 41, 49, 51, 61, 65, 67], "stoword": 42, "str": [2, 3, 4, 5, 7, 8, 9, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 28, 63, 64, 65, 66, 67, 68, 71, 72, 73], "straightforward": 29, "strategi": [17, 30, 32, 38, 39, 42, 49, 54, 64], "stream": 35, "strictli": 1, "string": [0, 1, 2, 4, 8, 12, 13, 14, 19, 23, 24, 50, 66, 67, 68, 71, 72, 73], "strongli": [1, 41, 61], "structur": [0, 36, 49], "student": [21, 33], "studi": [1, 34, 62], "style": [1, 31, 36, 59], "sub": [0, 1, 71], "subfold": 1, "subject": [5, 24, 28, 39, 49, 64], "subjunct": 50, "sublist": 28, "submiss": 55, "subpart": [1, 71], "subsequ": [1, 30, 51, 58], "subset": 62, "substanc": 36, "substant": 31, "substanti": 1, "substr": 30, "subtask": 1, "subtract": [41, 58], "succe": 62, "success": [0, 1, 4, 31, 36, 43, 55, 58], "suggest": [1, 13, 34, 42, 44, 50], "suit": [62, 64], "sum": [1, 28, 34, 61, 64, 65, 66, 72], "summar": [0, 1, 65, 66, 69], "summari": [65, 66, 72], "summariz": [0, 65], "summarize_featur": 69, "suppl": 6, "support": [1, 15, 61], "suppos": 1, "sure": 30, "swear": 49, "syntax": [1, 32, 61], "system": [2, 59, 64], "t": [0, 1, 2, 15, 29, 31, 36, 45, 49, 54, 61, 62, 67], "tabl": 62, "tag": 39, "take": [1, 4, 5, 9, 14, 25, 29, 31, 34, 37, 39, 42, 55, 61, 65, 71], "taken": [59, 71], "talk": [1, 37, 47, 59, 62], "tandem": [1, 61], "target": 15, "task": [1, 2, 59, 71], "tausczik": [12, 37, 41, 52], "tausczikpennebaker2013": 12, "team": [0, 1, 4, 11, 12, 13, 34, 39, 40, 59, 65], "team_bursti": 4, "team_comm_tool": [1, 61], "teamcommtool": 1, "technic": [29, 39, 61, 62], "teghxgbqdhgaaaaa": 5, "tempor": [0, 2, 55, 58, 64, 71], "temporal_featur": 11, "tend": [1, 34, 60], "term": [1, 28, 59], "termin": [1, 2, 61], "terribl": 51, "test": [13, 33, 47], "text": [0, 1, 2, 3, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 28, 32, 33, 36, 42, 48, 55, 62, 64, 67, 71], "text_based_featur": 64, "textblob": [24, 39, 51, 52, 64], "textblob_sentiment_analysi": 11, "than": [0, 1, 2, 11, 13, 31, 34, 35, 36, 37, 40, 41, 45, 46, 54, 60, 62, 63], "thee": 62, "thei": [0, 1, 28, 29, 31, 34, 36, 37, 39, 42, 47, 58, 59, 61, 62, 67], "them": [0, 1, 2, 19, 28, 29, 31, 36, 50, 51, 55, 59, 61, 62, 64, 65, 66, 67], "themselv": [31, 36, 60], "theoret": 35, "theori": [34, 50], "therefor": [0, 1, 11, 28, 37, 45, 59, 62, 69], "thi": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 12, 13, 14, 16, 18, 20, 21, 23, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 71, 72, 73], "thing": [48, 61], "think": [1, 38, 47], "thorough": [43, 62], "those": [1, 21, 31, 36, 61], "though": [34, 42], "thought": [1, 35, 45], "thread": [1, 61], "three": [0, 1, 2, 22, 34, 37, 40, 51, 61, 62, 69, 71], "threshold": [15, 47], "through": [1, 45, 46, 50, 61, 62], "throughout": [31, 35, 36, 40, 45, 46, 55, 63], "tht": 35, "thu": [1, 2, 34, 35, 36, 37, 46, 55, 71], "time": [0, 1, 4, 23, 34, 35, 39, 42, 48, 51, 55, 59, 61, 62, 63, 64, 65, 66, 71], "time_diff": 55, "timediff": 4, "timestamp": [0, 1, 2, 8, 23, 58, 61, 62, 63, 64, 71], "timestamp_col": [0, 1, 2, 8, 61, 63, 64, 65, 71], "timestamp_end": [1, 23, 61, 64], "timestamp_start": [1, 23, 61, 64], "todai": [34, 35, 41, 43, 45, 46, 47], "todo": 66, "togeth": [0, 62, 66], "token": [16, 19, 39, 49, 54, 64], "token_count": [19, 49], "too": [30, 31, 36, 62], "took": [1, 59], "tool": [1, 61, 62], "toolkit": [0, 1, 11, 42, 45, 46, 55, 62], "top": [1, 50, 59], "topic": [1, 13, 31, 34, 40, 42, 43, 65], "tormala": 5, "total": [1, 3, 12, 16, 25, 31, 34, 36, 37, 41, 44, 53, 59, 60, 61, 62, 63, 64, 66, 72], "touch": [1, 61], "toward": [31, 36, 38, 42, 45, 46], "tradit": 49, "train": [1, 2, 15, 64], "train_spacy_n": 15, "transcript": 0, "transfom": [45, 46], "transform": [31, 34, 35, 36, 51], "transform_utter": 50, "treat": [1, 59, 61], "tri": [50, 64], "trivial": [3, 44, 62], "troubl": [1, 61], "true": [0, 1, 2, 37, 61, 63, 67, 71], "truncat": 2, "truth_intensifi": 49, "ttr": 64, "tupl": [0, 1, 2, 15, 19, 64], "turn": [0, 2, 25, 28, 31, 32, 37, 39, 61, 64, 65, 71], "turn_count": 59, "turn_df": 71, "turn_id": 71, "turn_taking_featur": 11, "twice": 63, "twitter": [1, 51, 61], "two": [0, 1, 2, 23, 31, 34, 36, 41, 45, 46, 52, 62, 63], "txt": 19, "type": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 28, 37, 39, 52, 63, 64, 65, 66, 67, 68, 70, 71, 72, 73], "typic": [1, 34, 40, 41, 42, 52, 60], "u": [1, 22, 31, 36, 48, 49, 58], "uci": 16, "uh": [31, 36], "ulrich": 55, "um": [31, 36, 60], "umbrella": [8, 29, 34], "uncertain": [5, 30], "uncertainti": 30, "under": [0, 1, 10, 11, 12, 28, 40], "underli": [1, 61], "underscor": [1, 61], "understand": [0, 33, 39, 43, 48, 58, 61, 62], "understood": 33, "uninterrupt": 59, "uniqu": [0, 1, 2, 6, 9, 13, 16, 23, 25, 41, 47, 52, 60, 61, 63, 71], "univers": 62, "unix": 58, "unless": [31, 36], "unpack": 62, "unpreprocess": [0, 2], "until": [31, 36, 45, 46], "unzip": [1, 61], "up": [1, 17, 21, 28, 31, 35, 36, 37, 45, 46, 51, 59, 61], "updat": [1, 9, 40, 54, 61], "upenn": 1, "upload": 13, "upon": 33, "upper": 42, "us": [0, 1, 2, 3, 5, 11, 12, 13, 17, 19, 24, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 60, 62, 64, 65, 66, 67, 71], "usag": [21, 24], "use_time_if_poss": 63, "user": [0, 1, 2, 9, 15, 22, 37, 47, 48, 51, 61, 62, 63, 64, 65, 66, 69, 72], "user_data": [2, 65, 66], "user_df": 9, "user_level_featur": 2, "user_list": 9, "userlevelfeaturescalcul": [2, 66, 69], "usernam": [22, 48], "utf": 1, "util": [1, 12, 21, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72, 73], "utilti": 62, "utter": [0, 1, 2, 3, 4, 5, 13, 14, 15, 16, 17, 20, 21, 23, 24, 30, 31, 32, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 50, 51, 52, 54, 58, 60, 61, 67], "utteranc": 42, "v": [0, 1, 2, 13, 42, 61], "v0": 0, "valenc": 51, "valid": [23, 55], "valu": [1, 2, 5, 6, 10, 12, 13, 18, 19, 23, 28, 30, 31, 34, 36, 37, 40, 41, 42, 45, 46, 47, 55, 59, 61, 64, 68, 71, 72, 73], "vari": [13, 31, 34, 35], "variabl": [1, 56, 57, 64, 65, 66], "varianc": [8, 34], "variance_in_dd": 11, "variat": [4, 32], "varieti": [42, 62], "variou": [19, 42, 64, 65, 66], "vast": 62, "ve": [0, 31, 36, 50, 61], "vec": 6, "vect_data": [1, 7, 8, 28, 61, 64, 65, 66], "vect_path": 67, "vector": [0, 2, 6, 7, 8, 13, 28, 34, 35, 40, 55, 61, 64, 65, 67], "vector_data": [0, 1, 2, 61], "vector_directori": [0, 1, 2, 61, 65], "vein": 45, "verb": [19, 31, 36], "verbal": 32, "veri": [5, 28, 30, 31, 34, 35, 36, 42, 49, 54], "verifi": 2, "verit": 62, "version": [1, 12, 14, 21, 28, 31, 40, 51, 61], "versu": [4, 29, 47, 55, 59], "via": [3, 44], "view": 50, "visit": 41, "voila": 62, "w": 31, "wa": [0, 1, 2, 5, 12, 31, 32, 35, 36, 47, 51, 56, 59, 62, 71], "wai": [1, 2, 29, 30, 31, 32, 34, 49, 50, 54, 56, 57, 61, 62, 66], "waiai": 62, "wait": [4, 55], "walk": 1, "walkthrough": [0, 61, 62], "want": [1, 28, 34, 59, 61, 62, 67], "warn": 50, "watt": [1, 2, 62, 71], "we": [0, 1, 2, 3, 4, 5, 9, 10, 11, 12, 15, 16, 18, 23, 24, 28, 29, 30, 31, 34, 35, 36, 37, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 52, 53, 55, 56, 57, 58, 59, 61, 62, 66, 67, 71], "web": 70, "websit": [1, 61], "week": 47, "weight": 66, "weigt": 31, "welcom": 61, "well": [29, 31, 36, 55, 62], "went": 41, "were": [1, 12, 31, 36, 42], "western": 1, "wh": [19, 31, 36], "wh_question": [32, 49, 54], "wharton": 62, "what": [1, 2, 12, 16, 20, 29, 31, 32, 34, 35, 36, 39, 41, 45, 46, 47, 50, 54, 62, 63], "whatev": [1, 31, 36], "wheel": 62, "when": [1, 16, 20, 31, 33, 36, 47, 54, 55, 59, 60, 61, 62, 69, 71], "whenev": 71, "where": [0, 1, 2, 19, 20, 28, 31, 32, 36, 37, 40, 41, 42, 48, 50, 51, 54, 59, 61, 65, 68, 73], "wherea": [31, 34, 35, 36, 43], "wherev": [31, 36], "whether": [1, 2, 10, 16, 19, 32, 37, 38, 41, 43, 47, 57, 58, 62, 63, 64, 67, 71], "which": [0, 1, 2, 3, 4, 5, 7, 9, 12, 13, 15, 16, 18, 23, 25, 28, 31, 34, 35, 36, 37, 38, 40, 41, 42, 51, 53, 54, 55, 56, 57, 58, 59, 61, 62, 64, 66, 68, 69, 71, 72, 73], "while": [31, 32, 34, 36, 37, 44, 45, 46, 55, 62, 71], "whitespac": 43, "who": [20, 31, 32, 36, 47, 51, 54, 59, 60, 62], "whole": [28, 59, 62, 71], "whom": [31, 36, 54], "whose": [31, 36, 54], "why": [20, 29, 31, 36, 54], "wide": 31, "wien": 62, "wiki": [21, 29, 70], "wiki_link": [1, 61], "wikipedia": [21, 33, 37, 70], "williamson": 60, "wish": [1, 2, 18, 28], "within": [0, 1, 2, 8, 11, 16, 28, 30, 31, 34, 35, 36, 41, 45, 46, 52, 55, 59, 60, 62, 63, 64, 68, 71, 73], "within_group": 2, "within_person_discursive_rang": 11, "within_task": [0, 1, 2, 71], "without": [1, 19, 31, 36, 42, 47, 54, 62, 69], "won": [0, 31, 36, 45], "wonder": 56, "woolei": 4, "woollei": [13, 40, 55], "wooten": 55, "word": [3, 10, 11, 12, 13, 14, 16, 19, 20, 21, 22, 28, 30, 32, 33, 37, 38, 39, 40, 41, 43, 45, 46, 48, 49, 52, 53, 54, 56, 57, 62, 64, 65, 66, 69, 70], "word_mimicri": 11, "word_start": [19, 49], "wordnet": [1, 61], "words_in_lin": 19, "work": [0, 47, 50, 55, 61, 62], "world": 55, "worri": 62, "would": [1, 29, 31, 34, 35, 36, 37, 42, 50, 54, 62], "wouldn": [31, 36], "wow": 50, "wp": 13, "write": [2, 29, 60], "www": [12, 13, 18, 41, 64], "x": [0, 1, 2, 4, 46, 68], "xinlan": 62, "yashveer": 62, "ye": 19, "yeah": [31, 36], "yeoman": [18, 49], "yesno_quest": [32, 49, 54], "yet": 48, "ylatau": 12, "you": [0, 1, 2, 11, 24, 29, 31, 36, 37, 43, 47, 50, 59, 61, 62, 69], "your": [0, 29, 31, 32, 36, 37, 50, 59, 61, 62], "yourself": [31, 36, 50], "yuluan": 62, "yup": [31, 36], "yuxuan": 62, "z": [12, 39, 49, 51, 64, 73], "zero": [13, 52], "zhang": 62, "zheng": 62, "zhong": 62, "zhou": 62, "zscore": 41, "zscore_chat": 41, "zscore_chats_and_convers": 69, "zscore_convers": 41, "\u00bc": 47, "\u03c4": 55}, "titles": ["The Basics", "Worked Example", "feature_builder module", "basic_features module", "burstiness module", "certainty module", "discursive_diversity module", "fflow module", "get_all_DD_features module", "get_user_network module", "hedge module", "Features: Technical Documentation", "info_exchange_zscore module", "information_diversity module", "lexical_features_v2 module", "named_entity_recognition_features module", "other_lexical_features module", "politeness_features module", "politeness_v2 module", "politeness_v2_helper module", "question_num module", "readability module", "reddit_tags module", "temporal_features module", "textblob_sentiment_analysis module", "turn_taking_features module", "variance_in_DD module", "within_person_discursive_range module", "word_mimicry module", "FEATURE NAME", "Certainty", "Content Word Accommodation", "Conversational Repair", "Dale-Chall Score", "Discursive Diversity", "Forward Flow", "Function Word Accommodation", "Gini Coefficient", "Hedge", "Features: Conceptual Documentation", "Information Diversity", "Information Exchange", "Linguistic Inquiry and Word Count (LIWC) and Other Lexicons", "Message Length", "Message Quantity", "Mimicry (BERT)", "Moving Mimicry", "Named Entity Recognition", "Online Discussion Tags", "Politeness/Receptiveness Markers", "Politeness Strategies", "Sentiment (RoBERTa)", "Positivity Z-Score", "Proportion of First Person Pronouns", "Question (Naive)", "Team Burstiness", "Textblob Polarity", "Textblob Subjectivity", "Time Difference", "Turn Taking Index", "Word Type-Token Ratio", "The Team Communication Toolkit", "Introduction", "assign_chunk_nums module", "calculate_chat_level_features module", "calculate_conversation_level_features module", "calculate_user_level_features module", "check_embeddings module", "gini_coefficient module", "Utilities", "preload_word_lists module", "preprocess module", "summarize_features module", "zscore_chats_and_conversation module"], "titleterms": {"A": 0, "One": 0, "The": [0, 61, 62], "accommod": [31, 36], "addit": 1, "advanc": 1, "assign_chunk_num": 63, "assumpt": 0, "basic": [0, 1, 29, 30, 31, 33, 34, 35, 36, 37, 38, 40, 41, 43, 44, 45, 46, 47, 48, 49, 50, 51, 53, 55, 56, 57, 58, 59, 60], "basic_featur": 3, "bert": 45, "bursti": [4, 55], "calculate_chat_level_featur": 64, "calculate_conversation_level_featur": 65, "calculate_user_level_featur": 66, "caveat": [29, 30, 31, 33, 34, 35, 36, 38, 40, 41, 43, 44, 45, 46, 47, 48, 49, 50, 51, 53, 55, 56, 57, 58, 59], "certainti": [5, 30], "chall": 33, "chat": [11, 39], "check_embed": 67, "citat": [29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60], "class": 69, "code": [0, 1], "coeffici": 37, "column": [1, 61], "commun": 61, "conceptu": 39, "configur": 1, "consider": 1, "content": [31, 61], "convers": [1, 11, 32, 39, 62, 69], "count": [42, 59], "customiz": 0, "dale": 33, "data": 1, "declar": 61, "demo": [0, 1], "detail": 1, "differ": 58, "directori": 1, "discurs": 34, "discursive_divers": 6, "discuss": 48, "divers": [34, 40], "document": [11, 39, 62], "driver": 69, "entiti": 47, "environ": [1, 61], "exampl": [1, 41, 47], "exchang": 41, "featur": [1, 11, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 69], "feature_build": 2, "featurebuild": [1, 61, 62], "fflow": 7, "file": [1, 30, 34, 35, 45, 46, 47, 51], "first": 53, "flow": 35, "forward": 35, "function": [0, 36], "gener": [1, 61, 62], "get": [1, 61, 62], "get_all_dd_featur": 8, "get_user_network": 9, "gini": 37, "gini_coeffici": 68, "hedg": [10, 38], "high": [29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60], "implement": [29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60], "import": [1, 61], "index": 59, "indic": 61, "info_exchange_zscor": 12, "inform": [1, 40, 41, 61], "information_divers": 13, "input": [1, 34], "inquiri": 42, "inspect": [1, 61], "interpret": [29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60], "introduct": 62, "intuit": [29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60], "kei": 0, "length": 43, "level": [11, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 69], "lexical_features_v2": 14, "lexicon": 42, "light": 0, "linguist": 42, "liwc": 42, "marker": 49, "messag": [43, 44], "mimicri": [45, 46], "modul": [2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 63, 64, 65, 66, 67, 68, 70, 71, 72, 73], "motiv": 62, "move": 46, "naiv": 54, "name": [1, 29, 47, 61], "named_entity_recognition_featur": 15, "note": [29, 30, 31, 33, 34, 35, 36, 38, 40, 41, 43, 44, 45, 46, 47, 48, 49, 50, 51, 53, 55, 56, 57, 58, 59], "onlin": 48, "other": [42, 69], "other_lexical_featur": 16, "ouput": 34, "our": 62, "output": [1, 30, 35, 45, 46, 47, 51], "packag": [0, 1, 61], "paramet": [0, 1], "person": 53, "pip": [1, 61], "polar": 56, "polit": [49, 50], "politeness_featur": 17, "politeness_v2": 18, "politeness_v2_help": 19, "posit": 52, "preload_word_list": 70, "preprocess": 71, "pronoun": 53, "proport": 53, "quantiti": 44, "question": 54, "question_num": 20, "ratio": 60, "readabl": 21, "recept": 49, "recognit": 47, "recommend": [1, 61], "reddit_tag": 22, "relat": [29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60], "repair": 32, "roberta": 51, "run": 1, "sampl": [0, 1], "score": [33, 41, 52], "sentiment": 51, "speaker": [11, 59, 62, 69], "start": [1, 61, 62], "strategi": 50, "subject": 57, "summarize_featur": 72, "tabl": 61, "tag": 48, "take": 59, "team": [55, 61, 62], "technic": 11, "temporal_featur": 23, "textblob": [56, 57], "textblob_sentiment_analysi": 24, "time": 58, "token": 60, "toolkit": 61, "touch": 0, "train": 47, "troubleshoot": [1, 61], "turn": [1, 59], "turn_taking_featur": 25, "type": 60, "us": 61, "user": 11, "util": 69, "utter": [11, 39, 62, 69], "variance_in_dd": 26, "vector": 1, "virtual": [1, 61], "walkthrough": 1, "within_person_discursive_rang": 27, "word": [31, 36, 42, 60], "word_mimicri": 28, "work": 1, "your": 1, "z": [41, 52], "zscore_chats_and_convers": 73}}) \ No newline at end of file diff --git a/docs/source/features_conceptual/content_word_accommodation.rst b/docs/source/features_conceptual/content_word_accommodation.rst index d82a6b64..38d61559 100644 --- a/docs/source/features_conceptual/content_word_accommodation.rst +++ b/docs/source/features_conceptual/content_word_accommodation.rst @@ -13,10 +13,16 @@ Citation Implementation Basics ********************** -To compute the feature, we count the number of shared content words (defined as anything that is not on the function word list) between the current and previous utterance in a conversation, then normalize it by the frequency of the word across all inputs in the dataset. This follows the original authors' method: +To compute the feature, we count the number of shared content words (defined as anything that is not on the function word list) between the current and previous utterance in a conversation, normalized by the frequency at which the word appears. This follows the original authors' method: Content words are defined as any word that is not a function word. For each content word w in a given speaker’s turn, if w also occurs in the immediately preceding turn of the other, we count w as an accommodated content word. The raw count of accommodated content words is be the total number of these accommodated content words over every turn in the conversation side. Because content words vary widely in frequency, we normalized our counts by the frequency of each word. +For completeness, we interprete "the frequency of each word" in two distinct ways: + +1. **The frequency of each word across the entire dataset (`content_word_accommodation`)**: here, we normalize non-function words with respect to the language used across all conversations in the dataset. This version of accommodation is useful if the entire dataset consists of similar conversations, or conversations about the same topic. Normalizing with respect to a larger dataset will be useful in establishing better estimates in identifying (and appropriately weigting) whichs words carry meaningful content in a particular domain. + +2. **The frequency of each word within a given conversation (`content_word_accommodation_per_conv`)**: here, we normalize non-function words with respect only to the language in a given conversation. This version of accommodation is useful if the dataset consists of very distinct conversations, for which it may not make sense to assume that the distribution of which words are "important" will hold across different domains. + The feature requires a reference list of function words, which are defined by the original authors as follows. **Auxiliary and copular verbs** diff --git a/pyproject.toml b/pyproject.toml index 9461e0a2..22eef440 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "team_comm_tools" -version = "0.1.4.post2" +version = "0.1.5" requires-python = ">= 3.10" dependencies = [ "chardet>=3.0.4", diff --git a/src/team_comm_tools/feature_dict.py b/src/team_comm_tools/feature_dict.py index 5b557091..63100e68 100644 --- a/src/team_comm_tools/feature_dict.py +++ b/src/team_comm_tools/feature_dict.py @@ -229,11 +229,11 @@ "bert_sentiment_data": False }, "Content Word Accommodation": { - "columns": ["content_word_accommodation"], + "columns": ["content_word_accommodation", "content_word_accommodation_per_conv"], "file": "./features/word_mimicry.py", "level": "Chat", "semantic_grouping": "Variance", - "description": "The total number of non-function words used in a given turn that were also used in the previous turn, normalized by the inverse document frequency of each content word.", + "description": "The total number of non-function words used in a given turn that were also used in the previous turn, normalized by the inverse document frequency of each content word. `content_word_accommodation` computes the frequency of the content words with respect to the entire dataset; `content_word_accommodation_per_conv` does so with respect to each conversation.", "references": "(Ranganath et al., 2013)", "wiki_link": "https://conversational-featurizer.readthedocs.io/en/latest/features_conceptual/content_word_accommodation.html", "function": ChatLevelFeaturesCalculator.calculate_word_mimicry, @@ -609,7 +609,7 @@ } def generate_filtered_dict(): - + keys_to_keep = ["columns", "file", "level", "semantic_grouping", "description", "references", "wiki_link"] filtered_dict = {feature_name: {key: value for key, value in feature_data.items() if key in keys_to_keep} diff --git a/src/team_comm_tools/features/info_exchange_zscore.py b/src/team_comm_tools/features/info_exchange_zscore.py index 9adaf771..b0a5b989 100644 --- a/src/team_comm_tools/features/info_exchange_zscore.py +++ b/src/team_comm_tools/features/info_exchange_zscore.py @@ -28,6 +28,8 @@ def get_info_exchange_wordcount(df, first_person, message_col): pd.Series: A column containing the difference in total words and first-person singular pronouns. ''' - first_person_regex = " | ".join(first_person) + first_person_regex = "\\b|\\b".join(first_person) + first_person_regex = "\\b" + first_person_regex + "\\b" + df['first_person_raw'] = df[message_col].apply(lambda chat: len(re.findall(first_person_regex, chat))) return (df["num_words"] - df["first_person_raw"]) \ No newline at end of file diff --git a/src/team_comm_tools/features/question_num.py b/src/team_comm_tools/features/question_num.py index c84fcd89..33b77d99 100644 --- a/src/team_comm_tools/features/question_num.py +++ b/src/team_comm_tools/features/question_num.py @@ -30,4 +30,4 @@ def calculate_num_question_naive(text, question_words): # Is a question if the sentence ends with "?" or starts with a word that is in the question_words list if sentence.endswith("?") or word_tokenize(sentence)[0] in question_words: num_q += 1 - return num_q \ No newline at end of file + return num_q diff --git a/src/team_comm_tools/features/readability.py b/src/team_comm_tools/features/readability.py index 8329f52e..ebf90e0f 100644 --- a/src/team_comm_tools/features/readability.py +++ b/src/team_comm_tools/features/readability.py @@ -5,20 +5,33 @@ from .basic_features import count_words +# Source: https://datascience.stackexchange.com/questions/23376/how-to-get-the-number-of-syllables-in-a-word/89312#89312 # Define the function to calculate the Dale-Chall score -def count_syllables(word): - """ - Count the number of syllables in a word. - - Args: - word(str): The input word. +VOWEL_RUNS = re.compile("[aeiouy]+", flags=re.I) +EXCEPTIONS = re.compile( + # fixes trailing e issues: + # smite, scared + "[^aeiou]e[sd]?$|" + # fixes adverbs: + # nicely + + "[^e]ely$", + flags=re.I +) +ADDITIONAL = re.compile( + # fixes incorrect subtractions from exceptions: + # smile, scarred, raises, fated + "[^aeioulr][lr]e[sd]?$|[csgz]es$|[td]ed$|" + # fixes miscellaneous issues: + # flying, piano, video, prism, fire, evaluate + + ".y[aeiou]|ia(?!n$)|eo|ism$|[^aeiou]ire$|[^gq]ua", + flags=re.I +) - Returns: - int: The number of syllables in the word. - """ - dic = pyphen.Pyphen(lang='en') - pyphen_result = dic.inserted(word) - return len(re.findall(r"-", pyphen_result)) +def count_syllables(word): + vowel_runs = len(VOWEL_RUNS.findall(word)) + exceptions = len(EXCEPTIONS.findall(word)) + additional = len(ADDITIONAL.findall(word)) + return max(1, vowel_runs - exceptions + additional) def count_difficult_words(text, easy_words): """ @@ -36,7 +49,6 @@ def count_difficult_words(text, easy_words): difficult_words = 0 # recall that words are already pre-processed; substitute punctuation here for words only words = re.sub(r"[^a-zA-Z0-9 ]+", '',text).split() - remaining_words = [i for i in words if not i in easy_words] for word in remaining_words: @@ -46,7 +58,7 @@ def count_difficult_words(text, easy_words): return difficult_words -def dale_chall_helper(text, **easy_words): +def dale_chall_helper(text, easy_words): """ Calculate the Dale-Chall readability score of a text. The Dale-Chall score are defined as: @@ -72,7 +84,13 @@ def dale_chall_helper(text, **easy_words): """ num_words = count_words(text) - num_sentences = len(re.split(r'[.?!]\s*', text)) + sentences = re.split(r'[.?!]\s*', text) + sentences = [x for x in sentences if x] + num_sentences = len(sentences) + + + if num_sentences == 0: + return 0 avg_sentence_length = num_words/num_sentences num_difficult_words = count_difficult_words(text, easy_words) diff --git a/src/team_comm_tools/features/word_mimicry.py b/src/team_comm_tools/features/word_mimicry.py index 545f9c70..d97bcd82 100644 --- a/src/team_comm_tools/features/word_mimicry.py +++ b/src/team_comm_tools/features/word_mimicry.py @@ -10,189 +10,240 @@ # To compute word mimicry, we use the dataset that removed all the punctuations # This is a *chat-level* feature in which order matters. # ''' + + def get_function_words_in_message(text, function_word_reference): - """ - Extract the function words & non-functions words from a message + """ + Extract the function words & non-functions words from a message - Args: - text (str): The input text to be analyzed. - function_word_reference (list): A list of function words to reference against. + Args: + text (str): The input text to be analyzed. + function_word_reference (list): A list of function words to reference against. - Returns: - list: A list of function words found in the input text. - """ + Returns: + list: A list of function words found in the input text. + """ - return [x for x in text.split() if x in function_word_reference] + return [x for x in text.split() if x in function_word_reference] -def get_content_words_in_message(text, function_word_reference): - """ - Extract the non-function words in a given message. +def get_content_words_in_message(text, function_word_reference): + """ + Extract the non-function words in a given message. - Args: - text (str): The input text to be analyzed. - function_word_reference (list): A list of function words to reference against. + Args: + text (str): The input text to be analyzed. + function_word_reference (list): A list of function words to reference against. - Returns: - list: A list of content words found in the input text. - """ - return [x for x in text.split() if x not in function_word_reference] + Returns: + list: A list of content words found in the input text. + """ + return [x for x in text.split() if x not in function_word_reference] def mimic_words(df, on_column, conversation_id): - """ - Return a list of words that are also used in the other's previous turn. - - Args: - df (DataFrame): The dataset that removed all punctuations. - on_column (str): The column that we want to find mimicry on. - conversation_id (str): The column name that should be selected as the conversation ID. + """ + Return a list of words that are also used in the other's previous turn. + + Args: + df (DataFrame): The dataset that removed all punctuations. + on_column (str): The column that we want to find mimicry on. + conversation_id (str): The column name that should be selected as the conversation ID. + + Returns: + list: A list of lists, where each sublist contains words mimicked from the previous turn. + """ + word_mimic = [[]] + for i in range(1, len(df)): + # only do this if they're in the same conversation + if df.loc[i, conversation_id] == df.loc[i-1, conversation_id]: + word_mimic.append([x for x in df.loc[i, on_column] + if x in df.loc[(i-1), on_column]]) + else: + word_mimic.append([]) + return word_mimic - Returns: - list: A list of lists, where each sublist contains words mimicked from the previous turn. - """ - word_mimic = [[]] - for i in range(1, len(df)): - if df.loc[i, conversation_id] == df.loc[i-1, conversation_id]: # only do this if they're in the same conversation - word_mimic.append([x for x in df.loc[i, on_column] if x in df.loc[(i-1),on_column]]) - else: - word_mimic.append([]) - return word_mimic def function_mimicry_score(function_mimic_words): - """ - Compute the number of mimic words for function words by simply counting the number of mimic words using len(). + """ + Compute the number of mimic words for function words by simply counting the number of mimic words using len(). - Args: - function_mimic_words (list): Each entry under the `function_word_mimicry` column. + Args: + function_mimic_words (list): Each entry under the `function_word_mimicry` column. + + Returns: + int: The number of function mimic words. + """ + return len(function_mimic_words) - Returns: - int: The number of function mimic words. - """ - return len(function_mimic_words) def compute_frequency(df, on_column): - """ - Compute the frequency of each content word across the whole dataset. + """ + Compute the frequency of each content word across the whole dataset. + + Args: + df (DataFrame): The input dataframe. + on_column (str): The column with which we calculate content word frequency. + + Returns: + dict: A dictionary with content words as keys and their frequencies as values. + """ + return (dict(pd.Series(np.concatenate(df[on_column])).value_counts())) - Args: - df (DataFrame): The input dataframe. - on_column (str): The column with which we calculate content word frequency. +def compute_frequency_per_conv(df, on_column): + """ + Compute the frequency of each content word across the whole dataset. - Returns: - dict: A dictionary with content words as keys and their frequencies as values. - """ - return(dict(pd.Series(np.concatenate(df[on_column])).value_counts())) + Args: + df (DataFrame): The input dataframe. + on_column (str): The column with which we calculate content word frequency. + Returns: + dict: A dictionary with content words as keys and their frequencies as values. + """ + df_temp = df.copy() + df_temp.reset_index(drop=True, inplace=True) + return (dict(pd.Series(np.concatenate(df_temp[on_column])).value_counts())) def computeTF(column_mimc, frequency_dict): - """ - Compute the term frequency of each content mimic word, then sum them up. + """ + Compute the term frequency of each content mimic word, then sum them up. - Args: - column_mimc (list): Each entry under the `content_word_mimicry` column. - frequency_dict (dict): A dictionary of content word frequency across the dataset. + Args: + column_mimc (list): Each entry under the `content_word_mimicry` column. + frequency_dict (dict): A dictionary of content word frequency across the dataset. - Returns: - float: The sum of term frequencies for the content mimic words. - """ - tfdict = {} - wf = pd.Series(column_mimc, dtype = 'str').value_counts() - for i in wf.index: - tfdict[i] = wf[i]/frequency_dict[i] - return sum(tfdict.values()) + Returns: + float: The sum of term frequencies for the content mimic words. + """ + tfdict = {} + wf = pd.Series(column_mimc, dtype='str').value_counts() + for i in wf.index: + tfdict[i] = wf[i]/frequency_dict[i] + return sum(tfdict.values()) def Content_mimicry_score(df, column_count_frequency, column_count_mimic): - """ - Combine the steps to compute the content word mimicry score. - - Args: - df (DataFrame): The input dataframe. - column_count_frequency (str): The column with content words to calculate frequency. - column_count_mimic (str): The column with content word mimicry. - - Returns: - Series: A series with content word accommodation scores. - - """ - # Compute the frequency of each content word across the whole dataset - ContWordFreq = compute_frequency(df, column_count_frequency) - # Compute the content_mimicry_score - return df[column_count_mimic].apply(lambda x:computeTF(x, ContWordFreq)) + """ + Combine the steps to compute the content word mimicry score. Normalizes + the frequency of words by how much they appear across the *entire dataset*. + + Args: + df (DataFrame): The input dataframe. + column_count_frequency (str): The column with content words to calculate frequency. + column_count_mimic (str): The column with content word mimicry. + + Returns: + Series: A series with content word accommodation scores. + + """ + # Compute the frequency of each content word across the whole dataset + ContWordFreq = compute_frequency(df, column_count_frequency) + # Compute the content_mimicry_score + return df[column_count_mimic].apply(lambda x:computeTF(x, ContWordFreq)) + +def Content_mimicry_score_per_conv(df, column_count_frequency, column_count_mimic, conversation_id): + """ + Computes the content word mimicry score, but normalizes the term frequency of the words + by how often they appear *within* a given conversation. This version of the score may + be more useful in cases where different conversations in the dataset cover very + different subject matter, and therefore one may not wish to normalize across the + full dataset. + + Args: + df (DataFrame): The input dataframe. + column_count_frequency (str): The column with content words to calculate frequency. + column_count_mimic (str): The column with content word mimicry. + + Returns: + Series: A series with content word accommodation scores. + + """ + content_mimic_scores = [] + for conv in df[conversation_id].unique(): + df_conv = df[df[conversation_id] == conv] + ContWordFreq = compute_frequency_per_conv(df_conv, column_count_frequency) + content_mimic_scores.append(df_conv[column_count_mimic].apply( + lambda x: computeTF(x, ContWordFreq)).tolist()) + return [item for sublist in content_mimic_scores for item in sublist] + def get_mimicry_bert(chat_data, vect_data, conversation_id): - """ - Uses SBERT vectors to get the cosine similarity between each message and the previous message. + """ + Uses SBERT vectors to get the cosine similarity between each message and the previous message. - Args: - chat_data (DataFrame): The input chat dataframe. - vect_data (DataFrame): The dataframe containing SBERT vectors. - conversation_id (str): The column name that should be selected as the conversation ID. + Args: + chat_data (DataFrame): The input chat dataframe. + vect_data (DataFrame): The dataframe containing SBERT vectors. + conversation_id (str): The column name that should be selected as the conversation ID. + + Returns: + list: A list of cosine similarity scores between each message and the previous message. + """ + + chat_df = chat_data.copy() + chat_df['message_embedding'] = conv_to_float_arr( + vect_data['message_embedding'].to_frame()) + + mimicry = [] - Returns: - list: A list of cosine similarity scores between each message and the previous message. - """ - - chat_df = chat_data.copy() - chat_df['message_embedding'] = conv_to_float_arr(vect_data['message_embedding'].to_frame()) + for num, conv in chat_df.groupby(conversation_id, sort=False): - mimicry = [] + # first chat has no zero mimicry score, nothing previous to compare it to + mimicry.append(0) + prev_embedding = conv.iloc[0]['message_embedding'] - for num, conv in chat_df.groupby(conversation_id, sort=False): + for index, row in conv[1:].iterrows(): - # first chat has no zero mimicry score, nothing previous to compare it to - mimicry.append(0) - prev_embedding = conv.iloc[0]['message_embedding'] + # last "pair" has only one element, safeguard against this + cur_embedding = row['message_embedding'] + cos_sim_matrix = cosine_similarity([cur_embedding, prev_embedding]) + cosine_sim = cos_sim_matrix[0, 1] - for index, row in conv[1:].iterrows(): - - # last "pair" has only one element, safeguard against this - cur_embedding = row['message_embedding'] - cos_sim_matrix = cosine_similarity([cur_embedding, prev_embedding]) - cosine_sim = cos_sim_matrix[0, 1] - - mimicry.append(cosine_sim) + mimicry.append(cosine_sim) - prev_embedding = row['message_embedding'] + prev_embedding = row['message_embedding'] - return mimicry + return mimicry def get_moving_mimicry(chat_data, vect_data, conversation_id): - """ - Calculate the moving average of mimicry scores using SBERT vectors. + """ + Calculate the moving average of mimicry scores using SBERT vectors. - Args: - chat_data (DataFrame): The input chat dataframe. - vect_data (DataFrame): The dataframe containing SBERT vectors. - conversation_id (str): The column name that should be selected as the conversation ID. + Args: + chat_data (DataFrame): The input chat dataframe. + vect_data (DataFrame): The dataframe containing SBERT vectors. + conversation_id (str): The column name that should be selected as the conversation ID. + + Returns: + list: A list of moving average mimicry scores for each message in the conversation. + """ + + chat_df = chat_data.copy() + chat_df['message_embedding'] = conv_to_float_arr( + vect_data['message_embedding'].to_frame()) - Returns: - list: A list of moving average mimicry scores for each message in the conversation. - """ + moving_mimicry = [] - chat_df = chat_data.copy() - chat_df['message_embedding'] = conv_to_float_arr(vect_data['message_embedding'].to_frame()) + for num, conv in chat_df.groupby(conversation_id, sort=False): - moving_mimicry = [] + prev_embedding = conv.iloc[0]["message_embedding"] + prev_mimicry = [] + # Start with 0; however, prev_mimicry is not stored so it is ignored from calculations + moving_mimicry.append(0) - for num, conv in chat_df.groupby(conversation_id, sort = False): + for index, row in conv[1:].iterrows(): + # find cosine similarity between current pair + cos_sim_matrix = cosine_similarity( + [row['message_embedding'], prev_embedding]) + cosine_sim = cos_sim_matrix[0, 1] - prev_embedding = conv.iloc[0]["message_embedding"] - prev_mimicry = [] - moving_mimicry.append(0) # Start with 0; however, prev_mimicry is not stored so it is ignored from calculations - - for index, row in conv[1:].iterrows(): - # find cosine similarity between current pair - cos_sim_matrix = cosine_similarity([row['message_embedding'], prev_embedding]) - cosine_sim = cos_sim_matrix[0, 1] + # get the running average + prev_mimicry.append(cosine_sim) + moving_mimicry.append(np.average(prev_mimicry)) - # get the running average - prev_mimicry.append(cosine_sim) - moving_mimicry.append(np.average(prev_mimicry)) + # update the previous embedding + prev_embedding = row['message_embedding'] - # update the previous embedding - prev_embedding = row['message_embedding'] - - return moving_mimicry \ No newline at end of file + return moving_mimicry diff --git a/src/team_comm_tools/utils/calculate_chat_level_features.py b/src/team_comm_tools/utils/calculate_chat_level_features.py index ef55d4be..3aa73645 100644 --- a/src/team_comm_tools/utils/calculate_chat_level_features.py +++ b/src/team_comm_tools/utils/calculate_chat_level_features.py @@ -14,7 +14,7 @@ from team_comm_tools.features.certainty import * from team_comm_tools.features.politeness_v2 import * from team_comm_tools.features.reddit_tags import * -from team_comm_tools.features.named_entity_recognition_features import* +from team_comm_tools.features.named_entity_recognition_features import * # Importing utils from .preload_word_lists import * @@ -41,31 +41,34 @@ class ChatLevelFeaturesCalculator: :param ner_cutoff: This is the cutoff value for the confidence of prediction for each named entity :type ner_cutoff: int """ + def __init__( - self, - chat_data: pd.DataFrame, - vect_data: pd.DataFrame, - bert_sentiment_data: pd.DataFrame, + self, + chat_data: pd.DataFrame, + vect_data: pd.DataFrame, + bert_sentiment_data: pd.DataFrame, ner_training: pd.DataFrame, ner_cutoff: int, conversation_id_col: str, message_col: str, timestamp_col: str | tuple[str, str] - ) -> None: + ) -> None: self.chat_data = chat_data self.vect_data = vect_data - self.bert_sentiment_data = bert_sentiment_data # Load BERT + self.bert_sentiment_data = bert_sentiment_data # Load BERT self.ner_training = ner_training self.ner_cutoff = ner_cutoff self.conversation_id_col = conversation_id_col self.timestamp_col = timestamp_col self.message_col = message_col - self.easy_dale_chall_words = get_dale_chall_easy_words() # load easy Dale-Chall words exactly once. - self.function_words = get_function_words() # load function words exactly once - self.question_words = get_question_words() # load question words exactly once - self.first_person = get_first_person_words() # load first person words exactly once - + # load easy Dale-Chall words exactly once. + self.easy_dale_chall_words = get_dale_chall_easy_words() + self.function_words = get_function_words() # load function words exactly once + self.question_words = get_question_words() # load question words exactly once + # load first person words exactly once + self.first_person = get_first_person_words() + def calculate_chat_level_features(self, feature_methods: list) -> pd.DataFrame: """ Main driver function for creating chat-level features. @@ -82,7 +85,7 @@ def calculate_chat_level_features(self, feature_methods: list) -> pd.DataFrame: # Return the input dataset with the chat level features appended (as columns) return self.chat_data - + def concat_bert_features(self) -> None: """ Concatenate RoBERTa sentiment features to the chat data. @@ -93,7 +96,8 @@ def concat_bert_features(self) -> None: :return: None :rtype: None """ - self.chat_data = pd.concat([self.chat_data, self.bert_sentiment_data], axis = 1) + self.chat_data = pd.concat( + [self.chat_data, self.bert_sentiment_data], axis=1) def text_based_features(self) -> None: """ @@ -108,14 +112,17 @@ def text_based_features(self) -> None: :rtype: None """ # Count Words - self.chat_data["num_words"] = self.chat_data[self.message_col].apply(count_words) - + self.chat_data["num_words"] = self.chat_data[self.message_col].apply( + count_words) + # Count Characters - self.chat_data["num_chars"] = self.chat_data[self.message_col].apply(count_characters) - - # Count Messages - self.chat_data["num_messages"] = self.chat_data[self.message_col].apply(count_messages) - + self.chat_data["num_chars"] = self.chat_data[self.message_col].apply( + count_characters) + + # Count Messages + self.chat_data["num_messages"] = self.chat_data[self.message_col].apply( + count_messages) + def info_exchange(self) -> None: """ Extract different types of z-scores from the chats. @@ -132,16 +139,20 @@ def info_exchange(self) -> None: """ # Get Modified Wordcount: Total word count - first_singular pronouns - self.chat_data["info_exchange_wordcount"] = get_info_exchange_wordcount(self.chat_data, self.first_person, self.message_col) - + self.chat_data["info_exchange_wordcount"] = get_info_exchange_wordcount( + self.chat_data, self.first_person, self.message_col) + # Get the z-score of each message across all chats - self.chat_data["info_exchange_zscore_chats"] = get_zscore_across_all_chats(self.chat_data, "info_exchange_wordcount") + self.chat_data["info_exchange_zscore_chats"] = get_zscore_across_all_chats( + self.chat_data, "info_exchange_wordcount") # Get the z-score within each conversation - self.chat_data["info_exchange_zscore_conversation"] = get_zscore_across_all_conversations(self.chat_data, "info_exchange_wordcount", self.conversation_id_col) + self.chat_data["info_exchange_zscore_conversation"] = get_zscore_across_all_conversations( + self.chat_data, "info_exchange_wordcount", self.conversation_id_col) # Drop the info exchange wordcount --- it's a linear combination of 2 columns and therefore useless - self.chat_data = self.chat_data.drop(columns=['info_exchange_wordcount']) + self.chat_data = self.chat_data.drop( + columns=['info_exchange_wordcount']) def positivity_zscore(self) -> None: """ @@ -155,10 +166,12 @@ def positivity_zscore(self) -> None: :rtype: None """ # Get the z-score of each message across all chats - self.chat_data["positivity_zscore_chats"] = get_zscore_across_all_chats(self.chat_data, "positive_bert") + self.chat_data["positivity_zscore_chats"] = get_zscore_across_all_chats( + self.chat_data, "positive_bert") # Get the z-score within each conversation - self.chat_data["positivity_zscore_conversation"] = get_zscore_across_all_conversations(self.chat_data, "positive_bert", self.conversation_id_col) + self.chat_data["positivity_zscore_conversation"] = get_zscore_across_all_conversations( + self.chat_data, "positive_bert", self.conversation_id_col) def lexical_features(self) -> None: """ @@ -169,8 +182,9 @@ def lexical_features(self) -> None: :return: None :rtype: None """ - self.chat_data = pd.concat([self.chat_data, liwc_features(self.chat_data, self.message_col)], axis = 1) - + self.chat_data = pd.concat( + [self.chat_data, liwc_features(self.chat_data, self.message_col)], axis=1) + def calculate_hedge_features(self) -> None: """ Calculate features related to expressing hesitation (or 'hedge'). @@ -195,8 +209,10 @@ def calculate_textblob_sentiment(self) -> None: :return: None :rtype: None """ - self.chat_data["textblob_subjectivity"] = self.chat_data[self.message_col].apply(get_subjectivity_score) - self.chat_data["textblob_polarity"] = self.chat_data[self.message_col].apply(get_polarity_score) + self.chat_data["textblob_subjectivity"] = self.chat_data[self.message_col].apply( + get_subjectivity_score) + self.chat_data["textblob_polarity"] = self.chat_data[self.message_col].apply( + get_polarity_score) def get_dale_chall_score_and_classfication(self) -> None: """ @@ -209,8 +225,10 @@ def get_dale_chall_score_and_classfication(self) -> None: :return: None :rtype: None """ - self.chat_data['dale_chall_score'] = self.chat_data[self.message_col].apply(lambda x: dale_chall_helper(x, easy_words = self.easy_dale_chall_words)) - self.chat_data['dale_chall_classification'] = self.chat_data['dale_chall_score'].apply(classify_text_dalechall) + self.chat_data['dale_chall_score'] = self.chat_data["message_lower_with_punc"].apply( + lambda x: dale_chall_helper(x, easy_words=self.easy_dale_chall_words)) + self.chat_data['dale_chall_classification'] = self.chat_data['dale_chall_score'].apply( + classify_text_dalechall) def other_lexical_features(self) -> None: """ @@ -230,20 +248,24 @@ def other_lexical_features(self) -> None: # Get the number of questions in each message # naive: Number of Question Marks + Sentences that start with question words - self.chat_data["num_question_naive"] = self.chat_data["message_lower_with_punc"].apply(lambda x: calculate_num_question_naive(x, question_words = self.question_words)) - + self.chat_data["num_question_naive"] = self.chat_data["message_lower_with_punc"].apply( + lambda x: calculate_num_question_naive(x, question_words=self.question_words)) + # Classify whether the message contains clarification questions - self.chat_data["NTRI"] = self.chat_data["message_lower_with_punc"].apply(classify_NTRI) - + self.chat_data["NTRI"] = self.chat_data["message_lower_with_punc"].apply( + classify_NTRI) + # Calculate the word type-to-token ratio - self.chat_data["word_TTR"] = self.chat_data[self.message_col].apply(get_word_TTR) - + self.chat_data["word_TTR"] = self.chat_data[self.message_col].apply( + get_word_TTR) + # Calculate the proportion of first person pronouns from the chats - self.chat_data["first_pronouns_proportion"] = get_proportion_first_pronouns(self.chat_data) + self.chat_data["first_pronouns_proportion"] = get_proportion_first_pronouns( + self.chat_data) # drop the raw number of first pronouns -- unnecessary given this is proportional to other first-pronoun columns self.chat_data = self.chat_data.drop(columns=['first_person_raw']) - + def calculate_word_mimicry(self) -> None: """ Calculate features related to word mimicry. @@ -256,7 +278,7 @@ def calculate_word_mimicry(self) -> None: - Identifies mimicry of function and content words from the immediate previous turn - Computes function word accommodation (number of mimicked function words) - Computes content word accommodation (sum of inverse frequency of mimicked content words) - + Drops the intermediate columns related to function and content words after calculation. :return: None @@ -264,21 +286,32 @@ def calculate_word_mimicry(self) -> None: """ # Extract function words / content words from a message - self.chat_data["function_words"] = self.chat_data[self.message_col].apply(lambda x: get_function_words_in_message(x, function_word_reference = self.function_words)) - self.chat_data["content_words"] = self.chat_data[self.message_col].apply(lambda x: get_content_words_in_message(x, function_word_reference = self.function_words)) - + self.chat_data["function_words"] = self.chat_data[self.message_col].apply( + lambda x: get_function_words_in_message(x, function_word_reference=self.function_words)) + self.chat_data["content_words"] = self.chat_data[self.message_col].apply( + lambda x: get_content_words_in_message(x, function_word_reference=self.function_words)) + # Extract the function words / content words that also appears in the immediate previous turn - self.chat_data["function_word_mimicry"] = mimic_words(self.chat_data, "function_words", self.conversation_id_col) - self.chat_data["content_word_mimicry"] = mimic_words(self.chat_data, "content_words", self.conversation_id_col) + self.chat_data["function_word_mimicry"] = mimic_words( + self.chat_data, "function_words", self.conversation_id_col) + self.chat_data["content_word_mimicry"] = mimic_words( + self.chat_data, "content_words", self.conversation_id_col) # Compute the number of function words that also appears in the immediate previous turn - self.chat_data["function_word_accommodation"] = self.chat_data["function_word_mimicry"].apply(function_mimicry_score) - + self.chat_data["function_word_accommodation"] = self.chat_data["function_word_mimicry"].apply( + function_mimicry_score) + # Compute the sum of inverse frequency of each content word that also occurred in the other’s immediately prior turn. - self.chat_data["content_word_accommodation"] = Content_mimicry_score(self.chat_data, "content_words","content_word_mimicry") + self.chat_data["content_word_accommodation"] = Content_mimicry_score( + self.chat_data, "content_words", "content_word_mimicry") + + # Compute the sum of inverse frequency of each content word that also occurred in the other’s immediately prior turn WITHIN CONVERSATIONS. + self.chat_data["content_word_accommodation_per_conv"] = Content_mimicry_score_per_conv( + self.chat_data, "content_words", "content_word_mimicry", self.conversation_id_col) # Drop the function / content word columns -- we don't need them in the output - self.chat_data = self.chat_data.drop(columns=['function_words', 'content_words', 'function_word_mimicry', 'content_word_mimicry']) + self.chat_data = self.chat_data.drop(columns=[ + 'function_words', 'content_words', 'function_word_mimicry', 'content_word_mimicry']) def calculate_vector_word_mimicry(self) -> None: """ @@ -288,16 +321,18 @@ def calculate_vector_word_mimicry(self) -> None: :rtype: None """ - self.chat_data["mimicry_bert"] = get_mimicry_bert(self.chat_data, self.vect_data, self.conversation_id_col) - self.chat_data["moving_mimicry"] = get_moving_mimicry(self.chat_data, self.vect_data, self.conversation_id_col) - + self.chat_data["mimicry_bert"] = get_mimicry_bert( + self.chat_data, self.vect_data, self.conversation_id_col) + self.chat_data["moving_mimicry"] = get_moving_mimicry( + self.chat_data, self.vect_data, self.conversation_id_col) + def get_temporal_features(self) -> None: """ Calculate features relevant to the timestamps of each chat. This function calculates and appends the following temporal feature to the chat data: - Time difference between messages sent - + It checks whether the 'timestamp' column is available. If not, it tries to calculate using 'timestamp_start' and 'timestamp_end' columns. @@ -305,12 +340,14 @@ def get_temporal_features(self) -> None: :rtype: None """ if type(self.timestamp_col) is str and {self.timestamp_col}.issubset(self.chat_data.columns): - self.chat_data["time_diff"] = get_time_diff(self.chat_data, self.timestamp_col, self.conversation_id_col) + self.chat_data["time_diff"] = get_time_diff( + self.chat_data, self.timestamp_col, self.conversation_id_col) elif type(self.timestamp_col) is tuple: timestamp_start, timestamp_end = self.timestamp_col if {timestamp_start, timestamp_end}.issubset(self.chat_data.columns): - self.chat_data["time_diff"] = get_time_diff_startend(self.chat_data, timestamp_start, timestamp_end, self.conversation_id_col) - + self.chat_data["time_diff"] = get_time_diff_startend( + self.chat_data, timestamp_start, timestamp_end, self.conversation_id_col) + def calculate_politeness_sentiment(self) -> None: """ Calculate politeness strategies using the Politeness module from Convokit. @@ -353,8 +390,9 @@ def get_forward_flow(self) -> None: :return: None :rtype: None """ - self.chat_data["forward_flow"] = get_forward_flow(self.chat_data, self.vect_data, self.conversation_id_col) - + self.chat_data["forward_flow"] = get_forward_flow( + self.chat_data, self.vect_data, self.conversation_id_col) + def get_certainty_score(self) -> None: """ Calculate the certainty score of a statement. @@ -367,9 +405,10 @@ def get_certainty_score(self) -> None: :return: None :rtype: None """ - + try: - self.chat_data["certainty_rocklage"] = self.chat_data["message_lower_with_punc"].apply(get_certainty) + self.chat_data["certainty_rocklage"] = self.chat_data["message_lower_with_punc"].apply( + get_certainty) except: print("WARNING: Certainty lexicon not found. Skipping feature...") @@ -394,28 +433,42 @@ def get_reddit_features(self) -> None: :return: None :rtype: None """ - self.chat_data["num_all_caps"] = self.chat_data[self.message_col + "_original"].apply(count_all_caps) - self.chat_data["num_links"] = self.chat_data["message_lower_with_punc"].apply(count_links) - self.chat_data["num_reddit_users"] = self.chat_data["message_lower_with_punc"].apply(count_user_references) - self.chat_data["num_emphasis"] = self.chat_data["message_lower_with_punc"].apply(count_emphasis) - self.chat_data["num_bullet_points"] = self.chat_data["message_lower_with_punc"].apply(count_bullet_points) - self.chat_data["num_numbered_points"] = self.chat_data["message_lower_with_punc"].apply(count_numbering) - self.chat_data["num_line_breaks"] = self.chat_data["message_lower_with_punc"].apply(count_line_breaks) - self.chat_data["num_quotes"] = self.chat_data["message_lower_with_punc"].apply(count_quotes) - self.chat_data["num_block_quote_responses"] = self.chat_data["message_lower_with_punc"].apply(count_responding_to_someone) - self.chat_data["num_ellipses"] = self.chat_data["message_lower_with_punc"].apply(count_ellipses) - self.chat_data["num_parentheses"] = self.chat_data["message_lower_with_punc"].apply(count_parentheses) - self.chat_data["num_emoji"] = self.chat_data["message_lower_with_punc"].apply(count_emojis) - + self.chat_data["num_all_caps"] = self.chat_data[self.message_col + + "_original"].apply(count_all_caps) + self.chat_data["num_links"] = self.chat_data["message_lower_with_punc"].apply( + count_links) + self.chat_data["num_reddit_users"] = self.chat_data["message_lower_with_punc"].apply( + count_user_references) + self.chat_data["num_emphasis"] = self.chat_data["message_lower_with_punc"].apply( + count_emphasis) + self.chat_data["num_bullet_points"] = self.chat_data["message_lower_with_punc"].apply( + count_bullet_points) + self.chat_data["num_numbered_points"] = self.chat_data["message_lower_with_punc"].apply( + count_numbering) + self.chat_data["num_line_breaks"] = self.chat_data["message_lower_with_punc"].apply( + count_line_breaks) + self.chat_data["num_quotes"] = self.chat_data["message_lower_with_punc"].apply( + count_quotes) + self.chat_data["num_block_quote_responses"] = self.chat_data["message_lower_with_punc"].apply( + count_responding_to_someone) + self.chat_data["num_ellipses"] = self.chat_data["message_lower_with_punc"].apply( + count_ellipses) + self.chat_data["num_parentheses"] = self.chat_data["message_lower_with_punc"].apply( + count_parentheses) + self.chat_data["num_emoji"] = self.chat_data["message_lower_with_punc"].apply( + count_emojis) + def get_named_entity(self) -> None: """ This function calculates the number of named entities in a chat. - + :return: None :rtype: None """ if self.ner_training is not None: train_spacy_ner(self.ner_training) - self.chat_data["num_named_entity"] = self.chat_data[self.message_col].apply(num_named_entity, cutoff=self.ner_cutoff) - self.chat_data["named_entities"] = self.chat_data[self.message_col].apply(named_entities, cutoff=self.ner_cutoff) + self.chat_data["num_named_entity"] = self.chat_data[self.message_col].apply( + num_named_entity, cutoff=self.ner_cutoff) + self.chat_data["named_entities"] = self.chat_data[self.message_col].apply( + named_entities, cutoff=self.ner_cutoff) diff --git a/tests/data/cleaned_data/fflow.csv b/tests/data/cleaned_data/fflow.csv index e70809f6..2810b950 100644 --- a/tests/data/cleaned_data/fflow.csv +++ b/tests/data/cleaned_data/fflow.csv @@ -82,4 +82,31 @@ X, B,Sports are a great way to stay active and healthy.,forward_flow,inv/dir X, C,Quesadillas are my favorite food in the whole world.,forward_flow,inv/dir X, D,Let's go shopping this weekend.,forward_flow,inv/dir X, D,Parties are so overrated.,forward_flow,inv/dir -X, D,Did you watch the latest political debate?,forward_flow,inv/dir \ No newline at end of file +X, D,Did you watch the latest political debate?,forward_flow,inv/dir +AA,A,I am going to walk my dog today.,mimicry_bert,inv/dir +AA,A,I am going to walk my pet today.,mimicry_bert,inv/dir +BB,A,The weather is gorgeous outside today.,mimicry_bert,inv/dir +BB,A,It's so sunny outside!,mimicry_bert,inv/dir +CC,A,The weather is gorgeous outside today.,mimicry_bert,inv/dir +CC,A,Does anyone want to play chess?,mimicry_bert,inv/dir +DD,A,I am going to walk my dog today.,mimicry_bert,unit_eq +DD,A,I am going to walk my pet today.,mimicry_bert,unit_eq +EE,A,I am going to walk my dog today.,mimicry_bert,unit_eq +EE,A,I am going to walk my pet today.,mimicry_bert,unit_eq +FF,A,The weather is gorgeous outside today.,mimicry_bert,unit_eq +FF,A,Does anyone want to play chess?,mimicry_bert,unit_eq +GG,A,This is the same sentence.,moving_mimicry,unit_eq +GG,A,This is the same sentence.,moving_mimicry,unit_eq +HH,A,This is the same sentence.,moving_mimicry,unit_eq +HH,A,This is the same sentence.,moving_mimicry,unit_eq +II,A,This is the same sentence.,moving_mimicry,unit_eq +II,A,I'm trying something new.,moving_mimicry,unit_eq +JJ,A,I want to eat something.,moving_mimicry,inv/dir +JJ,A,I've been meaning to try this restaurant.,moving_mimicry,inv/dir +JJ,A,Does the restaurant serve quesadillas?,moving_mimicry,inv/dir +KK,A,Let's go to the amusement park.,moving_mimicry,inv/dir +KK,A,Does it have roller coasters?,moving_mimicry,inv/dir +KK,A,I'm scared of roller coasters I can't go!,moving_mimicry,inv/dir +LL,A,Let me get on the dance floor.,moving_mimicry,inv/dir +LL,A,I've been meaning to try this restaurant.,moving_mimicry,inv/dir +LL,A,Bust some moves!,moving_mimicry,inv/dir \ No newline at end of file diff --git a/tests/data/cleaned_data/info_exchange_zscore_chats.csv b/tests/data/cleaned_data/info_exchange_zscore_chats.csv new file mode 100644 index 00000000..25deb2f0 --- /dev/null +++ b/tests/data/cleaned_data/info_exchange_zscore_chats.csv @@ -0,0 +1,7 @@ +conversation_num,speaker_nickname,message,expected_column,expected_value +D,1,I went to the store,info_exchange_zscore_chats,0 +D,2,Bought some groceries for dinner,info_exchange_zscore_chats,1.73205 +D,3,It's raining today,info_exchange_zscore_chats,-1.73205 +E,1,I went to the store,info_exchange_zscore_chats,0 +E,1,I went to the store,info_exchange_zscore_chats,0 +E,1,I went to the store,info_exchange_zscore_chats,0 \ No newline at end of file diff --git a/tests/data/cleaned_data/test_chat_level.csv b/tests/data/cleaned_data/test_chat_level.csv index e4c82b35..94fb7f45 100644 --- a/tests/data/cleaned_data/test_chat_level.csv +++ b/tests/data/cleaned_data/test_chat_level.csv @@ -1,681 +1,736 @@ -conversation_num,speaker_nickname,message,expected_column,expected_value -1,A,Hello I like fish.,num_words,4.0 -1,B,This sentence has five words.,num_words,5.0 -2,A,Hello??,num_words,1.0 -2,B,Is 4 a word?,num_words,4.0 -3,A,.,num_words,0.0 -4,test_A,"HELLO WORLD, THIS IS A TEST. hi HI. hi HI hi HI""",num_all_caps,9.0 -4,test_B,ONE TWO THREE. four five six. sEvEn EiGhT nInE.,num_all_caps,3.0 -4,test_A,Check out this [link](https://example.com) and this one http://example.org,num_links,2.0 -4,test_B,I like google.com and wikipedia.org but not amazon.com,num_links,3.0 -4,test_A,why don't you read everything at https://www.example.com and https://www.example.org and https://www.example.net and https://www.example.ca and https://www.example.co.uk,num_links,5.0 -4,test_B,"why don't you read everything at -- https://www.example.com -- https://www.example.org -- https://www.example.net -- https://www.example.ca -- https://www.example.co.uk",num_links,5.0 -4,test_A,"Hello u/user1 and u/user2, hi hi hi?",num_reddit_users,2.0 -4,test_B,I don't like u/user_1_test but I like u/user2Test,num_reddit_users,2.0 -4,test_A,"This is **bold**, *italics*, and this is not. This is ***bolded and italicized***",num_emphasis,3.0 -4,test_B,This is **uneven* in terms of *the emphasis**,num_emphasis,2.0 -4,test_A,* item 1\n* item 2\n- item 3,num_bullet_points,3.0 -4,test_B,"Here are all my arguments: -- point 1 -- point 2 -- point 3 -- point 4 is super long and takes up multiple lines point 4 is super long and takes up multiple lines point 4 is super long and takes up multiple lines point 4 is super long and takes up multiple lines point 4 is super long and takes up multiple lines point 4 is super long and takes up multiple lines point 4 is super long and takes up multiple lines point 4 is super long and takes up multiple lines point 4 is super long and takes up multiple lines point 4 is super long and takes up multiple lines point 4 is super long and takes up multiple lines",num_bullet_points,4.0 -4,test_A,1. First\n2. Second\n3. Third,num_numbered_points,3.0 -4,test_B,This is the first line.\nThis is the second line.\nThis is the third line.,num_line_breaks,3.0 -4,test_A,"I have a line - - - - -here is a new line - - -here is a third line",num_line_breaks,3.0 -4,test_B,this is a line with\rA different kind of return value\rUsing carriage return instead of the newline character,num_line_breaks,3.0 -4,test_A,"""This is a quote."" She said, ""Here's another.""",num_quotes,2.0 -4,test_B,"""You miss 100% of the shots you don't take"" -- Wayne Gretzky",num_quotes,1.0 -4,test_A,"""I can't believe you use single quotes to quote people,"" she said. ""Well, he replied, 'sometimes single quotes are useful when you nest quotes inside other quotes,' according to my English teacher"" Then she said: 'okay'",num_quotes,4.0 -4,test_B,> Quoting someone else\nThis is my reply.,num_block_quote_responses,1.0 -4,test_A,> Quoting someone else\nThis is my reply.,num_block_quote_responses,1.0 -4,test_B,>>>> This is a quote but I went overboard with the carat character,num_block_quote_responses,1.0 -4,test_A,>> This is one where I put too many of the gt's,num_block_quote_responses,1.0 -4,test_B,"> Hello! -Goodbye!",num_block_quote_responses,1.0 -4,test_B,"> here I am making a quote -I respond to it -> I quote again -I respond to that too",num_block_quote_responses,2.0 -4,test_A,Well... I'm not sure... Maybe...,num_ellipses,3.0 -4,test_B,hm..what if I only use two periods.............or many periods............,num_ellipses,2.0 -4,test_B,This is a sentence (with some text in parentheses).,num_parentheses,1.0 -4,test_A,"""Sure,"" I said confidently (thiking to myself: no way!) This was definitely (not) one of my best moments.",num_parentheses,2.0 -4,test_B,(((((these parentheses are not properly closed.),num_parentheses,1.0 -4,test_B,((there are multiple parentheses here)),num_parentheses,2.0 -4,test_A,((1+(1+3+4)^2)+7+(9+8)),num_parentheses,4.0 -5,test1,I think that I think that I think,certainty_rocklage,4.5 -5,test2,I am a little confused,certainty_rocklage,2.47 -5,test2,I don't really know the answer,certainty_rocklage,1.33 -5,test3,I am sure that this is correct,certainty_rocklage,8.02 -5,test1,I am fairly certain in my response,certainty_rocklage,8.28 -5,test2,This is without a doubt the best movie I have ever seen,certainty_rocklage,4.5 -5,test2,I am not sure about how to how to approximately handle this,certainty_rocklage,2.69 -5,test3,I believe that he is guilty but I am not very certain,certainty_rocklage,6.56 -5,test1,I an open to you changing my mind on this issue,certainty_rocklage,4.5 -5,test2,I don't think the guy is the a$$hole. Thoughts?,certainty_rocklage,5.44 -5,test2,So who thinks the guy is an ass for asking his mother in law to learn english,certainty_rocklage,4.5 -5,test3,"I think that this person is not an asshole because, according to him, he was very polite while approaching the issue",certainty_rocklage,6.037 -5,test1,I can see how the family is upset because they feel the mother was disrespected but I can also understand the guy's feelings. Why should he have to work as interpreter for his mother in law?,certainty_rocklage,4.5 -5,test2,"Yes, I think his feeling makes sense to me to. Who doesn't want to be independent.",certainty_rocklage,4.89 -5,test2,I was conflicted because I could understand his frustration however I feel he should have maybe discussed strategies with how to approach the mother in law with his wife first.,certainty_rocklage,4.684 -5,test3,His MIL has been here for 8 years. You would think she'd pick up some English by now.,certainty_rocklage,4.5 -5,test1,I think he had every right to want to help his mother in law,certainty_rocklage,4.28 -5,test2,I also agree with culturedCow,certainty_rocklage,4.5 -5,test2,"I don't think he's an asshole. I think his request is reasonable. If you go to live in a foreign country, you should learn the language.",certainty_rocklage,5.125 -5,test3,"I think the guy is an asshole because for all his talk about how easy it is to use resources to learn a language, he didn't take the time to research WHY some people do not.",certainty_rocklage,5.505 -5,test1,I think he also tried to utilize other resources such as language learning apps to help her learn,certainty_rocklage,4.28 -5,test2,"I think also he needs to understand that language learning is not the same for everyone, not everyone has the same capacity to learn new languages quickly.",certainty_rocklage,6.09 -5,test2,"Maybe she does have a problem with learning languages, but she could at least try.",certainty_rocklage,3.79 -5,test3,After the edit he done it made it sound like he really loves his family,certainty_rocklage,6.175 -5,test1,"I don't think the guy is wrong in asking her to learn more english being that she lives in America, but he has to understand she is older and may not have the patience or capacity to learn a lot of english.",certainty_rocklage,5.472 -5,test2,"Learning a second language is easiest when you're a child for a reason. Your brain is wired differently then, which makes it easier.",certainty_rocklage,5.4 -5,test2,I think he tried to help her.� He gave her resources to use and she apparently didn't use them.,certainty_rocklage,4.32 -1,A,hello,Hello_receptiveness_yeomans,1.0 -1,B,So how should we answer this,Token_count_receptiveness_yeomans,6.0 -1,A,We can start here. What is the question?,YesNo_Questions_receptiveness_yeomans,0.0 -1,B,I am not sure. Where is the rest of our team?,WH_Questions_receptiveness_yeomans,1.0 -1,B,"Please help me figure this out, I really want to do well on this please",Please_receptiveness_yeomans,2.0 -2,C,Hey,Hello_receptiveness_yeomans,1.0 -2,C,Okay bro lets split it 50/50,Impersonal_Pronoun_receptiveness_yeomans,1.0 -2,D,Maybe but how about 60/40? I doubt its fair otherwise,Hedges_receptiveness_yeomans,2.0 -2,C,Seems fair,Hedges_receptiveness_yeomans,1.0 -1,B,I am not sure. Where is the rest of our team?,First_Person_Single_receptiveness_yeomans,1.0 -1,B,"Well please help me figure this out, I really want to do well on this please okay",factuality_politeness_convokit,1.0 -2,C,Seems possible,hashedge_politeness_convokit,1.0 -2,E,I see what youre thinking but I disagree,Acknowledgement_receptiveness_yeomans,1.0 -2,E,We get only one chance so we should understand how to split it,Acknowledgement_receptiveness_yeomans,2.0 -2,D,"I just don't agree, I'm making the 60/40 split",Adverb_Limiter_receptiveness_yeomans,1.0 -3,G,hey,indirect_greeting_politeness_convokit,1.0 -3,G,I think we should try something else,1st_person_start_politeness_convokit,1.0 -3,F,Ok whatever. You should leave the team then,2nd_person_start_politeness_convokit,1.0 -4,H,Honestly thank you so so much,factuality_politeness_convokit,1.0 -4,H,What's the plan?,direct_question_politeness_convokit,1.0 -4,I,That is the dumbest idea I've heard; youre actually dumb af,hasnegative_politeness_convokit,1.0 -4,H,What's ur problem here?,hasnegative_politeness_convokit,1.0 -5,J,Pleasure and an honor to meet you all,haspositive_politeness_convokit,1.0 -5,K,We should try that next,haspositive_politeness_convokit,0.0 -5,J,Could you please explain why? I don't really understand why you are thinking that,subjunctive_politeness_convokit,1.0 -5,K,Sorry sorry I didn't mean to,apologizing_politeness_convokit,1.0 -6,L,I don't really want to work with you all but let's get this over with,Impersonal_Pronoun_receptiveness_yeomans,1.0 -6,J,Fine by me,Affirmation_receptiveness_yeomans,1.0 -6,K,Ok so which part should we do first? the first or second?,YesNo_Questions_receptiveness_yeomans,1.0 -7,L,Please don't do that?,please_start_politeness_convokit,1.0 -7,L,I don't think that will work,hashedge_politeness_convokit,1.0 -7,M,I'm exhuasted rn,hasnegative_politeness_convokit,0.0 -7,M,i don't really care please just finish this up,haspositive_politeness_convokit,0.0 -7,N,Please don't do that?,Please_receptiveness_yeomans,1.0 -7,N,I don't think that will work,Hedges_receptiveness_yeomans,0.0 -7,O,I'm exhuasted rn,Negative_Emotion_receptiveness_yeomans,0.0 -7,O,i don't really care please just finish this up,Positive_Emotion_receptiveness_yeomans,0.0 -8,P,i appreciate all this from you,gratitude_politeness_convokit,1.0 -8,P,"well we should start rn, our part is long",1st_person_pl_politeness_convokit,1.0 -8,Q,ok forgive me for this error but,apologizing_politeness_convokit,1.0 -8,Q,you have to redo the whole thing,2nd_person_politeness_convokit,0.0 -8,R,ok so who will work with me? where should we begin?,direct_question_politeness_convokit,0.0 -8,S,i appreciate all this from you,Gratitude_receptiveness_yeomans,1.0 -8,S,"well we should start rn, our part is long",First_Person_Plural_receptiveness_yeomans,2.0 -8,T,ok forgive us for this error but,Apology_receptiveness_yeomans,0.0 -8,T,you have to redo the whole thing,Second_Person_receptiveness_yeomans,1.0 -8,U,ok so who will work with me? where should we begin?,WH_Questions_receptiveness_yeomans,2.0 -9,A,"I understand your perspective and agree that I would not want to have resentment in the workplace against women, as that would further compound the issue we are looking at. I do think that it is true that women are underrepresented in STEM careers and am a believer that something should be done to address this discrepancy, even if that is not implementing a priority for women in hiring decisions. While I don\'t think that companies should explicitly hire simply because of their gender, I do think that they should be mindful of the gender gap in STEM and look to address those issues through their hiring practices.",Impersonal_Pronoun_receptiveness_yeomans,12.0 -10,A,"I understand your perspective and agree that I would not want to have resentment in the workplace against women, as that would further compound the issue we are looking at. I do think that it is true that women are underrepresented in STEM careers and am a believer that something should be done to address this discrepancy, even if that is not implementing a priority for women in hiring decisions. While I don\'t think that companies should explicitly hire simply because of their gender, I do think that they should be mindful of the gender gap in STEM and look to address those issues through their hiring practices.",First_Person_Single_receptiveness_yeomans,5.0 -11,A,"I understand your perspective and agree that I would not want to have resentment in the workplace against women, as that would further compound the issue we are looking at. I do think that it is true that women are underrepresented in STEM careers and am a believer that something should be done to address this discrepancy, even if that is not implementing a priority for women in hiring decisions. While I don\'t think that companies should explicitly hire simply because of their gender, I do think that they should be mindful of the gender gap in STEM and look to address those issues through their hiring practices.",Hedges_receptiveness_yeomans,3.0 -12,A,"I understand your perspective and agree that I would not want to have resentment in the workplace against women, as that would further compound the issue we are looking at. I do think that it is true that women are underrepresented in STEM careers and am a believer that something should be done to address this discrepancy, even if that is not implementing a priority for women in hiring decisions. While I don\'t think that companies should explicitly hire simply because of their gender, I do think that they should be mindful of the gender gap in STEM and look to address those issues through their hiring practices.",Negation_receptiveness_yeomans,3.0 -13,A,"I understand your perspective and agree that I would not want to have resentment in the workplace against women, as that would further compound the issue we are looking at. I do think that it is true that women are underrepresented in STEM careers and am a believer that something should be done to address this discrepancy, even if that is not implementing a priority for women in hiring decisions. While I don\'t think that companies should explicitly hire simply because of their gender, I do think that they should be mindful of the gender gap in STEM and look to address those issues through their hiring practices.",Subjectivity_receptiveness_yeomans,3.0 -14,A,"I understand your perspective and agree that I would not want to have resentment in the workplace against women, as that would further compound the issue we are looking at. I do think that it is true that women are underrepresented in STEM careers and am a believer that something should be done to address this discrepancy, even if that is not implementing a priority for women in hiring decisions. While I don\'t think that companies should explicitly hire simply because of their gender, I do think that they should be mindful of the gender gap in STEM and look to address those issues through their hiring practices.",Negative_Emotion_receptiveness_yeomans,3.0 -15,A,"I understand your perspective and agree that I would not want to have resentment in the workplace against women, as that would further compound the issue we are looking at. I do think that it is true that women are underrepresented in STEM careers and am a believer that something should be done to address this discrepancy, even if that is not implementing a priority for women in hiring decisions. While I don\'t think that companies should explicitly hire simply because of their gender, I do think that they should be mindful of the gender gap in STEM and look to address those issues through their hiring practices.",Reasoning_receptiveness_yeomans,1.0 -16,A,"I understand your perspective and agree that I would not want to have resentment in the workplace against women, as that would further compound the issue we are looking at. I do think that it is true that women are underrepresented in STEM careers and am a believer that something should be done to address this discrepancy, even if that is not implementing a priority for women in hiring decisions. While I don\'t think that companies should explicitly hire simply because of their gender, I do think that they should be mindful of the gender gap in STEM and look to address those issues through their hiring practices.",Agreement_receptiveness_yeomans,1.0 -17,A,"I understand your perspective and agree that I would not want to have resentment in the workplace against women, as that would further compound the issue we are looking at. I do think that it is true that women are underrepresented in STEM careers and am a believer that something should be done to address this discrepancy, even if that is not implementing a priority for women in hiring decisions. While I don\'t think that companies should explicitly hire simply because of their gender, I do think that they should be mindful of the gender gap in STEM and look to address those issues through their hiring practices.",Second_Person_receptiveness_yeomans,1.0 -18,A,"I understand your perspective and agree that I would not want to have resentment in the workplace against women, as that would further compound the issue we are looking at. I do think that it is true that women are underrepresented in STEM careers and am a believer that something should be done to address this discrepancy, even if that is not implementing a priority for women in hiring decisions. While I don\'t think that companies should explicitly hire simply because of their gender, I do think that they should be mindful of the gender gap in STEM and look to address those issues through their hiring practices.",Adverb_Limiter_receptiveness_yeomans,1.0 -19,A,"I understand your perspective and agree that I would not want to have resentment in the workplace against women, as that would further compound the issue we are looking at. I do think that it is true that women are underrepresented in STEM careers and am a believer that something should be done to address this discrepancy, even if that is not implementing a priority for women in hiring decisions. While I don\'t think that companies should explicitly hire simply because of their gender, I do think that they should be mindful of the gender gap in STEM and look to address those issues through their hiring practices.",Disagreement_receptiveness_yeomans,1.0 -20,A,"I understand your perspective and agree that I would not want to have resentment in the workplace against women, as that would further compound the issue we are looking at. I do think that it is true that women are underrepresented in STEM careers and am a believer that something should be done to address this discrepancy, even if that is not implementing a priority for women in hiring decisions. While I don\'t think that companies should explicitly hire simply because of their gender, I do think that they should be mindful of the gender gap in STEM and look to address those issues through their hiring practices.",Acknowledgement_receptiveness_yeomans,1.0 -21,A,"I understand your perspective and agree that I would not want to have resentment in the workplace against women, as that would further compound the issue we are looking at. I do think that it is true that women are underrepresented in STEM careers and am a believer that something should be done to address this discrepancy, even if that is not implementing a priority for women in hiring decisions. While I don\'t think that companies should explicitly hire simply because of their gender, I do think that they should be mindful of the gender gap in STEM and look to address those issues through their hiring practices.",First_Person_Plural_receptiveness_yeomans,1.0 -22,A,"I understand your perspective and agree that I would not want to have resentment in the workplace against women, as that would further compound the issue we are looking at. I do think that it is true that women are underrepresented in STEM careers and am a believer that something should be done to address this discrepancy, even if that is not implementing a priority for women in hiring decisions. While I don\'t think that companies should explicitly hire simply because of their gender, I do think that they should be mindful of the gender gap in STEM and look to address those issues through their hiring practices.",For_Me_receptiveness_yeomans,0.0 -23,A,And I will always love you,Conjunction_Start_receptiveness_yeomans,1.0 -23,B,"Can you help me, can you please?",Can_You_receptiveness_yeomans,2.0 -23,C,"Can you, will you, could you please be mine?",Could_You_receptiveness_yeomans,1.0 -23,D,"This land is your land, this land is my land; this land was made for you and for me",For_You_receptiveness_yeomans,1.0 -0,0,unneccessagf shoulds shouldve should'nt,discrepancies_lexical_wordcount,4 -0,0,wouldnt unneedofek want must've should'nt,discrepancies_lexical_wordcount,5 -0,0,hopes wish,discrepancies_lexical_wordcount,2 -0,0,must'nt rather wouldn't ought'nt,discrepancies_lexical_wordcount,4 -0,0,needn't unwantpotnw hopefulness oughta couldn't,discrepancies_lexical_wordcount,5 -0,0,musilej,hear_lexical_wordcount,1 -0,0,listens hearing listenerjp noisy,hear_lexical_wordcount,4 -0,0,noises noisy harmongoc hearing audiblweds,hear_lexical_wordcount,5 -0,0,ear yell listenerpvo,hear_lexical_wordcount,3 -0,0,sang rang ear concertfuw,hear_lexical_wordcount,4 -0,0,drapeulqv backyard loveseatjproz closet,home_lexical_wordcount,4 -0,0,curtainqygkr drapekwvh,home_lexical_wordcount,2 -0,0,bathae,home_lexical_wordcount,1 -0,0,curtainbu loveseatntr family housing rooms,home_lexical_wordcount,5 -0,0,bedroomxhpl furniture,home_lexical_wordcount,2 -0,0,if,conjunction_lexical_wordcount,1 -0,0,altho while though then how,conjunction_lexical_wordcount,5 -0,0,when or,conjunction_lexical_wordcount,2 -0,0,if,conjunction_lexical_wordcount,1 -0,0,but however,conjunction_lexical_wordcount,2 -0,0,undoubtni,certainty_lexical_wordcount,1 -0,0,altogether truthzhf,certainty_lexical_wordcount,2 -0,0,distinctue definitiveeol commitmentflk forever,certainty_lexical_wordcount,4 -0,0,total essential,certainty_lexical_wordcount,2 -0,0,fundamentals completes guarantidjp,certainty_lexical_wordcount,3 -0,0,both add with,inclusive_lexical_wordcount,3 -0,0,around we along,inclusive_lexical_wordcount,3 -0,0,each with,inclusive_lexical_wordcount,2 -0,0,with inclusg come came around,inclusive_lexical_wordcount,5 -0,0,each around come,inclusive_lexical_wordcount,3 -0,0,nausen sensation brunchkjz,bio_lexical_wordcount,3 -0,0,butt saliverbwp,bio_lexical_wordcount,2 -0,0,palms,bio_lexical_wordcount,1 -0,0,liquoriole,bio_lexical_wordcount,1 -0,0,xanax prescriqd hand sodauce,bio_lexical_wordcount,4 -0,0,strivl master,achievement_lexical_wordcount,2 -0,0,originattvf solutionmuyho elitlxoup proficiengiy quittd,achievement_lexical_wordcount,5 -0,0,finalizuav best quitti capabfs,achievement_lexical_wordcount,4 -0,0,masters plans,achievement_lexical_wordcount,2 -0,0,strengthe successqfhs herovqw overconfidence,achievement_lexical_wordcount,4 -0,0,apparently,adverbs_lexical_wordcount,1 -0,0,so,adverbs_lexical_wordcount,1 -0,0,immediately generally very well truly,adverbs_lexical_wordcount,5 -0,0,rather instead here pushty,adverbs_lexical_wordcount,4 -0,0,instead,adverbs_lexical_wordcount,1 -0,0,phobii apprehensnmeyt,anxiety_lexical_wordcount,2 -0,0,obsesstusbg anguishuiy terrorkm,anxiety_lexical_wordcount,3 -0,0,restlesst tenseod feared overwhelmfvlxi,anxiety_lexical_wordcount,4 -0,0,timidfzbh stressetd,anxiety_lexical_wordcount,2 -0,0,apprehensrm dreadn,anxiety_lexical_wordcount,2 -0,0,oneself shes he she'll herself,third_person_lexical_wordcount,5 -0,0,shes he'd himself hes her,third_person_lexical_wordcount,5 -0,0,she'll,third_person_lexical_wordcount,1 -0,0,she'll her,third_person_lexical_wordcount,2 -0,0,she'll him she's hes he,third_person_lexical_wordcount,5 -0,0,havent haven't ought'nt wont,negation_lexical_wordcount,4 -0,0,needn't hasn't,negation_lexical_wordcount,2 -0,0,wouldnt,negation_lexical_wordcount,1 -0,0,nobodashm hasn't didnt,negation_lexical_wordcount,3 -0,0,hasn't never,negation_lexical_wordcount,2 -0,0,titty fuckerusz bitchnsl goddamomde hell,swear_lexical_wordcount,5 -0,0,sob fuckinoawys titty cuntq,swear_lexical_wordcount,4 -0,0,cuntn pisstkzme dicks butts,swear_lexical_wordcount,4 -0,0,fucks jeez sonofako crappy,swear_lexical_wordcount,4 -0,0,fucks butt heck,swear_lexical_wordcount,3 -0,0,urnj immortalwai,death_lexical_wordcount,2 -0,0,od bury demise tombd urnnig,death_lexical_wordcount,5 -0,0,demise,death_lexical_wordcount,1 -0,0,immortalyjedn embalmfqydb hearsepdk,death_lexical_wordcount,3 -0,0,ghostaw alive,death_lexical_wordcount,2 -0,0,amputu,health_lexical_wordcount,1 -0,0,nearsighted neurologhl toxv painly throbgvmhn,health_lexical_wordcount,5 -0,0,wash doselndu mono,health_lexical_wordcount,3 -0,0,ill,health_lexical_wordcount,1 -0,0,checkupfli burpzxevw scabo living ICU,health_lexical_wordcount,5 -0,0,orangemacis squaruei purplabnk,see_lexical_wordcount,3 -0,0,colourxml roundxgijb sees seen colorht,see_lexical_wordcount,5 -0,0,staring look yellowkyn triangqmpv,see_lexical_wordcount,4 -0,0,shiny lookerutn scannv look,see_lexical_wordcount,4 -0,0,scanni seen,see_lexical_wordcount,2 -0,0,facialrqth foot lipslt toe titties,body_lexical_wordcount,5 -0,0,toenailhtqe droolc,body_lexical_wordcount,2 -0,0,hip dick boobvw,body_lexical_wordcount,3 -0,0,slenderbmvq ass,body_lexical_wordcount,2 -0,0,nudeytmcb stomachltbw wake breastqyp eyewut,body_lexical_wordcount,5 -0,0,moms bro,family_lexical_wordcount,2 -0,0,nephewz wifevxmlj mom's parentuph,family_lexical_wordcount,4 -0,0,pa sons fatherhb,family_lexical_wordcount,3 -0,0,aunte sons grandkidywgxb exes ex,family_lexical_wordcount,5 -0,0,relatives husbandypoiz mommalqhxo,family_lexical_wordcount,3 -0,0,sickengwxku,negative_affect_lexical_wordcount,1 -0,0,hurtefdp lazieqxar impersonal,negative_affect_lexical_wordcount,3 -0,0,egotisy destroygj,negative_affect_lexical_wordcount,2 -0,0,unwelcomrfwd,negative_affect_lexical_wordcount,1 -0,0,jealoustemf unkind,negative_affect_lexical_wordcount,2 -0,0,significant else every section,quantifier_lexical_wordcount,4 -0,0,ton lotta,quantifier_lexical_wordcount,2 -0,0,either best greatest,quantifier_lexical_wordcount,3 -0,0,best,quantifier_lexical_wordcount,1 -0,0,singlufb rest fullmzf,quantifier_lexical_wordcount,3 -0,0,glad great charmbrwsd wins,positive_affect_lexical_wordcount,4 -0,0,generot helping sincerbucaj,positive_affect_lexical_wordcount,3 -0,0,freedswu adventursfk gently deliciouseuxl assurm,positive_affect_lexical_wordcount,5 -0,0,worshipstmjc soulmateeiya treat huggpo,positive_affect_lexical_wordcount,4 -0,0,grin wealthlg thrillzbrqf casual proudrqu,positive_affect_lexical_wordcount,5 -0,0,restructurucq,insight_lexical_wordcount,1 -0,0,know decidux recallwz seems solutionlxh,insight_lexical_wordcount,5 -0,0,wonder motivsc sensing secret,insight_lexical_wordcount,4 -0,0,believes,insight_lexical_wordcount,1 -0,0,suspectc infers,insight_lexical_wordcount,2 -0,0,man,humans_lexical_wordcount,1 -0,0,newbornl citizen'phtgi ladies,humans_lexical_wordcount,3 -0,0,girl's babies persons chicks,humans_lexical_wordcount,4 -0,0,infant,humans_lexical_wordcount,1 -0,0,ladies ma'am citizen,humans_lexical_wordcount,3 -0,0,hasn't makes describe believes I've,present_tense_lexical_wordcount,5 -0,0,gets how's,present_tense_lexical_wordcount,2 -0,0,has hopes admits,present_tense_lexical_wordcount,3 -0,0,let's,present_tense_lexical_wordcount,1 -0,0,suck wait aren't feels,present_tense_lexical_wordcount,4 -0,0,wouldnt gonna,future_tense_lexical_wordcount,2 -0,0,mustnt should shall,future_tense_lexical_wordcount,3 -0,0,must've,future_tense_lexical_wordcount,1 -0,0,must should it'll won't shall,future_tense_lexical_wordcount,5 -0,0,shouldve mustnt,future_tense_lexical_wordcount,2 -0,0,listened held loved cried changed,past_tense_lexical_wordcount,5 -0,0,sent sensed tried taken shouldve,past_tense_lexical_wordcount,5 -0,0,ate sucked tried,past_tense_lexical_wordcount,3 -0,0,ran described,past_tense_lexical_wordcount,2 -0,0,didn't,past_tense_lexical_wordcount,1 -0,0,post distanpiy,relative_lexical_wordcount,2 -0,0,go marchal updatmwi,relative_lexical_wordcount,3 -0,0,walking growing gianthy age,relative_lexical_wordcount,4 -0,0,initiatoxtwa follow,relative_lexical_wordcount,2 -0,0,hall bending widthxikw,relative_lexical_wordcount,3 -0,0,loverkfxo pornoiu,sexual_lexical_wordcount,2 -0,0,virgindtrl humpysbwe prudishybiq,sexual_lexical_wordcount,3 -0,0,virginc,sexual_lexical_wordcount,1 -0,0,fucks pubic gay,sexual_lexical_wordcount,3 -0,0,prostatijvda dick,sexual_lexical_wordcount,2 -0,0,curbijh boundlby,inhibition_lexical_wordcount,2 -0,0,deniaxi,inhibition_lexical_wordcount,1 -0,0,prudishxc deniabxp,inhibition_lexical_wordcount,2 -0,0,constrictimhr,inhibition_lexical_wordcount,1 -0,0,withholdyzaqb stops,inhibition_lexical_wordcount,2 -0,0,remorset ruinc grimwftle,sadness_lexical_wordcount,3 -0,0,discouragnepqi tragict devastatu,sadness_lexical_wordcount,3 -0,0,grief unimportant,sadness_lexical_wordcount,2 -0,0,miss yearnlkw whining tragickh pitiulpnv,sadness_lexical_wordcount,5 -0,0,miss regretzkbrc missed unhappj,sadness_lexical_wordcount,4 -0,0,weve son's,social_lexical_wordcount,2 -0,0,listenerqe girlfriendwsnya,social_lexical_wordcount,2 -0,0,hers,social_lexical_wordcount,1 -0,0,he'll sisterqjtfk,social_lexical_wordcount,2 -0,0,coworkertbpf mates he's mailing interrupm,social_lexical_wordcount,5 -0,0,somethingjmcpi noboda,indefinite_pronoun_lexical_wordcount,2 -0,0,somebodp somewhere itll who'll,indefinite_pronoun_lexical_wordcount,4 -0,0,that'd somethingosdqx,indefinite_pronoun_lexical_wordcount,2 -0,0,somethingp thatll those which someonecrhbd,indefinite_pronoun_lexical_wordcount,5 -0,0,it'll it'd,indefinite_pronoun_lexical_wordcount,2 -0,0,sinnzkc kosher qur'anpy,religion_lexical_wordcount,3 -0,0,mercy,religion_lexical_wordcount,1 -0,0,templefydxz hinduejs muhammsla lutheranwv ministerlnfts,religion_lexical_wordcount,5 -0,0,catholickd,religion_lexical_wordcount,1 -0,0,sikhc judaprfd muhammehcml sin,religion_lexical_wordcount,4 -0,0,laidoff tradejnx taxes freshmknd,work_lexical_wordcount,4 -0,0,incorprhq negotiatjf presentationomwfa,work_lexical_wordcount,3 -0,0,politics mda,work_lexical_wordcount,2 -0,0,revieww classes,work_lexical_wordcount,2 -0,0,masters,work_lexical_wordcount,1 -0,0,owes cashk bankpsiar checks kronlwik,money_lexical_wordcount,5 -0,0,dinarcsg businesszosw revenueocp costbjwta owe,money_lexical_wordcount,5 -0,0,euro auditors store spending,money_lexical_wordcount,4 -0,0,mortgpzvi overtime,money_lexical_wordcount,2 -0,0,bucks wagerfv,money_lexical_wordcount,2 -0,0,effectcaxgn,causation_lexical_wordcount,1 -0,0,leadmbhfe infer depends creatend,causation_lexical_wordcount,4 -0,0,depends,causation_lexical_wordcount,1 -0,0,deducgulp outcomecli affected hows producnbu,causation_lexical_wordcount,5 -0,0,solutionva launchvoap leadhbi provoku,causation_lexical_wordcount,4 -0,0,threatxre offencefhcog ludicrouslf,anger_lexical_wordcount,3 -0,0,enragoqusn,anger_lexical_wordcount,1 -0,0,sucks brutals sucked threatd destroyj,anger_lexical_wordcount,5 -0,0,sinister,anger_lexical_wordcount,1 -0,0,raping battliz warfareid defensjazn molestgv,anger_lexical_wordcount,5 -0,0,mine I've myself I'd I'll,first_person_singular_lexical_wordcount,5 -0,0,I'll I've,first_person_singular_lexical_wordcount,2 -0,0,myself my,first_person_singular_lexical_wordcount,2 -0,0,ive I'd,first_person_singular_lexical_wordcount,2 -0,0,myself I'm ive my I've,first_person_singular_lexical_wordcount,5 -0,0,rub hard warmlvye,feel_lexical_wordcount,3 -0,0,hardevtqef driegnk feels touchlzf,feel_lexical_wordcount,4 -0,0,leatherjcf pressed squeezul silkjn,feel_lexical_wordcount,4 -0,0,skin brushtasj rub colde caressi,feel_lexical_wordcount,5 -0,0,hottjmuo,feel_lexical_wordcount,1 -0,0,mysterp ambigun,tentativeness_lexical_wordcount,2 -0,0,most wondered depend alot vary,tentativeness_lexical_wordcount,5 -0,0,fairly lucks unresolvn hesitaq option,tentativeness_lexical_wordcount,5 -0,0,fuzznaxg hypotheticoqwzy barely,tentativeness_lexical_wordcount,3 -0,0,depend indetermingifjl randomitf hypotheticvzkg supposed,tentativeness_lexical_wordcount,5 -0,0,exclujvy,exclusive_lexical_wordcount,1 -0,0,either except if somethingfxdq sometime,exclusive_lexical_wordcount,5 -0,0,versus,exclusive_lexical_wordcount,1 -0,0,but exclusxklz except or,exclusive_lexical_wordcount,4 -0,0,sometime,exclusive_lexical_wordcount,1 -0,0,youre wished thank went,verbs_lexical_wordcount,4 -0,0,meant hoped lost,verbs_lexical_wordcount,3 -0,0,ran carry showed used,verbs_lexical_wordcount,4 -0,0,theres care cannot made,verbs_lexical_wordcount,4 -0,0,affected misses theyd kept thatd,verbs_lexical_wordcount,5 -0,0,gfjgevb,friends_lexical_wordcount,1 -0,0,exgirll,friends_lexical_wordcount,1 -0,0,mates,friends_lexical_wordcount,1 -0,0,mate loveru mates buddyv,friends_lexical_wordcount,4 -0,0,neighbord partnerzcvdj roomatel girlfriendt gft,friends_lexical_wordcount,5 -0,0,a an alot,article_lexical_wordcount,3 -0,0,a an,article_lexical_wordcount,2 -0,0,a an alot,article_lexical_wordcount,3 -0,0,the an a alot,article_lexical_wordcount,4 -0,0,alot,article_lexical_wordcount,1 -0,0,oh yes I believe,argue_lexical_wordcount,3 -0,0,u mean and really,argue_lexical_wordcount,3 -0,0,cause no I know and,argue_lexical_wordcount,4 -0,0,and I think actually yes well,argue_lexical_wordcount,5 -0,0,so,argue_lexical_wordcount,1 -0,0,wouldve whod you've mustn't,auxiliary_verbs_lexical_wordcount,4 -0,0,let youve itd ought,auxiliary_verbs_lexical_wordcount,4 -0,0,can don't theyre wasn't,auxiliary_verbs_lexical_wordcount,4 -0,0,hes must'nt wont did mustn't,auxiliary_verbs_lexical_wordcount,5 -0,0,shan't theyve oughtve becomes done,auxiliary_verbs_lexical_wordcount,5 -0,0,meaningi all wanted determining,cognitive_mech_lexical_wordcount,4 -0,0,appearing suppresshvw proof changes,cognitive_mech_lexical_wordcount,4 -0,0,rearrangbqlg randomuer containn deducczr practically,cognitive_mech_lexical_wordcount,5 -0,0,occasionalszxg hazy requirj,cognitive_mech_lexical_wordcount,3 -0,0,repressydvml,cognitive_mech_lexical_wordcount,1 -0,0,until,preposition_lexical_wordcount,1 -0,0,along ahead,preposition_lexical_wordcount,2 -0,0,below under thru,preposition_lexical_wordcount,3 -0,0,except insides towardkhyrs between beside,preposition_lexical_wordcount,5 -0,0,without out about,preposition_lexical_wordcount,3 -0,0,let's,first_person_plural_lexical_wordcount,1 -0,0,we'd let's lets,first_person_plural_lexical_wordcount,3 -0,0,our lets,first_person_plural_lexical_wordcount,2 -0,0,we've,first_person_plural_lexical_wordcount,1 -0,0,ours we'd weve ourselves let's,first_person_plural_lexical_wordcount,5 -0,0,drily,percept_lexical_wordcount,1 -0,0,grabwktxr,percept_lexical_wordcount,1 -0,0,savourzw redness,percept_lexical_wordcount,2 -0,0,speaking,percept_lexical_wordcount,1 -0,0,souriau tang,percept_lexical_wordcount,2 -0,0,thine yall,second_person_lexical_wordcount,2 -0,0,you're youd,second_person_lexical_wordcount,2 -0,0,y'all you'd thine you're,second_person_lexical_wordcount,4 -0,0,thee thine youre yours,second_person_lexical_wordcount,4 -0,0,ye you,second_person_lexical_wordcount,2 -0,0,mustnt hope mistakwzl hoping,discrepancies_lexical_wordcount,4 -0,0,would've problemo need lacksuexg expectt,discrepancies_lexical_wordcount,5 -0,0,couldnt hopeful should,discrepancies_lexical_wordcount,3 -0,0,desirva,discrepancies_lexical_wordcount,1 -0,0,wishes wishing must've need,discrepancies_lexical_wordcount,4 -0,0,noises thundero,hear_lexical_wordcount,2 -0,0,thunderq inaudibln sang hears,hear_lexical_wordcount,4 -0,0,loudvh sang hushmqplh speak,hear_lexical_wordcount,4 -0,0,heard speakertphv shoutiaem audiblbohi,hear_lexical_wordcount,4 -0,0,sang whispervhxqk,hear_lexical_wordcount,2 -0,0,lawnxdi doghousemilk residenlwfxa condo vacuumk,home_lexical_wordcount,5 -0,0,lawnjr residencpbs neighboregax,home_lexical_wordcount,3 -0,0,doghouseeastb roomiepuma,home_lexical_wordcount,2 -0,0,porch cleanhwe condo,home_lexical_wordcount,3 -0,0,maidqyldk bedroomox patioquf,home_lexical_wordcount,3 -0,0,whether nor then,conjunction_lexical_wordcount,3 -0,0,because if then so,conjunction_lexical_wordcount,4 -0,0,whereas while,conjunction_lexical_wordcount,2 -0,0,plus until,conjunction_lexical_wordcount,2 -0,0,when how although though,conjunction_lexical_wordcount,4 -0,0,defined essential undoubts completed,certainty_lexical_wordcount,4 -0,0,wholly distinctcx unquestionj,certainty_lexical_wordcount,3 -0,0,altogether precisjawd exactnqhfl,certainty_lexical_wordcount,3 -0,0,exactofn invariabr unquestionqzj defined,certainty_lexical_wordcount,4 -0,0,completes inevitabx undoubtgyzl,certainty_lexical_wordcount,3 -0,0,came,inclusive_lexical_wordcount,1 -0,0,around come open,inclusive_lexical_wordcount,3 -0,0,come,inclusive_lexical_wordcount,1 -0,0,add came come we,inclusive_lexical_wordcount,4 -0,0,inside with both,inclusive_lexical_wordcount,3 -0,0,fattsc faintdlseh,bio_lexical_wordcount,2 -0,0,syndromeagxe,bio_lexical_wordcount,1 -0,0,digestp musclephj skinnijsv healing,bio_lexical_wordcount,4 -0,0,penisygbjp,bio_lexical_wordcount,1 -0,0,veggiecla,bio_lexical_wordcount,1 -0,0,unproducet importanmqdw resourcefulcamzd,achievement_lexical_wordcount,3 -0,0,concludwo ranking masters lose strongm,achievement_lexical_wordcount,5 -0,0,loserxc,achievement_lexical_wordcount,1 -0,0,effortcxbe first triumphujryl masterfulvq irresponsiblet,achievement_lexical_wordcount,5 -0,0,confident abilitbdz endeavafre defeatxjq determined,achievement_lexical_wordcount,5 -0,0,mostly now whenever too primarily,adverbs_lexical_wordcount,5 -0,0,probably back perhaps here mostly,adverbs_lexical_wordcount,5 -0,0,somehow apparently how yet here,adverbs_lexical_wordcount,5 -0,0,now eventually soon how completely,adverbs_lexical_wordcount,5 -0,0,generally well such seriously here,adverbs_lexical_wordcount,5 -0,0,overwhelmryjd strainf shakewm,anxiety_lexical_wordcount,3 -0,0,uncertainve feared confusmb,anxiety_lexical_wordcount,3 -0,0,franticivctu stuns shook uncertainu,anxiety_lexical_wordcount,4 -0,0,shakiihxd frightixu shook stunned misersjne,anxiety_lexical_wordcount,5 -0,0,alarmkzu tremblwzocs stuns,anxiety_lexical_wordcount,3 -0,0,she'll he,third_person_lexical_wordcount,2 -0,0,him her,third_person_lexical_wordcount,2 -0,0,his,third_person_lexical_wordcount,1 -0,0,her she's hers,third_person_lexical_wordcount,3 -0,0,herself hes he's,third_person_lexical_wordcount,3 -0,0,oughtn't don't wouldnt,negation_lexical_wordcount,3 -0,0,shouldn't doesnt didnt nowhere should'nt,negation_lexical_wordcount,5 -0,0,arent shouldnt isn't,negation_lexical_wordcount,3 -0,0,nope,negation_lexical_wordcount,1 -0,0,need'nt not negatlpji wouldn't,negation_lexical_wordcount,4 -0,0,dang pussyah,swear_lexical_wordcount,2 -0,0,hell dumbpbzvd bitchkvyuz butt homo,swear_lexical_wordcount,5 -0,0,fuck shitq cock pisslkx,swear_lexical_wordcount,4 -0,0,sob queersgm pussyeqru fucks,swear_lexical_wordcount,4 -0,0,mofo prickyj dick niggerjvw,swear_lexical_wordcount,4 -0,0,embalmjt oded gravevwhfi tombetp,death_lexical_wordcount,4 -0,0,drownksti,death_lexical_wordcount,1 -0,0,lynchxafto war,death_lexical_wordcount,2 -0,0,dies bereavemfhcn,death_lexical_wordcount,2 -0,0,genocidgjoau grief morticianbspv,death_lexical_wordcount,3 -0,0,asthmanmc tumofwvj chokkohz physicianuqvwr,health_lexical_wordcount,4 -0,0,nearsighted throbj anorexiky tinglliqf,health_lexical_wordcount,4 -0,0,throbpqym woundzlkw gynobqovn,health_lexical_wordcount,3 -0,0,therapdkzr healed OCD,health_lexical_wordcount,3 -0,0,living coronard,health_lexical_wordcount,2 -0,0,scannrq circle reddeyo glowx,see_lexical_wordcount,4 -0,0,sunshingwv sees clickhbiyp scannmbgl eying,see_lexical_wordcount,5 -0,0,eyeqblh rectangypwos triangdg seer looked,see_lexical_wordcount,5 -0,0,columnxvs sightsue,see_lexical_wordcount,2 -0,0,whitishk,see_lexical_wordcount,1 -0,0,bone belly nervew,body_lexical_wordcount,3 -0,0,skin palms breathdcafq,body_lexical_wordcount,3 -0,0,brainz bones,body_lexical_wordcount,2 -0,0,rashnut tit itchwght kneenjk,body_lexical_wordcount,4 -0,0,lungr facialt slenderi spine,body_lexical_wordcount,4 -0,0,husbandyabx,family_lexical_wordcount,1 -0,0,marrieboagv brotherrhda,family_lexical_wordcount,2 -0,0,exhusbanda granddaursubf,family_lexical_wordcount,2 -0,0,familiesc,family_lexical_wordcount,1 -0,0,cousinbzmwh marriexrzvf,family_lexical_wordcount,2 -0,0,longingjhbn,negative_affect_lexical_wordcount,1 -0,0,lamefpbv disadvantagenxtql,negative_affect_lexical_wordcount,2 -0,0,insincermy remorseoeia,negative_affect_lexical_wordcount,2 -0,0,difficultna jaded wars vanity,negative_affect_lexical_wordcount,4 -0,0,difficultnmril warring vulnerabc shitzv,negative_affect_lexical_wordcount,4 -0,0,tons greater simple,quantifier_lexical_wordcount,3 -0,0,extent,quantifier_lexical_wordcount,1 -0,0,mucho much section lotsa extremely,quantifier_lexical_wordcount,5 -0,0,ton piecg page differenceb whole,quantifier_lexical_wordcount,5 -0,0,else,quantifier_lexical_wordcount,1 -0,0,alrightdo,positive_affect_lexical_wordcount,1 -0,0,helperhnx sunny,positive_affect_lexical_wordcount,2 -0,0,complimentjlbhe convincfthqs graces,positive_affect_lexical_wordcount,3 -0,0,lucks romanczk praisyvpch safelmgx hehp,positive_affect_lexical_wordcount,5 -0,0,talentv interestuthxn,positive_affect_lexical_wordcount,2 -0,0,reasonpulei meaningidwf,insight_lexical_wordcount,2 -0,0,seem questiontmyhc reorganitkgar,insight_lexical_wordcount,3 -0,0,sense,insight_lexical_wordcount,1 -0,0,wonders,insight_lexical_wordcount,1 -0,0,explaining rationallpfg appreciate,insight_lexical_wordcount,3 -0,0,man,humans_lexical_wordcount,1 -0,0,girlshfsio adults,humans_lexical_wordcount,2 -0,0,child,humans_lexical_wordcount,1 -0,0,citizen,humans_lexical_wordcount,1 -0,0,ma'am men'bldt self femalejlcvo babeae,humans_lexical_wordcount,5 -0,0,hears,present_tense_lexical_wordcount,1 -0,0,brings thats doesn't whats,present_tense_lexical_wordcount,4 -0,0,goes start they're,present_tense_lexical_wordcount,3 -0,0,describes havent dislikes,present_tense_lexical_wordcount,3 -0,0,knows believe listens,present_tense_lexical_wordcount,3 -0,0,mustnt must must'nt shouldnt you'll,future_tense_lexical_wordcount,5 -0,0,ought'nt,future_tense_lexical_wordcount,1 -0,0,thatll wouldve should'nt gonna,future_tense_lexical_wordcount,4 -0,0,that'll won't I'll,future_tense_lexical_wordcount,3 -0,0,who'll should'nt,future_tense_lexical_wordcount,2 -0,0,hated went wondered appeared,past_tense_lexical_wordcount,4 -0,0,ate,past_tense_lexical_wordcount,1 -0,0,disliked lost described spent,past_tense_lexical_wordcount,4 -0,0,ate,past_tense_lexical_wordcount,1 -0,0,forgote cared believed,past_tense_lexical_wordcount,3 -0,0,awhile immediately outerki,relative_lexical_wordcount,3 -0,0,perpetualp internalltsem tiniest,relative_lexical_wordcount,3 -0,0,right immediateness fademl finishykxwt,relative_lexical_wordcount,4 -0,0,corners old over,relative_lexical_wordcount,3 -0,0,fit approachjuzeb,relative_lexical_wordcount,2 -0,0,erectile condom pornfzqh fucks,sexual_lexical_wordcount,4 -0,0,fuckinc asses condom queerduvk,sexual_lexical_wordcount,4 -0,0,pregnange erectionux,sexual_lexical_wordcount,2 -0,0,orgasmt sexw chlamydia gay,sexual_lexical_wordcount,4 -0,0,rapistph ovarsg tits,sexual_lexical_wordcount,3 -0,0,withheld defencjtr,inhibition_lexical_wordcount,2 -0,0,hesitaz tightq halthvc,inhibition_lexical_wordcount,3 -0,0,protectab securulxeo interferhvrx deniaanhcy restraindrv,inhibition_lexical_wordcount,5 -0,0,waits,inhibition_lexical_wordcount,1 -0,0,controlx waited tidy,inhibition_lexical_wordcount,3 -0,0,defeats,sadness_lexical_wordcount,1 -0,0,hopelesspkm heartbrokekible cried loses resigne,sadness_lexical_wordcount,5 -0,0,whining sadness cry cried disheartengzeaq,sadness_lexical_wordcount,5 -0,0,sadly damagbntc pessimisrc,sadness_lexical_wordcount,3 -0,0,hopelessa dissatisfcl fatigucuvjd disillusionqt isolatg,sadness_lexical_wordcount,5 -0,0,assemblkd meet band guyawg kid,social_lexical_wordcount,5 -0,0,help excusk peoplelnm organizho yall,social_lexical_wordcount,5 -0,0,sons,social_lexical_wordcount,1 -0,0,his participanteir,social_lexical_wordcount,2 -0,0,grandpap whom mailerut,social_lexical_wordcount,3 -0,0,this that it'd,indefinite_pronoun_lexical_wordcount,3 -0,0,these anything thatll everybodhn it'll,indefinite_pronoun_lexical_wordcount,5 -0,0,noboddup whats,indefinite_pronoun_lexical_wordcount,2 -0,0,it's who'd thats it whats,indefinite_pronoun_lexical_wordcount,5 -0,0,anything wholl these,indefinite_pronoun_lexical_wordcount,3 -0,0,karma salvation orthodoxfdy rosaries sect,religion_lexical_wordcount,5 -0,0,rosary jesuitgsabe hell,religion_lexical_wordcount,3 -0,0,hell,religion_lexical_wordcount,1 -0,0,christianwq muhammyprqh piety sects,religion_lexical_wordcount,4 -0,0,sunni scripturvko templeme salvation,religion_lexical_wordcount,4 -0,0,credentialrs com absentp,work_lexical_wordcount,3 -0,0,mfg reportsuro commercsjezh collabw,work_lexical_wordcount,4 -0,0,outsourcrfndl,work_lexical_wordcount,1 -0,0,transfergdnu grad,work_lexical_wordcount,2 -0,0,econgv goalg,work_lexical_wordcount,2 -0,0,cashlf,money_lexical_wordcount,1 -0,0,debti shop consumerzae inheritfkyv,money_lexical_wordcount,4 -0,0,stocks,money_lexical_wordcount,1 -0,0,taxaxv cheapi,money_lexical_wordcount,2 -0,0,incomegfl bet auditing taxansjbf,money_lexical_wordcount,4 -0,0,thereforrnsq,causation_lexical_wordcount,1 -0,0,origins,causation_lexical_wordcount,1 -0,0,motivnt launchvt,causation_lexical_wordcount,2 -0,0,makes forcev using obedienwayd,causation_lexical_wordcount,4 -0,0,compliance obedienlpijv pick,causation_lexical_wordcount,3 -0,0,sucked arrogant ferocwv,anger_lexical_wordcount,3 -0,0,punishx enragvbj contemptawb,anger_lexical_wordcount,3 -0,0,maniacxo pissmygt rebelmp,anger_lexical_wordcount,3 -0,0,stupidncwg hellish paranoilbock warring,anger_lexical_wordcount,4 -0,0,naga angrwmnl tantrumsv,anger_lexical_wordcount,3 -0,0,ive I've,first_person_singular_lexical_wordcount,2 -0,0,Id,first_person_singular_lexical_wordcount,1 -0,0,Id myself,first_person_singular_lexical_wordcount,2 -0,0,I'd,first_person_singular_lexical_wordcount,1 -0,0,i,first_person_singular_lexical_wordcount,1 -0,0,weightliftd hand driemau drily,feel_lexical_wordcount,4 -0,0,grippfipun feelingwkaf thinnajy,feel_lexical_wordcount,3 -0,0,skin'men,feel_lexical_wordcount,1 -0,0,weight press hot thin silkvr,feel_lexical_wordcount,5 -0,0,skin'h,feel_lexical_wordcount,1 -0,0,assumbvd seemed usually,tentativeness_lexical_wordcount,3 -0,0,option,tentativeness_lexical_wordcount,1 -0,0,someonesyc wonders theorhe,tentativeness_lexical_wordcount,3 -0,0,spose hardly seemed alot,tentativeness_lexical_wordcount,4 -0,0,often appearing,tentativeness_lexical_wordcount,2 -0,0,either except sometime,exclusive_lexical_wordcount,3 -0,0,without,exclusive_lexical_wordcount,1 -0,0,really but whether,exclusive_lexical_wordcount,3 -0,0,vs,exclusive_lexical_wordcount,1 -0,0,if,exclusive_lexical_wordcount,1 -0,0,begin supported,verbs_lexical_wordcount,2 -0,0,begin held who's describe how's,verbs_lexical_wordcount,5 -0,0,takes,verbs_lexical_wordcount,1 -0,0,happened saw mustnt brings,verbs_lexical_wordcount,4 -0,0,slept took waited,verbs_lexical_wordcount,3 -0,0,pals bud amigodyzg mate's girlfriendur,friends_lexical_wordcount,5 -0,0,mates,friends_lexical_wordcount,1 -0,0,neighborwtey bftxuv comradq,friends_lexical_wordcount,3 -0,0,colleaguejo buddiesef,friends_lexical_wordcount,2 -0,0,bfbfi,friends_lexical_wordcount,1 -0,0,an a alot the,article_lexical_wordcount,4 -0,0,the,article_lexical_wordcount,1 -0,0,an,article_lexical_wordcount,1 -0,0,an the,article_lexical_wordcount,2 -0,0,an,article_lexical_wordcount,1 -0,0,u know no,argue_lexical_wordcount,2 -0,0,really you know I think,argue_lexical_wordcount,3 -0,0,really I believe,argue_lexical_wordcount,2 -0,0,cause,argue_lexical_wordcount,1 -0,0,I know,argue_lexical_wordcount,1 -0,0,you'd could,auxiliary_verbs_lexical_wordcount,2 -0,0,couldnt isn't,auxiliary_verbs_lexical_wordcount,2 -0,0,oughta had be what's,auxiliary_verbs_lexical_wordcount,4 -0,0,be shant itll,auxiliary_verbs_lexical_wordcount,3 -0,0,ain't couldnt,auxiliary_verbs_lexical_wordcount,2 -0,0,avertv,cognitive_mech_lexical_wordcount,1 -0,0,yearnqgjth,cognitive_mech_lexical_wordcount,1 -0,0,infer tentativwc wouldn't,cognitive_mech_lexical_wordcount,3 -0,0,around commit banned fundamental,cognitive_mech_lexical_wordcount,4 -0,0,obedienoki solutionhk,cognitive_mech_lexical_wordcount,2 -0,0,around plus,preposition_lexical_wordcount,2 -0,0,onto,preposition_lexical_wordcount,1 -0,0,insides in behind out,preposition_lexical_wordcount,4 -0,0,insides amongzekb unto by than,preposition_lexical_wordcount,5 -0,0,across above about without,preposition_lexical_wordcount,4 -0,0,we'd us our weve,first_person_plural_lexical_wordcount,4 -0,0,we'd we've weve ourselves we,first_person_plural_lexical_wordcount,5 -0,0,we've we're lets,first_person_plural_lexical_wordcount,3 -0,0,ourselves,first_person_plural_lexical_wordcount,1 -0,0,us our we'll let's,first_person_plural_lexical_wordcount,4 -0,0,greyiyck delectabliktz,percept_lexical_wordcount,2 -0,0,screen sand,percept_lexical_wordcount,2 -0,0,sweetness drieqs deoders,percept_lexical_wordcount,3 -0,0,coldedrm,percept_lexical_wordcount,1 -0,0,hear caramelzjw wetly tonguel,percept_lexical_wordcount,4 -0,0,y'all youd you're you'll,second_person_lexical_wordcount,4 -0,0,u thine,second_person_lexical_wordcount,2 -0,0,yall yours u your thoust,second_person_lexical_wordcount,5 -0,0,yall you've youll thee,second_person_lexical_wordcount,4 -0,0,thine you ye,second_person_lexical_wordcount,3 -0,0,responsibly evocative faithfully valiantly illustrious,positive_words_lexical_wordcount,5 -0,0,imaculate vivid likable enjoyable succeed,positive_words_lexical_wordcount,5 -0,0,smitten sharpest rightfully unreal,positive_words_lexical_wordcount,4 -0,0,reaffirmation joy goood speedy self-sufficient,positive_words_lexical_wordcount,5 -0,0,tantalize energize gusto win,positive_words_lexical_wordcount,4 -0,0,we our i me,first_person_lexical_wordcount,4 -0,0,ourselves,first_person_lexical_wordcount,1 -0,0,myself,first_person_lexical_wordcount,1 -0,0,lets my i,first_person_lexical_wordcount,3 -0,0,our,first_person_lexical_wordcount,1 -0,0,but,nltk_english_stopwords_lexical_wordcount,1 -0,0,were was your,nltk_english_stopwords_lexical_wordcount,3 -0,0,any shan it is,nltk_english_stopwords_lexical_wordcount,4 -0,0,our,nltk_english_stopwords_lexical_wordcount,1 -0,0,because an after other,nltk_english_stopwords_lexical_wordcount,4 -0,0,probably,hedge_words_lexical_wordcount,1 -0,0,maybe I guess possibly sort of a little,hedge_words_lexical_wordcount,5 -0,0,a little possibly I think sort of probably,hedge_words_lexical_wordcount,5 -0,0,probably sort of,hedge_words_lexical_wordcount,2 -0,0,I think,hedge_words_lexical_wordcount,1 \ No newline at end of file +conversation_num,speaker_nickname,message,expected_column,expected_value +1,A,Hello I like fish.,num_words,4 +1,B,This sentence has five words.,num_words,5 +2,A,Hello??,num_words,1 +2,B,Is 4 a word?,num_words,4 +3,A,.,num_words,0 +4,test_A,"HELLO WORLD, THIS IS A TEST. hi HI. hi HI hi HI""",num_all_caps,9 +4,test_B,ONE TWO THREE. four five six. sEvEn EiGhT nInE.,num_all_caps,3 +4,test_A,Check out this [link](https://example.com) and this one http://example.org,num_links,2 +4,test_B,I like google.com and wikipedia.org but not amazon.com,num_links,3 +4,test_A,why don't you read everything at https://www.example.com and https://www.example.org and https://www.example.net and https://www.example.ca and https://www.example.co.uk,num_links,5 +4,test_B,"why don't you read everything at +- https://www.example.com +- https://www.example.org +- https://www.example.net +- https://www.example.ca +- https://www.example.co.uk",num_links,5.0 +4,test_A,"Hello u/user1 and u/user2, hi hi hi?",num_reddit_users,2.0 +4,test_B,I don't like u/user_1_test but I like u/user2Test,num_reddit_users,2.0 +4,test_A,"This is **bold**, *italics*, and this is not. This is ***bolded and italicized***",num_emphasis,3.0 +4,test_B,This is **uneven* in terms of *the emphasis**,num_emphasis,2.0 +4,test_A,* item 1\n* item 2\n- item 3,num_bullet_points,3.0 +4,test_B,"Here are all my arguments: +- point 1 +- point 2 +- point 3 +- point 4 is super long and takes up multiple lines point 4 is super long and takes up multiple lines point 4 is super long and takes up multiple lines point 4 is super long and takes up multiple lines point 4 is super long and takes up multiple lines point 4 is super long and takes up multiple lines point 4 is super long and takes up multiple lines point 4 is super long and takes up multiple lines point 4 is super long and takes up multiple lines point 4 is super long and takes up multiple lines point 4 is super long and takes up multiple lines",num_bullet_points,4.0 +4,test_A,1. First\n2. Second\n3. Third,num_numbered_points,3.0 +4,test_B,This is the first line.\nThis is the second line.\nThis is the third line.,num_line_breaks,3.0 +4,test_A,"I have a line + + + + +here is a new line + + +here is a third line",num_line_breaks,3.0 +4,test_B,this is a line with\rA different kind of return value\rUsing carriage return instead of the newline character,num_line_breaks,3.0 +4,test_A,"""This is a quote."" She said, ""Here's another.""",num_quotes,2.0 +4,test_B,"""You miss 100% of the shots you don't take"" -- Wayne Gretzky",num_quotes,1.0 +4,test_A,"""I can't believe you use single quotes to quote people,"" she said. ""Well, he replied, 'sometimes single quotes are useful when you nest quotes inside other quotes,' according to my English teacher"" Then she said: 'okay'",num_quotes,4.0 +4,test_B,> Quoting someone else\nThis is my reply.,num_block_quote_responses,1.0 +4,test_A,> Quoting someone else\nThis is my reply.,num_block_quote_responses,1.0 +4,test_B,>>>> This is a quote but I went overboard with the carat character,num_block_quote_responses,1.0 +4,test_A,>> This is one where I put too many of the gt's,num_block_quote_responses,1.0 +4,test_B,"> Hello! +Goodbye!",num_block_quote_responses,1.0 +4,test_B,"> here I am making a quote +I respond to it +> I quote again +I respond to that too",num_block_quote_responses,2.0 +4,test_A,Well... I'm not sure... Maybe...,num_ellipses,3.0 +4,test_B,hm..what if I only use two periods.............or many periods............,num_ellipses,2.0 +4,test_B,This is a sentence (with some text in parentheses).,num_parentheses,1.0 +4,test_A,"""Sure,"" I said confidently (thiking to myself: no way!) This was definitely (not) one of my best moments.",num_parentheses,2.0 +4,test_B,(((((these parentheses are not properly closed.),num_parentheses,1.0 +4,test_B,((there are multiple parentheses here)),num_parentheses,2.0 +4,test_A,((1+(1+3+4)^2)+7+(9+8)),num_parentheses,4.0 +5,test1,I think that I think that I think,certainty_rocklage,4.5 +5,test2,I am a little confused,certainty_rocklage,2.47 +5,test2,I don't really know the answer,certainty_rocklage,1.33 +5,test3,I am sure that this is correct,certainty_rocklage,8.02 +5,test1,I am fairly certain in my response,certainty_rocklage,8.28 +5,test2,This is without a doubt the best movie I have ever seen,certainty_rocklage,4.5 +5,test2,I am not sure about how to how to approximately handle this,certainty_rocklage,2.69 +5,test3,I believe that he is guilty but I am not very certain,certainty_rocklage,6.56 +5,test1,I an open to you changing my mind on this issue,certainty_rocklage,4.5 +5,test2,I don't think the guy is the a$$hole. Thoughts?,certainty_rocklage,5.44 +5,test2,So who thinks the guy is an ass for asking his mother in law to learn english,certainty_rocklage,4.5 +5,test3,"I think that this person is not an asshole because, according to him, he was very polite while approaching the issue",certainty_rocklage,6.037 +5,test1,I can see how the family is upset because they feel the mother was disrespected but I can also understand the guy's feelings. Why should he have to work as interpreter for his mother in law?,certainty_rocklage,4.5 +5,test2,"Yes, I think his feeling makes sense to me to. Who doesn't want to be independent.",certainty_rocklage,4.89 +5,test2,I was conflicted because I could understand his frustration however I feel he should have maybe discussed strategies with how to approach the mother in law with his wife first.,certainty_rocklage,4.684 +5,test3,His MIL has been here for 8 years. You would think she'd pick up some English by now.,certainty_rocklage,4.5 +5,test1,I think he had every right to want to help his mother in law,certainty_rocklage,4.28 +5,test2,I also agree with culturedCow,certainty_rocklage,4.5 +5,test2,"I don't think he's an asshole. I think his request is reasonable. If you go to live in a foreign country, you should learn the language.",certainty_rocklage,5.125 +5,test3,"I think the guy is an asshole because for all his talk about how easy it is to use resources to learn a language, he didn't take the time to research WHY some people do not.",certainty_rocklage,5.505 +5,test1,I think he also tried to utilize other resources such as language learning apps to help her learn,certainty_rocklage,4.28 +5,test2,"I think also he needs to understand that language learning is not the same for everyone, not everyone has the same capacity to learn new languages quickly.",certainty_rocklage,6.09 +5,test2,"Maybe she does have a problem with learning languages, but she could at least try.",certainty_rocklage,3.79 +5,test3,After the edit he done it made it sound like he really loves his family,certainty_rocklage,6.175 +5,test1,"I don't think the guy is wrong in asking her to learn more english being that she lives in America, but he has to understand she is older and may not have the patience or capacity to learn a lot of english.",certainty_rocklage,5.472 +5,test2,"Learning a second language is easiest when you're a child for a reason. Your brain is wired differently then, which makes it easier.",certainty_rocklage,5.4 +5,test2,I think he tried to help her.� He gave her resources to use and she apparently didn't use them.,certainty_rocklage,4.32 +1,A,hello,Hello_receptiveness_yeomans,1.0 +1,B,So how should we answer this,Token_count_receptiveness_yeomans,6.0 +1,A,We can start here. What is the question?,YesNo_Questions_receptiveness_yeomans,0.0 +1,B,I am not sure. Where is the rest of our team?,WH_Questions_receptiveness_yeomans,1.0 +1,B,"Please help me figure this out, I really want to do well on this please",Please_receptiveness_yeomans,2.0 +2,C,Hey,Hello_receptiveness_yeomans,1.0 +2,C,Okay bro lets split it 50/50,Impersonal_Pronoun_receptiveness_yeomans,1.0 +2,D,Maybe but how about 60/40? I doubt its fair otherwise,Hedges_receptiveness_yeomans,2.0 +2,C,Seems fair,Hedges_receptiveness_yeomans,1.0 +1,B,I am not sure. Where is the rest of our team?,First_Person_Single_receptiveness_yeomans,1.0 +1,B,"Well please help me figure this out, I really want to do well on this please okay",factuality_politeness_convokit,1.0 +2,C,Seems possible,hashedge_politeness_convokit,1.0 +2,E,I see what youre thinking but I disagree,Acknowledgement_receptiveness_yeomans,1.0 +2,E,We get only one chance so we should understand how to split it,Acknowledgement_receptiveness_yeomans,2.0 +2,D,"I just don't agree, I'm making the 60/40 split",Adverb_Limiter_receptiveness_yeomans,1.0 +3,G,hey,indirect_greeting_politeness_convokit,1.0 +3,G,I think we should try something else,1st_person_start_politeness_convokit,1.0 +3,F,Ok whatever. You should leave the team then,2nd_person_start_politeness_convokit,1.0 +4,H,Honestly thank you so so much,factuality_politeness_convokit,1.0 +4,H,What's the plan?,direct_question_politeness_convokit,1.0 +4,I,That is the dumbest idea I've heard; youre actually dumb af,hasnegative_politeness_convokit,1.0 +4,H,What's ur problem here?,hasnegative_politeness_convokit,1.0 +5,J,Pleasure and an honor to meet you all,haspositive_politeness_convokit,1.0 +5,K,We should try that next,haspositive_politeness_convokit,0.0 +5,J,Could you please explain why? I don't really understand why you are thinking that,subjunctive_politeness_convokit,1.0 +5,K,Sorry sorry I didn't mean to,apologizing_politeness_convokit,1.0 +6,L,I don't really want to work with you all but let's get this over with,Impersonal_Pronoun_receptiveness_yeomans,1.0 +6,J,Fine by me,Affirmation_receptiveness_yeomans,1.0 +6,K,Ok so which part should we do first? the first or second?,YesNo_Questions_receptiveness_yeomans,1.0 +7,L,Please don't do that?,please_start_politeness_convokit,1.0 +7,L,I don't think that will work,hashedge_politeness_convokit,1.0 +7,M,I'm exhuasted rn,hasnegative_politeness_convokit,0.0 +7,M,i don't really care please just finish this up,haspositive_politeness_convokit,0.0 +7,N,Please don't do that?,Please_receptiveness_yeomans,1.0 +7,N,I don't think that will work,Hedges_receptiveness_yeomans,0.0 +7,O,I'm exhuasted rn,Negative_Emotion_receptiveness_yeomans,0.0 +7,O,i don't really care please just finish this up,Positive_Emotion_receptiveness_yeomans,0.0 +8,P,i appreciate all this from you,gratitude_politeness_convokit,1.0 +8,P,"well we should start rn, our part is long",1st_person_pl_politeness_convokit,1.0 +8,Q,ok forgive me for this error but,apologizing_politeness_convokit,1.0 +8,Q,you have to redo the whole thing,2nd_person_politeness_convokit,0.0 +8,R,ok so who will work with me? where should we begin?,direct_question_politeness_convokit,0.0 +8,S,i appreciate all this from you,Gratitude_receptiveness_yeomans,1.0 +8,S,"well we should start rn, our part is long",First_Person_Plural_receptiveness_yeomans,2.0 +8,T,ok forgive us for this error but,Apology_receptiveness_yeomans,0.0 +8,T,you have to redo the whole thing,Second_Person_receptiveness_yeomans,1.0 +8,U,ok so who will work with me? where should we begin?,WH_Questions_receptiveness_yeomans,2.0 +9,A,"I understand your perspective and agree that I would not want to have resentment in the workplace against women, as that would further compound the issue we are looking at. I do think that it is true that women are underrepresented in STEM careers and am a believer that something should be done to address this discrepancy, even if that is not implementing a priority for women in hiring decisions. While I don\'t think that companies should explicitly hire simply because of their gender, I do think that they should be mindful of the gender gap in STEM and look to address those issues through their hiring practices.",Impersonal_Pronoun_receptiveness_yeomans,12.0 +10,A,"I understand your perspective and agree that I would not want to have resentment in the workplace against women, as that would further compound the issue we are looking at. I do think that it is true that women are underrepresented in STEM careers and am a believer that something should be done to address this discrepancy, even if that is not implementing a priority for women in hiring decisions. While I don\'t think that companies should explicitly hire simply because of their gender, I do think that they should be mindful of the gender gap in STEM and look to address those issues through their hiring practices.",First_Person_Single_receptiveness_yeomans,5.0 +11,A,"I understand your perspective and agree that I would not want to have resentment in the workplace against women, as that would further compound the issue we are looking at. I do think that it is true that women are underrepresented in STEM careers and am a believer that something should be done to address this discrepancy, even if that is not implementing a priority for women in hiring decisions. While I don\'t think that companies should explicitly hire simply because of their gender, I do think that they should be mindful of the gender gap in STEM and look to address those issues through their hiring practices.",Hedges_receptiveness_yeomans,3.0 +12,A,"I understand your perspective and agree that I would not want to have resentment in the workplace against women, as that would further compound the issue we are looking at. I do think that it is true that women are underrepresented in STEM careers and am a believer that something should be done to address this discrepancy, even if that is not implementing a priority for women in hiring decisions. While I don\'t think that companies should explicitly hire simply because of their gender, I do think that they should be mindful of the gender gap in STEM and look to address those issues through their hiring practices.",Negation_receptiveness_yeomans,3.0 +13,A,"I understand your perspective and agree that I would not want to have resentment in the workplace against women, as that would further compound the issue we are looking at. I do think that it is true that women are underrepresented in STEM careers and am a believer that something should be done to address this discrepancy, even if that is not implementing a priority for women in hiring decisions. While I don\'t think that companies should explicitly hire simply because of their gender, I do think that they should be mindful of the gender gap in STEM and look to address those issues through their hiring practices.",Subjectivity_receptiveness_yeomans,3.0 +14,A,"I understand your perspective and agree that I would not want to have resentment in the workplace against women, as that would further compound the issue we are looking at. I do think that it is true that women are underrepresented in STEM careers and am a believer that something should be done to address this discrepancy, even if that is not implementing a priority for women in hiring decisions. While I don\'t think that companies should explicitly hire simply because of their gender, I do think that they should be mindful of the gender gap in STEM and look to address those issues through their hiring practices.",Negative_Emotion_receptiveness_yeomans,3.0 +15,A,"I understand your perspective and agree that I would not want to have resentment in the workplace against women, as that would further compound the issue we are looking at. I do think that it is true that women are underrepresented in STEM careers and am a believer that something should be done to address this discrepancy, even if that is not implementing a priority for women in hiring decisions. While I don\'t think that companies should explicitly hire simply because of their gender, I do think that they should be mindful of the gender gap in STEM and look to address those issues through their hiring practices.",Reasoning_receptiveness_yeomans,1.0 +16,A,"I understand your perspective and agree that I would not want to have resentment in the workplace against women, as that would further compound the issue we are looking at. I do think that it is true that women are underrepresented in STEM careers and am a believer that something should be done to address this discrepancy, even if that is not implementing a priority for women in hiring decisions. While I don\'t think that companies should explicitly hire simply because of their gender, I do think that they should be mindful of the gender gap in STEM and look to address those issues through their hiring practices.",Agreement_receptiveness_yeomans,1.0 +17,A,"I understand your perspective and agree that I would not want to have resentment in the workplace against women, as that would further compound the issue we are looking at. I do think that it is true that women are underrepresented in STEM careers and am a believer that something should be done to address this discrepancy, even if that is not implementing a priority for women in hiring decisions. While I don\'t think that companies should explicitly hire simply because of their gender, I do think that they should be mindful of the gender gap in STEM and look to address those issues through their hiring practices.",Second_Person_receptiveness_yeomans,1.0 +18,A,"I understand your perspective and agree that I would not want to have resentment in the workplace against women, as that would further compound the issue we are looking at. I do think that it is true that women are underrepresented in STEM careers and am a believer that something should be done to address this discrepancy, even if that is not implementing a priority for women in hiring decisions. While I don\'t think that companies should explicitly hire simply because of their gender, I do think that they should be mindful of the gender gap in STEM and look to address those issues through their hiring practices.",Adverb_Limiter_receptiveness_yeomans,1.0 +19,A,"I understand your perspective and agree that I would not want to have resentment in the workplace against women, as that would further compound the issue we are looking at. I do think that it is true that women are underrepresented in STEM careers and am a believer that something should be done to address this discrepancy, even if that is not implementing a priority for women in hiring decisions. While I don\'t think that companies should explicitly hire simply because of their gender, I do think that they should be mindful of the gender gap in STEM and look to address those issues through their hiring practices.",Disagreement_receptiveness_yeomans,1.0 +20,A,"I understand your perspective and agree that I would not want to have resentment in the workplace against women, as that would further compound the issue we are looking at. I do think that it is true that women are underrepresented in STEM careers and am a believer that something should be done to address this discrepancy, even if that is not implementing a priority for women in hiring decisions. While I don\'t think that companies should explicitly hire simply because of their gender, I do think that they should be mindful of the gender gap in STEM and look to address those issues through their hiring practices.",Acknowledgement_receptiveness_yeomans,1.0 +21,A,"I understand your perspective and agree that I would not want to have resentment in the workplace against women, as that would further compound the issue we are looking at. I do think that it is true that women are underrepresented in STEM careers and am a believer that something should be done to address this discrepancy, even if that is not implementing a priority for women in hiring decisions. While I don\'t think that companies should explicitly hire simply because of their gender, I do think that they should be mindful of the gender gap in STEM and look to address those issues through their hiring practices.",First_Person_Plural_receptiveness_yeomans,1.0 +22,A,"I understand your perspective and agree that I would not want to have resentment in the workplace against women, as that would further compound the issue we are looking at. I do think that it is true that women are underrepresented in STEM careers and am a believer that something should be done to address this discrepancy, even if that is not implementing a priority for women in hiring decisions. While I don\'t think that companies should explicitly hire simply because of their gender, I do think that they should be mindful of the gender gap in STEM and look to address those issues through their hiring practices.",For_Me_receptiveness_yeomans,0.0 +23,A,And I will always love you,Conjunction_Start_receptiveness_yeomans,1.0 +23,B,"Can you help me, can you please?",Can_You_receptiveness_yeomans,2.0 +23,C,"Can you, will you, could you please be mine?",Could_You_receptiveness_yeomans,1.0 +23,D,"This land is your land, this land is my land; this land was made for you and for me",For_You_receptiveness_yeomans,1.0 +0,0,unneccessagf shoulds shouldve should'nt,discrepancies_lexical_wordcount,4 +0,0,wouldnt unneedofek want must've should'nt,discrepancies_lexical_wordcount,5 +0,0,hopes wish,discrepancies_lexical_wordcount,2 +0,0,must'nt rather wouldn't ought'nt,discrepancies_lexical_wordcount,4 +0,0,needn't unwantpotnw hopefulness oughta couldn't,discrepancies_lexical_wordcount,5 +0,0,musilej,hear_lexical_wordcount,1 +0,0,listens hearing listenerjp noisy,hear_lexical_wordcount,4 +0,0,noises noisy harmongoc hearing audiblweds,hear_lexical_wordcount,5 +0,0,ear yell listenerpvo,hear_lexical_wordcount,3 +0,0,sang rang ear concertfuw,hear_lexical_wordcount,4 +0,0,drapeulqv backyard loveseatjproz closet,home_lexical_wordcount,4 +0,0,curtainqygkr drapekwvh,home_lexical_wordcount,2 +0,0,bathae,home_lexical_wordcount,1 +0,0,curtainbu loveseatntr family housing rooms,home_lexical_wordcount,5 +0,0,bedroomxhpl furniture,home_lexical_wordcount,2 +0,0,if,conjunction_lexical_wordcount,1 +0,0,altho while though then how,conjunction_lexical_wordcount,5 +0,0,when or,conjunction_lexical_wordcount,2 +0,0,if,conjunction_lexical_wordcount,1 +0,0,but however,conjunction_lexical_wordcount,2 +0,0,undoubtni,certainty_lexical_wordcount,1 +0,0,altogether truthzhf,certainty_lexical_wordcount,2 +0,0,distinctue definitiveeol commitmentflk forever,certainty_lexical_wordcount,4 +0,0,total essential,certainty_lexical_wordcount,2 +0,0,fundamentals completes guarantidjp,certainty_lexical_wordcount,3 +0,0,both add with,inclusive_lexical_wordcount,3 +0,0,around we along,inclusive_lexical_wordcount,3 +0,0,each with,inclusive_lexical_wordcount,2 +0,0,with inclusg come came around,inclusive_lexical_wordcount,5 +0,0,each around come,inclusive_lexical_wordcount,3 +0,0,nausen sensation brunchkjz,bio_lexical_wordcount,3 +0,0,butt saliverbwp,bio_lexical_wordcount,2 +0,0,palms,bio_lexical_wordcount,1 +0,0,liquoriole,bio_lexical_wordcount,1 +0,0,xanax prescriqd hand sodauce,bio_lexical_wordcount,4 +0,0,strivl master,achievement_lexical_wordcount,2 +0,0,originattvf solutionmuyho elitlxoup proficiengiy quittd,achievement_lexical_wordcount,5 +0,0,finalizuav best quitti capabfs,achievement_lexical_wordcount,4 +0,0,masters plans,achievement_lexical_wordcount,2 +0,0,strengthe successqfhs herovqw overconfidence,achievement_lexical_wordcount,4 +0,0,apparently,adverbs_lexical_wordcount,1 +0,0,so,adverbs_lexical_wordcount,1 +0,0,immediately generally very well truly,adverbs_lexical_wordcount,5 +0,0,rather instead here pushty,adverbs_lexical_wordcount,4 +0,0,instead,adverbs_lexical_wordcount,1 +0,0,phobii apprehensnmeyt,anxiety_lexical_wordcount,2 +0,0,obsesstusbg anguishuiy terrorkm,anxiety_lexical_wordcount,3 +0,0,restlesst tenseod feared overwhelmfvlxi,anxiety_lexical_wordcount,4 +0,0,timidfzbh stressetd,anxiety_lexical_wordcount,2 +0,0,apprehensrm dreadn,anxiety_lexical_wordcount,2 +0,0,oneself shes he she'll herself,third_person_lexical_wordcount,5 +0,0,shes he'd himself hes her,third_person_lexical_wordcount,5 +0,0,she'll,third_person_lexical_wordcount,1 +0,0,she'll her,third_person_lexical_wordcount,2 +0,0,she'll him she's hes he,third_person_lexical_wordcount,5 +0,0,havent haven't ought'nt wont,negation_lexical_wordcount,4 +0,0,needn't hasn't,negation_lexical_wordcount,2 +0,0,wouldnt,negation_lexical_wordcount,1 +0,0,nobodashm hasn't didnt,negation_lexical_wordcount,3 +0,0,hasn't never,negation_lexical_wordcount,2 +0,0,titty fuckerusz bitchnsl goddamomde hell,swear_lexical_wordcount,5 +0,0,sob fuckinoawys titty cuntq,swear_lexical_wordcount,4 +0,0,cuntn pisstkzme dicks butts,swear_lexical_wordcount,4 +0,0,fucks jeez sonofako crappy,swear_lexical_wordcount,4 +0,0,fucks butt heck,swear_lexical_wordcount,3 +0,0,urnj immortalwai,death_lexical_wordcount,2 +0,0,od bury demise tombd urnnig,death_lexical_wordcount,5 +0,0,demise,death_lexical_wordcount,1 +0,0,immortalyjedn embalmfqydb hearsepdk,death_lexical_wordcount,3 +0,0,ghostaw alive,death_lexical_wordcount,2 +0,0,amputu,health_lexical_wordcount,1 +0,0,nearsighted neurologhl toxv painly throbgvmhn,health_lexical_wordcount,5 +0,0,wash doselndu mono,health_lexical_wordcount,3 +0,0,ill,health_lexical_wordcount,1 +0,0,checkupfli burpzxevw scabo living ICU,health_lexical_wordcount,5 +0,0,orangemacis squaruei purplabnk,see_lexical_wordcount,3 +0,0,colourxml roundxgijb sees seen colorht,see_lexical_wordcount,5 +0,0,staring look yellowkyn triangqmpv,see_lexical_wordcount,4 +0,0,shiny lookerutn scannv look,see_lexical_wordcount,4 +0,0,scanni seen,see_lexical_wordcount,2 +0,0,facialrqth foot lipslt toe titties,body_lexical_wordcount,5 +0,0,toenailhtqe droolc,body_lexical_wordcount,2 +0,0,hip dick boobvw,body_lexical_wordcount,3 +0,0,slenderbmvq ass,body_lexical_wordcount,2 +0,0,nudeytmcb stomachltbw wake breastqyp eyewut,body_lexical_wordcount,5 +0,0,moms bro,family_lexical_wordcount,2 +0,0,nephewz wifevxmlj mom's parentuph,family_lexical_wordcount,4 +0,0,pa sons fatherhb,family_lexical_wordcount,3 +0,0,aunte sons grandkidywgxb exes ex,family_lexical_wordcount,5 +0,0,relatives husbandypoiz mommalqhxo,family_lexical_wordcount,3 +0,0,sickengwxku,negative_affect_lexical_wordcount,1 +0,0,hurtefdp lazieqxar impersonal,negative_affect_lexical_wordcount,3 +0,0,egotisy destroygj,negative_affect_lexical_wordcount,2 +0,0,unwelcomrfwd,negative_affect_lexical_wordcount,1 +0,0,jealoustemf unkind,negative_affect_lexical_wordcount,2 +0,0,significant else every section,quantifier_lexical_wordcount,4 +0,0,ton lotta,quantifier_lexical_wordcount,2 +0,0,either best greatest,quantifier_lexical_wordcount,3 +0,0,best,quantifier_lexical_wordcount,1 +0,0,singlufb rest fullmzf,quantifier_lexical_wordcount,3 +0,0,glad great charmbrwsd wins,positive_affect_lexical_wordcount,4 +0,0,generot helping sincerbucaj,positive_affect_lexical_wordcount,3 +0,0,freedswu adventursfk gently deliciouseuxl assurm,positive_affect_lexical_wordcount,5 +0,0,worshipstmjc soulmateeiya treat huggpo,positive_affect_lexical_wordcount,4 +0,0,grin wealthlg thrillzbrqf casual proudrqu,positive_affect_lexical_wordcount,5 +0,0,restructurucq,insight_lexical_wordcount,1 +0,0,know decidux recallwz seems solutionlxh,insight_lexical_wordcount,5 +0,0,wonder motivsc sensing secret,insight_lexical_wordcount,4 +0,0,believes,insight_lexical_wordcount,1 +0,0,suspectc infers,insight_lexical_wordcount,2 +0,0,man,humans_lexical_wordcount,1 +0,0,newbornl citizen'phtgi ladies,humans_lexical_wordcount,3 +0,0,girl's babies persons chicks,humans_lexical_wordcount,4 +0,0,infant,humans_lexical_wordcount,1 +0,0,ladies ma'am citizen,humans_lexical_wordcount,3 +0,0,hasn't makes describe believes I've,present_tense_lexical_wordcount,5 +0,0,gets how's,present_tense_lexical_wordcount,2 +0,0,has hopes admits,present_tense_lexical_wordcount,3 +0,0,let's,present_tense_lexical_wordcount,1 +0,0,suck wait aren't feels,present_tense_lexical_wordcount,4 +0,0,wouldnt gonna,future_tense_lexical_wordcount,2 +0,0,mustnt should shall,future_tense_lexical_wordcount,3 +0,0,must've,future_tense_lexical_wordcount,1 +0,0,must should it'll won't shall,future_tense_lexical_wordcount,5 +0,0,shouldve mustnt,future_tense_lexical_wordcount,2 +0,0,listened held loved cried changed,past_tense_lexical_wordcount,5 +0,0,sent sensed tried taken shouldve,past_tense_lexical_wordcount,5 +0,0,ate sucked tried,past_tense_lexical_wordcount,3 +0,0,ran described,past_tense_lexical_wordcount,2 +0,0,didn't,past_tense_lexical_wordcount,1 +0,0,post distanpiy,relative_lexical_wordcount,2 +0,0,go marchal updatmwi,relative_lexical_wordcount,3 +0,0,walking growing gianthy age,relative_lexical_wordcount,4 +0,0,initiatoxtwa follow,relative_lexical_wordcount,2 +0,0,hall bending widthxikw,relative_lexical_wordcount,3 +0,0,loverkfxo pornoiu,sexual_lexical_wordcount,2 +0,0,virgindtrl humpysbwe prudishybiq,sexual_lexical_wordcount,3 +0,0,virginc,sexual_lexical_wordcount,1 +0,0,fucks pubic gay,sexual_lexical_wordcount,3 +0,0,prostatijvda dick,sexual_lexical_wordcount,2 +0,0,curbijh boundlby,inhibition_lexical_wordcount,2 +0,0,deniaxi,inhibition_lexical_wordcount,1 +0,0,prudishxc deniabxp,inhibition_lexical_wordcount,2 +0,0,constrictimhr,inhibition_lexical_wordcount,1 +0,0,withholdyzaqb stops,inhibition_lexical_wordcount,2 +0,0,remorset ruinc grimwftle,sadness_lexical_wordcount,3 +0,0,discouragnepqi tragict devastatu,sadness_lexical_wordcount,3 +0,0,grief unimportant,sadness_lexical_wordcount,2 +0,0,miss yearnlkw whining tragickh pitiulpnv,sadness_lexical_wordcount,5 +0,0,miss regretzkbrc missed unhappj,sadness_lexical_wordcount,4 +0,0,weve son's,social_lexical_wordcount,2 +0,0,listenerqe girlfriendwsnya,social_lexical_wordcount,2 +0,0,hers,social_lexical_wordcount,1 +0,0,he'll sisterqjtfk,social_lexical_wordcount,2 +0,0,coworkertbpf mates he's mailing interrupm,social_lexical_wordcount,5 +0,0,somethingjmcpi noboda,indefinite_pronoun_lexical_wordcount,2 +0,0,somebodp somewhere itll who'll,indefinite_pronoun_lexical_wordcount,4 +0,0,that'd somethingosdqx,indefinite_pronoun_lexical_wordcount,2 +0,0,somethingp thatll those which someonecrhbd,indefinite_pronoun_lexical_wordcount,5 +0,0,it'll it'd,indefinite_pronoun_lexical_wordcount,2 +0,0,sinnzkc kosher qur'anpy,religion_lexical_wordcount,3 +0,0,mercy,religion_lexical_wordcount,1 +0,0,templefydxz hinduejs muhammsla lutheranwv ministerlnfts,religion_lexical_wordcount,5 +0,0,catholickd,religion_lexical_wordcount,1 +0,0,sikhc judaprfd muhammehcml sin,religion_lexical_wordcount,4 +0,0,laidoff tradejnx taxes freshmknd,work_lexical_wordcount,4 +0,0,incorprhq negotiatjf presentationomwfa,work_lexical_wordcount,3 +0,0,politics mda,work_lexical_wordcount,2 +0,0,revieww classes,work_lexical_wordcount,2 +0,0,masters,work_lexical_wordcount,1 +0,0,owes cashk bankpsiar checks kronlwik,money_lexical_wordcount,5 +0,0,dinarcsg businesszosw revenueocp costbjwta owe,money_lexical_wordcount,5 +0,0,euro auditors store spending,money_lexical_wordcount,4 +0,0,mortgpzvi overtime,money_lexical_wordcount,2 +0,0,bucks wagerfv,money_lexical_wordcount,2 +0,0,effectcaxgn,causation_lexical_wordcount,1 +0,0,leadmbhfe infer depends creatend,causation_lexical_wordcount,4 +0,0,depends,causation_lexical_wordcount,1 +0,0,deducgulp outcomecli affected hows producnbu,causation_lexical_wordcount,5 +0,0,solutionva launchvoap leadhbi provoku,causation_lexical_wordcount,4 +0,0,threatxre offencefhcog ludicrouslf,anger_lexical_wordcount,3 +0,0,enragoqusn,anger_lexical_wordcount,1 +0,0,sucks brutals sucked threatd destroyj,anger_lexical_wordcount,5 +0,0,sinister,anger_lexical_wordcount,1 +0,0,raping battliz warfareid defensjazn molestgv,anger_lexical_wordcount,5 +0,0,mine I've myself I'd I'll,first_person_singular_lexical_wordcount,5 +0,0,I'll I've,first_person_singular_lexical_wordcount,2 +0,0,myself my,first_person_singular_lexical_wordcount,2 +0,0,ive I'd,first_person_singular_lexical_wordcount,2 +0,0,myself I'm ive my I've,first_person_singular_lexical_wordcount,5 +0,0,rub hard warmlvye,feel_lexical_wordcount,3 +0,0,hardevtqef driegnk feels touchlzf,feel_lexical_wordcount,4 +0,0,leatherjcf pressed squeezul silkjn,feel_lexical_wordcount,4 +0,0,skin brushtasj rub colde caressi,feel_lexical_wordcount,5 +0,0,hottjmuo,feel_lexical_wordcount,1 +0,0,mysterp ambigun,tentativeness_lexical_wordcount,2 +0,0,most wondered depend alot vary,tentativeness_lexical_wordcount,5 +0,0,fairly lucks unresolvn hesitaq option,tentativeness_lexical_wordcount,5 +0,0,fuzznaxg hypotheticoqwzy barely,tentativeness_lexical_wordcount,3 +0,0,depend indetermingifjl randomitf hypotheticvzkg supposed,tentativeness_lexical_wordcount,5 +0,0,exclujvy,exclusive_lexical_wordcount,1 +0,0,either except if somethingfxdq sometime,exclusive_lexical_wordcount,5 +0,0,versus,exclusive_lexical_wordcount,1 +0,0,but exclusxklz except or,exclusive_lexical_wordcount,4 +0,0,sometime,exclusive_lexical_wordcount,1 +0,0,youre wished thank went,verbs_lexical_wordcount,4 +0,0,meant hoped lost,verbs_lexical_wordcount,3 +0,0,ran carry showed used,verbs_lexical_wordcount,4 +0,0,theres care cannot made,verbs_lexical_wordcount,4 +0,0,affected misses theyd kept thatd,verbs_lexical_wordcount,5 +0,0,gfjgevb,friends_lexical_wordcount,1 +0,0,exgirll,friends_lexical_wordcount,1 +0,0,mates,friends_lexical_wordcount,1 +0,0,mate loveru mates buddyv,friends_lexical_wordcount,4 +0,0,neighbord partnerzcvdj roomatel girlfriendt gft,friends_lexical_wordcount,5 +0,0,a an alot,article_lexical_wordcount,3 +0,0,a an,article_lexical_wordcount,2 +0,0,a an alot,article_lexical_wordcount,3 +0,0,the an a alot,article_lexical_wordcount,4 +0,0,alot,article_lexical_wordcount,1 +0,0,oh yes I believe,argue_lexical_wordcount,3 +0,0,u mean and really,argue_lexical_wordcount,3 +0,0,cause no I know and,argue_lexical_wordcount,4 +0,0,and I think actually yes well,argue_lexical_wordcount,5 +0,0,so,argue_lexical_wordcount,1 +0,0,wouldve whod you've mustn't,auxiliary_verbs_lexical_wordcount,4 +0,0,let youve itd ought,auxiliary_verbs_lexical_wordcount,4 +0,0,can don't theyre wasn't,auxiliary_verbs_lexical_wordcount,4 +0,0,hes must'nt wont did mustn't,auxiliary_verbs_lexical_wordcount,5 +0,0,shan't theyve oughtve becomes done,auxiliary_verbs_lexical_wordcount,5 +0,0,meaningi all wanted determining,cognitive_mech_lexical_wordcount,4 +0,0,appearing suppresshvw proof changes,cognitive_mech_lexical_wordcount,4 +0,0,rearrangbqlg randomuer containn deducczr practically,cognitive_mech_lexical_wordcount,5 +0,0,occasionalszxg hazy requirj,cognitive_mech_lexical_wordcount,3 +0,0,repressydvml,cognitive_mech_lexical_wordcount,1 +0,0,until,preposition_lexical_wordcount,1 +0,0,along ahead,preposition_lexical_wordcount,2 +0,0,below under thru,preposition_lexical_wordcount,3 +0,0,except insides towardkhyrs between beside,preposition_lexical_wordcount,5 +0,0,without out about,preposition_lexical_wordcount,3 +0,0,let's,first_person_plural_lexical_wordcount,1 +0,0,we'd let's lets,first_person_plural_lexical_wordcount,3 +0,0,our lets,first_person_plural_lexical_wordcount,2 +0,0,we've,first_person_plural_lexical_wordcount,1 +0,0,ours we'd weve ourselves let's,first_person_plural_lexical_wordcount,5 +0,0,drily,percept_lexical_wordcount,1 +0,0,grabwktxr,percept_lexical_wordcount,1 +0,0,savourzw redness,percept_lexical_wordcount,2 +0,0,speaking,percept_lexical_wordcount,1 +0,0,souriau tang,percept_lexical_wordcount,2 +0,0,thine yall,second_person_lexical_wordcount,2 +0,0,you're youd,second_person_lexical_wordcount,2 +0,0,y'all you'd thine you're,second_person_lexical_wordcount,4 +0,0,thee thine youre yours,second_person_lexical_wordcount,4 +0,0,ye you,second_person_lexical_wordcount,2 +0,0,mustnt hope mistakwzl hoping,discrepancies_lexical_wordcount,4 +0,0,would've problemo need lacksuexg expectt,discrepancies_lexical_wordcount,5 +0,0,couldnt hopeful should,discrepancies_lexical_wordcount,3 +0,0,desirva,discrepancies_lexical_wordcount,1 +0,0,wishes wishing must've need,discrepancies_lexical_wordcount,4 +0,0,noises thundero,hear_lexical_wordcount,2 +0,0,thunderq inaudibln sang hears,hear_lexical_wordcount,4 +0,0,loudvh sang hushmqplh speak,hear_lexical_wordcount,4 +0,0,heard speakertphv shoutiaem audiblbohi,hear_lexical_wordcount,4 +0,0,sang whispervhxqk,hear_lexical_wordcount,2 +0,0,lawnxdi doghousemilk residenlwfxa condo vacuumk,home_lexical_wordcount,5 +0,0,lawnjr residencpbs neighboregax,home_lexical_wordcount,3 +0,0,doghouseeastb roomiepuma,home_lexical_wordcount,2 +0,0,porch cleanhwe condo,home_lexical_wordcount,3 +0,0,maidqyldk bedroomox patioquf,home_lexical_wordcount,3 +0,0,whether nor then,conjunction_lexical_wordcount,3 +0,0,because if then so,conjunction_lexical_wordcount,4 +0,0,whereas while,conjunction_lexical_wordcount,2 +0,0,plus until,conjunction_lexical_wordcount,2 +0,0,when how although though,conjunction_lexical_wordcount,4 +0,0,defined essential undoubts completed,certainty_lexical_wordcount,4 +0,0,wholly distinctcx unquestionj,certainty_lexical_wordcount,3 +0,0,altogether precisjawd exactnqhfl,certainty_lexical_wordcount,3 +0,0,exactofn invariabr unquestionqzj defined,certainty_lexical_wordcount,4 +0,0,completes inevitabx undoubtgyzl,certainty_lexical_wordcount,3 +0,0,came,inclusive_lexical_wordcount,1 +0,0,around come open,inclusive_lexical_wordcount,3 +0,0,come,inclusive_lexical_wordcount,1 +0,0,add came come we,inclusive_lexical_wordcount,4 +0,0,inside with both,inclusive_lexical_wordcount,3 +0,0,fattsc faintdlseh,bio_lexical_wordcount,2 +0,0,syndromeagxe,bio_lexical_wordcount,1 +0,0,digestp musclephj skinnijsv healing,bio_lexical_wordcount,4 +0,0,penisygbjp,bio_lexical_wordcount,1 +0,0,veggiecla,bio_lexical_wordcount,1 +0,0,unproducet importanmqdw resourcefulcamzd,achievement_lexical_wordcount,3 +0,0,concludwo ranking masters lose strongm,achievement_lexical_wordcount,5 +0,0,loserxc,achievement_lexical_wordcount,1 +0,0,effortcxbe first triumphujryl masterfulvq irresponsiblet,achievement_lexical_wordcount,5 +0,0,confident abilitbdz endeavafre defeatxjq determined,achievement_lexical_wordcount,5 +0,0,mostly now whenever too primarily,adverbs_lexical_wordcount,5 +0,0,probably back perhaps here mostly,adverbs_lexical_wordcount,5 +0,0,somehow apparently how yet here,adverbs_lexical_wordcount,5 +0,0,now eventually soon how completely,adverbs_lexical_wordcount,5 +0,0,generally well such seriously here,adverbs_lexical_wordcount,5 +0,0,overwhelmryjd strainf shakewm,anxiety_lexical_wordcount,3 +0,0,uncertainve feared confusmb,anxiety_lexical_wordcount,3 +0,0,franticivctu stuns shook uncertainu,anxiety_lexical_wordcount,4 +0,0,shakiihxd frightixu shook stunned misersjne,anxiety_lexical_wordcount,5 +0,0,alarmkzu tremblwzocs stuns,anxiety_lexical_wordcount,3 +0,0,she'll he,third_person_lexical_wordcount,2 +0,0,him her,third_person_lexical_wordcount,2 +0,0,his,third_person_lexical_wordcount,1 +0,0,her she's hers,third_person_lexical_wordcount,3 +0,0,herself hes he's,third_person_lexical_wordcount,3 +0,0,oughtn't don't wouldnt,negation_lexical_wordcount,3 +0,0,shouldn't doesnt didnt nowhere should'nt,negation_lexical_wordcount,5 +0,0,arent shouldnt isn't,negation_lexical_wordcount,3 +0,0,nope,negation_lexical_wordcount,1 +0,0,need'nt not negatlpji wouldn't,negation_lexical_wordcount,4 +0,0,dang pussyah,swear_lexical_wordcount,2 +0,0,hell dumbpbzvd bitchkvyuz butt homo,swear_lexical_wordcount,5 +0,0,fuck shitq cock pisslkx,swear_lexical_wordcount,4 +0,0,sob queersgm pussyeqru fucks,swear_lexical_wordcount,4 +0,0,mofo prickyj dick niggerjvw,swear_lexical_wordcount,4 +0,0,embalmjt oded gravevwhfi tombetp,death_lexical_wordcount,4 +0,0,drownksti,death_lexical_wordcount,1 +0,0,lynchxafto war,death_lexical_wordcount,2 +0,0,dies bereavemfhcn,death_lexical_wordcount,2 +0,0,genocidgjoau grief morticianbspv,death_lexical_wordcount,3 +0,0,asthmanmc tumofwvj chokkohz physicianuqvwr,health_lexical_wordcount,4 +0,0,nearsighted throbj anorexiky tinglliqf,health_lexical_wordcount,4 +0,0,throbpqym woundzlkw gynobqovn,health_lexical_wordcount,3 +0,0,therapdkzr healed OCD,health_lexical_wordcount,3 +0,0,living coronard,health_lexical_wordcount,2 +0,0,scannrq circle reddeyo glowx,see_lexical_wordcount,4 +0,0,sunshingwv sees clickhbiyp scannmbgl eying,see_lexical_wordcount,5 +0,0,eyeqblh rectangypwos triangdg seer looked,see_lexical_wordcount,5 +0,0,columnxvs sightsue,see_lexical_wordcount,2 +0,0,whitishk,see_lexical_wordcount,1 +0,0,bone belly nervew,body_lexical_wordcount,3 +0,0,skin palms breathdcafq,body_lexical_wordcount,3 +0,0,brainz bones,body_lexical_wordcount,2 +0,0,rashnut tit itchwght kneenjk,body_lexical_wordcount,4 +0,0,lungr facialt slenderi spine,body_lexical_wordcount,4 +0,0,husbandyabx,family_lexical_wordcount,1 +0,0,marrieboagv brotherrhda,family_lexical_wordcount,2 +0,0,exhusbanda granddaursubf,family_lexical_wordcount,2 +0,0,familiesc,family_lexical_wordcount,1 +0,0,cousinbzmwh marriexrzvf,family_lexical_wordcount,2 +0,0,longingjhbn,negative_affect_lexical_wordcount,1 +0,0,lamefpbv disadvantagenxtql,negative_affect_lexical_wordcount,2 +0,0,insincermy remorseoeia,negative_affect_lexical_wordcount,2 +0,0,difficultna jaded wars vanity,negative_affect_lexical_wordcount,4 +0,0,difficultnmril warring vulnerabc shitzv,negative_affect_lexical_wordcount,4 +0,0,tons greater simple,quantifier_lexical_wordcount,3 +0,0,extent,quantifier_lexical_wordcount,1 +0,0,mucho much section lotsa extremely,quantifier_lexical_wordcount,5 +0,0,ton piecg page differenceb whole,quantifier_lexical_wordcount,5 +0,0,else,quantifier_lexical_wordcount,1 +0,0,alrightdo,positive_affect_lexical_wordcount,1 +0,0,helperhnx sunny,positive_affect_lexical_wordcount,2 +0,0,complimentjlbhe convincfthqs graces,positive_affect_lexical_wordcount,3 +0,0,lucks romanczk praisyvpch safelmgx hehp,positive_affect_lexical_wordcount,5 +0,0,talentv interestuthxn,positive_affect_lexical_wordcount,2 +0,0,reasonpulei meaningidwf,insight_lexical_wordcount,2 +0,0,seem questiontmyhc reorganitkgar,insight_lexical_wordcount,3 +0,0,sense,insight_lexical_wordcount,1 +0,0,wonders,insight_lexical_wordcount,1 +0,0,explaining rationallpfg appreciate,insight_lexical_wordcount,3 +0,0,man,humans_lexical_wordcount,1 +0,0,girlshfsio adults,humans_lexical_wordcount,2 +0,0,child,humans_lexical_wordcount,1 +0,0,citizen,humans_lexical_wordcount,1 +0,0,ma'am men'bldt self femalejlcvo babeae,humans_lexical_wordcount,5 +0,0,hears,present_tense_lexical_wordcount,1 +0,0,brings thats doesn't whats,present_tense_lexical_wordcount,4 +0,0,goes start they're,present_tense_lexical_wordcount,3 +0,0,describes havent dislikes,present_tense_lexical_wordcount,3 +0,0,knows believe listens,present_tense_lexical_wordcount,3 +0,0,mustnt must must'nt shouldnt you'll,future_tense_lexical_wordcount,5 +0,0,ought'nt,future_tense_lexical_wordcount,1 +0,0,thatll wouldve should'nt gonna,future_tense_lexical_wordcount,4 +0,0,that'll won't I'll,future_tense_lexical_wordcount,3 +0,0,who'll should'nt,future_tense_lexical_wordcount,2 +0,0,hated went wondered appeared,past_tense_lexical_wordcount,4 +0,0,ate,past_tense_lexical_wordcount,1 +0,0,disliked lost described spent,past_tense_lexical_wordcount,4 +0,0,ate,past_tense_lexical_wordcount,1 +0,0,forgote cared believed,past_tense_lexical_wordcount,3 +0,0,awhile immediately outerki,relative_lexical_wordcount,3 +0,0,perpetualp internalltsem tiniest,relative_lexical_wordcount,3 +0,0,right immediateness fademl finishykxwt,relative_lexical_wordcount,4 +0,0,corners old over,relative_lexical_wordcount,3 +0,0,fit approachjuzeb,relative_lexical_wordcount,2 +0,0,erectile condom pornfzqh fucks,sexual_lexical_wordcount,4 +0,0,fuckinc asses condom queerduvk,sexual_lexical_wordcount,4 +0,0,pregnange erectionux,sexual_lexical_wordcount,2 +0,0,orgasmt sexw chlamydia gay,sexual_lexical_wordcount,4 +0,0,rapistph ovarsg tits,sexual_lexical_wordcount,3 +0,0,withheld defencjtr,inhibition_lexical_wordcount,2 +0,0,hesitaz tightq halthvc,inhibition_lexical_wordcount,3 +0,0,protectab securulxeo interferhvrx deniaanhcy restraindrv,inhibition_lexical_wordcount,5 +0,0,waits,inhibition_lexical_wordcount,1 +0,0,controlx waited tidy,inhibition_lexical_wordcount,3 +0,0,defeats,sadness_lexical_wordcount,1 +0,0,hopelesspkm heartbrokekible cried loses resigne,sadness_lexical_wordcount,5 +0,0,whining sadness cry cried disheartengzeaq,sadness_lexical_wordcount,5 +0,0,sadly damagbntc pessimisrc,sadness_lexical_wordcount,3 +0,0,hopelessa dissatisfcl fatigucuvjd disillusionqt isolatg,sadness_lexical_wordcount,5 +0,0,assemblkd meet band guyawg kid,social_lexical_wordcount,5 +0,0,help excusk peoplelnm organizho yall,social_lexical_wordcount,5 +0,0,sons,social_lexical_wordcount,1 +0,0,his participanteir,social_lexical_wordcount,2 +0,0,grandpap whom mailerut,social_lexical_wordcount,3 +0,0,this that it'd,indefinite_pronoun_lexical_wordcount,3 +0,0,these anything thatll everybodhn it'll,indefinite_pronoun_lexical_wordcount,5 +0,0,noboddup whats,indefinite_pronoun_lexical_wordcount,2 +0,0,it's who'd thats it whats,indefinite_pronoun_lexical_wordcount,5 +0,0,anything wholl these,indefinite_pronoun_lexical_wordcount,3 +0,0,karma salvation orthodoxfdy rosaries sect,religion_lexical_wordcount,5 +0,0,rosary jesuitgsabe hell,religion_lexical_wordcount,3 +0,0,hell,religion_lexical_wordcount,1 +0,0,christianwq muhammyprqh piety sects,religion_lexical_wordcount,4 +0,0,sunni scripturvko templeme salvation,religion_lexical_wordcount,4 +0,0,credentialrs com absentp,work_lexical_wordcount,3 +0,0,mfg reportsuro commercsjezh collabw,work_lexical_wordcount,4 +0,0,outsourcrfndl,work_lexical_wordcount,1 +0,0,transfergdnu grad,work_lexical_wordcount,2 +0,0,econgv goalg,work_lexical_wordcount,2 +0,0,cashlf,money_lexical_wordcount,1 +0,0,debti shop consumerzae inheritfkyv,money_lexical_wordcount,4 +0,0,stocks,money_lexical_wordcount,1 +0,0,taxaxv cheapi,money_lexical_wordcount,2 +0,0,incomegfl bet auditing taxansjbf,money_lexical_wordcount,4 +0,0,thereforrnsq,causation_lexical_wordcount,1 +0,0,origins,causation_lexical_wordcount,1 +0,0,motivnt launchvt,causation_lexical_wordcount,2 +0,0,makes forcev using obedienwayd,causation_lexical_wordcount,4 +0,0,compliance obedienlpijv pick,causation_lexical_wordcount,3 +0,0,sucked arrogant ferocwv,anger_lexical_wordcount,3 +0,0,punishx enragvbj contemptawb,anger_lexical_wordcount,3 +0,0,maniacxo pissmygt rebelmp,anger_lexical_wordcount,3 +0,0,stupidncwg hellish paranoilbock warring,anger_lexical_wordcount,4 +0,0,naga angrwmnl tantrumsv,anger_lexical_wordcount,3 +0,0,ive I've,first_person_singular_lexical_wordcount,2 +0,0,Id,first_person_singular_lexical_wordcount,1 +0,0,Id myself,first_person_singular_lexical_wordcount,2 +0,0,I'd,first_person_singular_lexical_wordcount,1 +0,0,i,first_person_singular_lexical_wordcount,1 +0,0,weightliftd hand driemau drily,feel_lexical_wordcount,4 +0,0,grippfipun feelingwkaf thinnajy,feel_lexical_wordcount,3 +0,0,skin'men,feel_lexical_wordcount,1 +0,0,weight press hot thin silkvr,feel_lexical_wordcount,5 +0,0,skin'h,feel_lexical_wordcount,1 +0,0,assumbvd seemed usually,tentativeness_lexical_wordcount,3 +0,0,option,tentativeness_lexical_wordcount,1 +0,0,someonesyc wonders theorhe,tentativeness_lexical_wordcount,3 +0,0,spose hardly seemed alot,tentativeness_lexical_wordcount,4 +0,0,often appearing,tentativeness_lexical_wordcount,2 +0,0,either except sometime,exclusive_lexical_wordcount,3 +0,0,without,exclusive_lexical_wordcount,1 +0,0,really but whether,exclusive_lexical_wordcount,3 +0,0,vs,exclusive_lexical_wordcount,1 +0,0,if,exclusive_lexical_wordcount,1 +0,0,begin supported,verbs_lexical_wordcount,2 +0,0,begin held who's describe how's,verbs_lexical_wordcount,5 +0,0,takes,verbs_lexical_wordcount,1 +0,0,happened saw mustnt brings,verbs_lexical_wordcount,4 +0,0,slept took waited,verbs_lexical_wordcount,3 +0,0,pals bud amigodyzg mate's girlfriendur,friends_lexical_wordcount,5 +0,0,mates,friends_lexical_wordcount,1 +0,0,neighborwtey bftxuv comradq,friends_lexical_wordcount,3 +0,0,colleaguejo buddiesef,friends_lexical_wordcount,2 +0,0,bfbfi,friends_lexical_wordcount,1 +0,0,an a alot the,article_lexical_wordcount,4 +0,0,the,article_lexical_wordcount,1 +0,0,an,article_lexical_wordcount,1 +0,0,an the,article_lexical_wordcount,2 +0,0,an,article_lexical_wordcount,1 +0,0,u know no,argue_lexical_wordcount,2 +0,0,really you know I think,argue_lexical_wordcount,3 +0,0,really I believe,argue_lexical_wordcount,2 +0,0,cause,argue_lexical_wordcount,1 +0,0,I know,argue_lexical_wordcount,1 +0,0,you'd could,auxiliary_verbs_lexical_wordcount,2 +0,0,couldnt isn't,auxiliary_verbs_lexical_wordcount,2 +0,0,oughta had be what's,auxiliary_verbs_lexical_wordcount,4 +0,0,be shant itll,auxiliary_verbs_lexical_wordcount,3 +0,0,ain't couldnt,auxiliary_verbs_lexical_wordcount,2 +0,0,avertv,cognitive_mech_lexical_wordcount,1 +0,0,yearnqgjth,cognitive_mech_lexical_wordcount,1 +0,0,infer tentativwc wouldn't,cognitive_mech_lexical_wordcount,3 +0,0,around commit banned fundamental,cognitive_mech_lexical_wordcount,4 +0,0,obedienoki solutionhk,cognitive_mech_lexical_wordcount,2 +0,0,around plus,preposition_lexical_wordcount,2 +0,0,onto,preposition_lexical_wordcount,1 +0,0,insides in behind out,preposition_lexical_wordcount,4 +0,0,insides amongzekb unto by than,preposition_lexical_wordcount,5 +0,0,across above about without,preposition_lexical_wordcount,4 +0,0,we'd us our weve,first_person_plural_lexical_wordcount,4 +0,0,we'd we've weve ourselves we,first_person_plural_lexical_wordcount,5 +0,0,we've we're lets,first_person_plural_lexical_wordcount,3 +0,0,ourselves,first_person_plural_lexical_wordcount,1 +0,0,us our we'll let's,first_person_plural_lexical_wordcount,4 +0,0,greyiyck delectabliktz,percept_lexical_wordcount,2 +0,0,screen sand,percept_lexical_wordcount,2 +0,0,sweetness drieqs deoders,percept_lexical_wordcount,3 +0,0,coldedrm,percept_lexical_wordcount,1 +0,0,hear caramelzjw wetly tonguel,percept_lexical_wordcount,4 +0,0,y'all youd you're you'll,second_person_lexical_wordcount,4 +0,0,u thine,second_person_lexical_wordcount,2 +0,0,yall yours u your thoust,second_person_lexical_wordcount,5 +0,0,yall you've youll thee,second_person_lexical_wordcount,4 +0,0,thine you ye,second_person_lexical_wordcount,3 +0,0,responsibly evocative faithfully valiantly illustrious,positive_words_lexical_wordcount,5 +0,0,imaculate vivid likable enjoyable succeed,positive_words_lexical_wordcount,5 +0,0,smitten sharpest rightfully unreal,positive_words_lexical_wordcount,4 +0,0,reaffirmation joy goood speedy self-sufficient,positive_words_lexical_wordcount,5 +0,0,tantalize energize gusto win,positive_words_lexical_wordcount,4 +0,0,we our i me,first_person_lexical_wordcount,4 +0,0,ourselves,first_person_lexical_wordcount,1 +0,0,myself,first_person_lexical_wordcount,1 +0,0,lets my i,first_person_lexical_wordcount,3 +0,0,our,first_person_lexical_wordcount,1 +0,0,but,nltk_english_stopwords_lexical_wordcount,1 +0,0,were was your,nltk_english_stopwords_lexical_wordcount,3 +0,0,any shan it is,nltk_english_stopwords_lexical_wordcount,4 +0,0,our,nltk_english_stopwords_lexical_wordcount,1 +0,0,because an after other,nltk_english_stopwords_lexical_wordcount,4 +0,0,probably,hedge_words_lexical_wordcount,1 +0,0,maybe I guess possibly sort of a little,hedge_words_lexical_wordcount,5 +0,0,a little possibly I think sort of probably,hedge_words_lexical_wordcount,5 +0,0,probably sort of,hedge_words_lexical_wordcount,2 +0,0,I think,hedge_words_lexical_wordcount,1 +0,0,,num_chars,0 +0,0,a,num_chars,1 +0,0,ab,num_chars,2 +0,0,abc,num_chars,3 +0,0,abcd,num_chars,4 +0,0,abcde,num_chars,5 +0,0,abcdef,num_chars,6 +0,1,first,num_messages,1 +0,0,Who is this,num_question_naive,1 +0,0,Who is this. Why is this,num_question_naive,2 +0,0,Who what when where why is this,num_question_naive,1 +0,0,Who is this?,num_question_naive,1 +A,1,able am are,function_word_accommodation,0 +A,2,able am are hello,function_word_accommodation,3 +A,3,able am hello,function_word_accommodation,2 +A,2,able get got,function_word_accommodation,1 +A,5,get,function_word_accommodation,1 +B,1,able am are,content_word_accommodation,0 +B,2,able am are hello,content_word_accommodation,0 +B,3,able am hello yoyo,content_word_accommodation_per_conv,0.3333333 +B,2,hello yoyo,content_word_accommodation_per_conv,0.8333333 +C,1,i i i,first_pronouns_proportion,1 +C,2,i i taco taco,first_pronouns_proportion,0.5 +C,3,.,first_pronouns_proportion,0 +D,1,I went to the store,info_exchange_zscore_conversation,0 +D,2,Bought some groceries for dinner,info_exchange_zscore_conversation,1.2247 +D,3,It's raining today,info_exchange_zscore_conversation,-1.2247 +E,1,I sort of like this,hedge_naive,1 +E,2,I guess this is a little awesome,hedge_naive,1 +E,3,It's raining today,hedge_naive,0 +F,1,what??,NTRI,1 +F,3,sorry excuse me what's your name again?,NTRI,1 +F,1,huh?,NTRI,1 +F,3,pardon?,NTRI,1 +F,3,pardon,NTRI,0 +F,3,say what again?,NTRI,1 +F,3,say again?,NTRI,1 +F,3,say again,NTRI,1 +F,3,what's that?,NTRI,1 +F,3,what is that,NTRI,1 +F,2,this is not funny,NTRI,0 +G,1,what is going on,word_TTR,1 +G,3,what what,word_TTR,0.5 +G,2,what what is that,word_TTR,0.75 +H,1,fantastic difficulty,dale_chall_score,19.5257 +H,3,discover direction different,dale_chall_score,0.1488 +H,3,trying quote random,dale_chall_score,0.1488 +H,3,erase eraser errand every even dig dim dime dine computer,dale_chall_score,5.7115 +H,2,even this is magnificent!,dale_chall_score,7.7824 +H,4,even this is magnificent! even this is magnificent!,dale_chall_score,7.7824 +H,1,fantastic difficulty,dale_chall_classification,difficult +H,3,trying quote random,dale_chall_classification,easy +H,3,erase eraser errand every even dig dim dime dine computer,dale_chall_classification,medium +H,3,discover direction different,dale_chall_classification,easy +H,4,even this is magnificent! even this is magnificent!,dale_chall_classification,difficult \ No newline at end of file diff --git a/tests/data/cleaned_data/test_chat_level_complex.csv b/tests/data/cleaned_data/test_chat_level_complex.csv index 7bc60c05..50c68700 100644 --- a/tests/data/cleaned_data/test_chat_level_complex.csv +++ b/tests/data/cleaned_data/test_chat_level_complex.csv @@ -1,19 +1,25 @@ conversation_num, speaker_nickname, message,feature A,A,The food was delicious and the service was great.,positive_bert A,A,The food was excellent and the service was impeccable.,positive_bert -A,A,The food was terrible and the service was awful.,negative_bert +A,A,The food was terrible and the service was awful.,positive_bert A,A,The movie was very entertaining and I highly recommend it.,positive_bert A,A,The movie was engaging and I would definitely recommend it.,positive_bert -A,A,The movie was awful and I wouldn't recommend it to anyone.,negative_bert +A,A,The movie was awful and I wouldn't recommend it to anyone.,positive_bert A,A,The weather was beautiful today.,positive_bert A,A,The weather was perfect today.,positive_bert -A,A,The weather was terrible today.,negative_bert +A,A,The weather was terrible today.,positive_bert A,A,I'm really enjoying this book.,positive_bert A,A,I'm captivated by this book.,positive_bert -A,A,I'm not enjoying this book at all.,negative_bert +A,A,I'm not enjoying this book at all.,positive_bert A,A,I love spending time with my family.,positive_bert A,A,I cherish the time I spend with my family.,positive_bert -A,A,I hate spending time with my family.,negative_bert +A,A,I hate spending time with my family.,positive_bert A,A,I'm so happy to see you.,positive_bert A,A,I'm overjoyed to see you.,positive_bert -A,A,I'm not happy to see you at all.,negative_bert \ No newline at end of file +A,A,I'm not happy to see you at all.,positive_bert +A,A,I do not like this example at all it is too boring,textblob_subjectivity +A,A,I prefer and strongly like chocolate ice cream,textblob_subjectivity +A,A,Textblob has two primary features,textblob_subjectivity +A,A,Today is the best day ever I am so happy,textblob_polarity +A,A,This restaurant is wonderful lovely great,textblob_polarity +A,A,The day is dark with sadness and depression,textblob_polarity diff --git a/tests/data/cleaned_data/test_conv_level.csv b/tests/data/cleaned_data/test_conv_level.csv index 34fde85a..d66dfa24 100644 --- a/tests/data/cleaned_data/test_conv_level.csv +++ b/tests/data/cleaned_data/test_conv_level.csv @@ -51,4 +51,34 @@ A, John,2020-04-20T18:30:40.125Z, I find that studying in short bursts is more e A, Mary,2020-04-20T18:31:00.125Z, I agree it's also important to take breaks and get enough sleep.,team_burstiness,-1.0 A, Jessica,2020-04-20T18:31:20.125Z, I'm always struggling to stay motivated any tips?,team_burstiness,-1.0 A, John,2020-04-20T18:31:40.125Z, I find it helpful to set realistic goals and break down large tasks into smaller ones.,team_burstiness,-1.0 -A, Mary,2020-04-20T18:32:00.125Z, It's also important to find a study buddy or group to help you stay accountable.,team_burstiness,-1.0 \ No newline at end of file +A, Mary,2020-04-20T18:32:00.125Z, It's also important to find a study buddy or group to help you stay accountable.,team_burstiness,-1.0 +B, B,, this is four words,gini_coefficient_sum_num_words,0 +B, B,, what about this also,gini_coefficient_sum_num_words,0 +B, B,, i think it is,gini_coefficient_sum_num_words,0 +B, A,, just some random words,gini_coefficient_sum_num_words,0 +B, A,, hello hello hello hello,gini_coefficient_sum_num_words,0 +B, A,, what is up ok,gini_coefficient_sum_num_words,0 +C, A,, this is same character count,gini_coefficient_sum_num_chars,0 +C, A,, this is same character count,gini_coefficient_sum_num_chars,0 +C, A,, this is same character count,gini_coefficient_sum_num_chars,0 +C, X,, this is same character count,gini_coefficient_sum_num_chars,0 +C, X,, this is same character count,gini_coefficient_sum_num_chars,0 +C, X,, this is same character count,gini_coefficient_sum_num_chars,0 +D, A,, this is same message count,gini_coefficient_sum_num_messages,0 +D, B,, this is same message count,gini_coefficient_sum_num_messages,0 +D, C,, this is same message count,gini_coefficient_sum_num_messages,0 +D, D,, this is same message count,gini_coefficient_sum_num_messages,0 +D, E,, this is same message count,gini_coefficient_sum_num_messages,0 +D, F,, this is same message count,gini_coefficient_sum_num_messages,0 +E, A,, i think im the only speaker in this conversation,gini_coefficient_sum_num_words,0.5 +E, A,, yeah i think we're trying to get the gini high,gini_coefficient_sum_num_words,0.5 +E, A,, ill just keep talking!,gini_coefficient_sum_num_words,0.5 +E, X,,,gini_coefficient_sum_num_words,0.5 +E, X,,,gini_coefficient_sum_num_words,0.5 +E, X,,,gini_coefficient_sum_num_words,0.5 +F, A,, i think im the only speaker in this conversation,gini_coefficient_sum_num_chars,0.75 +F, A,, yeah i think we're trying to get the gini high,gini_coefficient_sum_num_chars,0.75 +F, A,, ill just keep talking!,gini_coefficient_sum_num_ chars,0.75 +F, X,,,gini_coefficient_sum_num_chars,0.75 +F, Y,,,gini_coefficient_sum_num_chars,0.75 +F, Z,,,gini_coefficient_sum_num_chars,0.75 \ No newline at end of file diff --git a/tests/data/cleaned_data/test_conv_level_complex.csv b/tests/data/cleaned_data/test_conv_level_complex.csv index 02b3570e..858bb354 100644 --- a/tests/data/cleaned_data/test_conv_level_complex.csv +++ b/tests/data/cleaned_data/test_conv_level_complex.csv @@ -269,4 +269,146 @@ U,B, 2024-07-15T23:16:36.125Z, I think running is my favorite exercise.,incongru U,A, 2024-07-15T23:19:36.125Z, I want to go on a run.,incongruent_modulation U,B, 2024-07-15T23:20:36.125Z, I want to play some sports.,incongruent_modulation U,A, 2024-07-15T23:21:36.125Z, Let's go to the basketball courts.,incongruent_modulation -U,B, 2024-07-15T23:22:36.125Z, Let's go to the soccer fields.,incongruent_modulation \ No newline at end of file +U,B, 2024-07-15T23:22:36.125Z, Let's go to the soccer fields.,incongruent_modulation +conversation_1, speaker_1,, Have you checked out the latest developments in blockchain tech?,info_diversity +conversation_1, speaker_2,, Yeah the advancements are pretty incredible especially with DeFi.,info_diversity +conversation_1, speaker_3,, I’ve been really into how NFTs are being used for digital identity verification.,info_diversity +conversation_1, speaker_1,, NFTs are definitely evolving. It's amazing how they started just with art.,info_diversity +conversation_1, speaker_2,, Right? Now they’re branching out into real estate and even intellectual property.,info_diversity +conversation_1, speaker_3,, The possibilities are endless. I’m curious to see how governments will regulate it though.,info_diversity +conversation_1, speaker_1,, That’s a big question. Regulation could either stifle innovation or provide the structure it needs to grow.,info_diversity +conversation_1, speaker_2,, I think we’ll see a mix. Some countries are embracing it while others are more cautious.,info_diversity +conversation_1, speaker_3,, It’ll be interesting to see which approach works best. I’m also wondering about the environmental impact of all this.,info_diversity +conversation_1, speaker_1,, That’s a good point. The shift to more energy-efficient consensus algorithms is crucial.,info_diversity +conversation_2, speaker_1,, I just finished the machine learning course you recommended. It was awesome!,info_diversity +conversation_2, speaker_2,, That’s great to hear! Did you do all the assignments?,info_diversity +conversation_2, speaker_3,, I’m still working through it but the concepts are starting to click.,info_diversity +conversation_2, speaker_1,, The assignments really help solidify the knowledge. The neural networks part was a bit tough though.,info_diversity +conversation_2, speaker_2,, Neural networks can be tricky at first but once you get it it’s really powerful.,info_diversity +conversation_2, speaker_3,, I’m excited to apply what I’ve learned to some real-world data sets.,info_diversity +conversation_2, speaker_1,, Same here. I’m thinking of starting a side project to predict stock prices.,info_diversity +conversation_2, speaker_2,, That’s ambitious! But it’s a great way to put your skills to the test.,info_diversity +conversation_2, speaker_3,, I might join you on that! It’ll be cool to collaborate and see what we come up with.,info_diversity +conversation_2, speaker_1,, Let’s do it! We can brainstorm ideas this weekend.,info_diversity +conversation_5, speaker_1,, Did you catch the latest episode of that show everyone’s talking about?,info_diversity +conversation_5, speaker_2,, Yeah it was intense! But I had to pause halfway to finish my assignment.,info_diversity +conversation_5, speaker_3,, I haven’t started watching it yet. Is it really that good?,info_diversity +conversation_5, speaker_1,, Definitely worth it. But speaking of assignments how’s your machine learning course going?,info_diversity +conversation_5, speaker_2,, It’s going well! I’m almost done with the neural networks module.,info_diversity +conversation_5, speaker_3,, Neural networks? That’s tough. I’m still stuck on the earlier parts.,info_diversity +conversation_5, speaker_1,, You’ll get there. Just take it one step at a time. Also are you guys thinking about internships yet?,info_diversity +conversation_5, speaker_2,, I am! I’m applying to a few tech companies next week.,info_diversity +conversation_5, speaker_3,, I should probably start looking too. I’m just so caught up with other things.,info_diversity +conversation_5, speaker_1,, Same here. Between school shows and job applications it’s hard to find balance.,info_diversity +conversation_3, speaker_1,, Are you ready to start applying for internships?,info_diversity +conversation_3, speaker_2,, Almost. I’m just finalizing my resume and polishing up my GitHub.,info_diversity +conversation_3, speaker_3,, Same here. I’m focusing on tech companies that have strong mentorship programs.,info_diversity +conversation_3, speaker_1,, That’s smart. I’ve been looking at roles in fintech but I’m open to other sectors too.,info_diversity +conversation_3, speaker_2,, Fintech is hot right now. There’s so much innovation happening.,info_diversity +conversation_3, speaker_3,, I’m leaning towards something in AI or machine learning. There’s a lot of demand in those areas.,info_diversity +conversation_3, speaker_1,, Definitely. It’s a great time to be in tech. Have you guys started preparing for interviews?,info_diversity +conversation_3, speaker_2,, I’ve done a few Leetcode problems but I need to ramp up.,info_diversity +conversation_3, speaker_3,, Same I’m planning to do at least one problem a day until interview season.,info_diversity +conversation_3, speaker_1,, Sounds like a solid plan. We should do mock interviews together to practice.,info_diversity +conversation_4, speaker_1,, I’ve been using React for a new project and it’s going pretty well so far.,info_diversity +conversation_4, speaker_2,, Nice! What are you building?,info_diversity +conversation_4, speaker_3,, I’m curious too. React is great for building dynamic user interfaces.,info_diversity +conversation_4, speaker_1,, It’s a course review platform where students can rate and review their classes.,info_diversity +conversation_4, speaker_2,, That sounds really useful! Are you handling both the frontend and backend?,info_diversity +conversation_4, speaker_3,, I love that idea. What stack are you using for the backend?,info_diversity +conversation_4, speaker_1,, I’m using Node.js with Express for the backend and MySQL for the database.,info_diversity +conversation_4, speaker_2,, Solid choices. How are you planning to handle scalability if the platform grows?,info_diversity +conversation_4, speaker_3,, AWS could be a good option for scaling. Have you looked into that?,info_diversity +conversation_4, speaker_1,, Yeah I’m considering AWS for deployment. I want the platform to be scalable from the start.,info_diversity +conversation_6, speaker_1,, I just started a new book on AI ethics and it’s really eye-opening.,info_diversity +conversation_6, speaker_2,, That sounds interesting. What’s it about?,info_diversity +conversation_6, speaker_3,, AI ethics is such an important topic especially with all the recent developments.,info_diversity +conversation_6, speaker_1,, It explores how AI is impacting society both positively and negatively.,info_diversity +conversation_6, speaker_3,, I did! I’m planning to integrate one of them into my next project.,info_diversity +conversation_6, speaker_1,, That’s awesome. By the way are you still going to the gym regularly?,info_diversity +conversation_6, speaker_2,, I’ve been slacking off lately to be honest. Too much work.,info_diversity +conversation_6, speaker_3,, Same here. I’ve been prioritizing coding over everything else.,info_diversity +conversation_6, speaker_1,, We should do a workout session together. It’s good to take breaks from all the tech stuff.,info_diversity +conversation_15, speaker_1,, Have you ever thought about how artificial intelligence is changing our daily lives It’s everywhere now,info_diversity +conversation_15, speaker_2,, Artificial intelligence is integrated into so many aspects of life from virtual assistants to smart homes,info_diversity +conversation_15, speaker_3,, AI in smart homes is incredible It automates so many tasks and makes life easier,info_diversity +conversation_15, speaker_1,, The AI in virtual assistants like Siri and Alexa has gotten so much smarter too,info_diversity +conversation_15, speaker_2,, Virtual assistants are learning to understand natural language better thanks to advancements in AI,info_diversity +conversation_15, speaker_3,, And AI-driven recommendations on streaming services are spot on They know what we like,info_diversity +conversation_15, speaker_1,, AI really personalizes our experiences whether it’s shopping online or watching movies,info_diversity +conversation_15, speaker_2,, Exactly AI uses data to tailor services to our preferences which makes everything more convenient,info_diversity +conversation_15, speaker_3,, The impact of artificial intelligence on our daily lives is only going to grow It’s an exciting time,info_diversity +conversation_15, speaker_1,, Definitely AI is shaping the future in ways we’re only beginning to understand,info_diversity +conversation_16, speaker_1,, I’ve been really diving into cloud computing recently It’s amazing how it’s transforming businesses,info_diversity +conversation_16, speaker_2,, Cloud computing is revolutionizing how companies operate The scalability it offers is unparalleled,info_diversity +conversation_16, speaker_3,, The flexibility of cloud computing allows businesses to adapt quickly to changing demands,info_diversity +conversation_16, speaker_1,, And the cost savings with cloud computing are significant You only pay for what you use,info_diversity +conversation_16, speaker_2,, That’s a huge advantage for startups Cloud computing gives them access to resources they couldn’t afford otherwise,info_diversity +conversation_16, speaker_3,, Security in cloud computing has also improved a lot with encryption and other safeguards,info_diversity +conversation_16, speaker_1,, Cloud computing security is critical especially with sensitive data being stored remotely,info_diversity +conversation_16, speaker_2,, Exactly With the right cloud computing provider businesses can ensure their data is safe,info_diversity +conversation_16, speaker_3,, The future of cloud computing looks bright It’s becoming the backbone of modern IT infrastructure,info_diversity +conversation_16, speaker_1,, I agree Cloud computing is essential for any business looking to stay competitive,info_diversity +conversation_9, speaker_1,, I’ve been thinking about starting a garden but I have no idea where to begin,info_diversity +conversation_9, speaker_2,, Gardening is super relaxing You should start with some easy plants like herbs,info_diversity +conversation_9, speaker_3,, That sounds fun I’ve always wanted to grow my own vegetables but space is an issue,info_diversity +conversation_9, speaker_1,, I hear you I’m also limited on space but I’m thinking of trying container gardening,info_diversity +conversation_9, speaker_2,, That’s a great idea You can grow a lot in containers if you’re strategic,info_diversity +conversation_9, speaker_3,, Speaking of strategy has anyone been following the latest chess tournaments,info_diversity +conversation_9, speaker_1,, I have The level of play this year has been incredible,info_diversity +conversation_9, speaker_2,, I’m not a chess expert but I enjoy watching the matches They’re so intense,info_diversity +conversation_9, speaker_3,, It’s amazing how much thought goes into each move It’s like a mental workout,info_diversity +conversation_9, speaker_1,, Definitely I find that playing chess really sharpens my focus,info_diversity +AA, A,, this is four words,gini_coefficient_sum_num_words +AA, A,, what about this also i think,gini_coefficient_sum_num_words +AA, B,, i think it is,gini_coefficient_sum_num_words +AA, B,, just some random words,gini_coefficient_sum_num_words +AA, C,, hello hello hello hello helloooo,gini_coefficient_sum_num_words +AA, C,, what is up ok,gini_coefficient_sum_num_words +AAA, A,, this is six words i think,gini_coefficient_sum_num_words +AAA, A,, what about this being five,gini_coefficient_sum_num_words +AAA, B,, i only have four,gini_coefficient_sum_num_words +AAA, B,, but then i get seven words woohoo,gini_coefficient_sum_num_words +AAA, C,, i think this is even,gini_coefficient_sum_num_words +AAA, C,, lets see the results though,gini_coefficient_sum_num_words +AAAA, A,, im going to be talking the absolute most right now,gini_coefficient_sum_num_words +AAAA, A,, its because i want to raise our gini score woohooo,gini_coefficient_sum_num_words +AAAA, B,, ok,gini_coefficient_sum_num_words +AAAA, B,, i can talk,gini_coefficient_sum_num_words +AAAA, C,, hello,gini_coefficient_sum_num_words +AAAA, C,, i dont want to talk,gini_coefficient_sum_num_words +BB, A,, this is same character count,gini_coefficient_sum_num_chars +BB, A,, this similar similar counts,gini_coefficient_sum_num_chars +BB, B,, this is roughly same character,gini_coefficient_sum_num_chars +BB, B,, hello how are we doing blah,gini_coefficient_sum_num_chars +BB, C,, number of characteros,gini_coefficient_sum_num_chars +BB, C,, i want to get some good after,gini_coefficient_sum_num_chars +BBB, A,, what is your name,gini_coefficient_sum_num_chars +BBB, A,, my name is shruti,gini_coefficient_sum_num_chars +BBB, B,, his name is evan,gini_coefficient_sum_num_chars +BBB, B,, her name is priya dcosta,gini_coefficient_sum_num_chars +BBB, C,, we were on penn today,gini_coefficient_sum_num_chars +BBB, C,, team communication toolkit,gini_coefficient_sum_num_chars +BBBB, A,, this is same character count but an insane amount of characters,gini_coefficient_sum_num_chars +BBBB, A,, i am going to keep on saying things until i get fired,gini_coefficient_sum_num_chars +BBBB, B,, ok,gini_coefficient_sum_num_chars +BBBB, B,, lets see,gini_coefficient_sum_num_chars +BBBB, C,, curious for this,gini_coefficient_sum_num_chars +BBBB, C,, results should be good,gini_coefficient_sum_num_chars +CC, A,, this is same message count,gini_coefficient_sum_num_messages +CC, B,, this is same message count,gini_coefficient_sum_num_messages +CC, C,, this is same message count,gini_coefficient_sum_num_messages +CC, D,, this is same message count,gini_coefficient_sum_num_messages +CC, E,, this is same message count,gini_coefficient_sum_num_messages +CC, F,, this is same message count,gini_coefficient_sum_num_messages +CCC, A,, this is same message count,gini_coefficient_sum_num_messages +CCC, A,, this is same message count,gini_coefficient_sum_num_messages +CCC, C,, this is same message count,gini_coefficient_sum_num_messages +CCC, D,, this is same message count,gini_coefficient_sum_num_messages +CCC, E,, this is same message count,gini_coefficient_sum_num_messages +CCC, E,, this is same message count,gini_coefficient_sum_num_messages +CCCC, A,, this is different message count,gini_coefficient_sum_num_messages +CCCC, A,, this is different message count,gini_coefficient_sum_num_messages +CCCC, A,, this is different message count,gini_coefficient_sum_num_messages +CCCC, A,, this is different message count,gini_coefficient_sum_num_messages +CCCC, E,, this is different message count,gini_coefficient_sum_num_messages diff --git a/tests/ipython_notebooks/generate_liwc_tests.ipynb b/tests/ipython_notebooks/generate_liwc_tests.ipynb index 5c05794b..e140a992 100644 --- a/tests/ipython_notebooks/generate_liwc_tests.ipynb +++ b/tests/ipython_notebooks/generate_liwc_tests.ipynb @@ -1 +1 @@ -{"cells":[{"cell_type":"code","execution_count":10,"metadata":{},"outputs":[],"source":["import pickle\n","import re\n","import pandas as pd\n","import os\n","from pathlib import Path\n","\n","lexicon_pkl_file_path = \"feature_engine/features/lexicons_dict.pkl\"\n","with open(lexicon_pkl_file_path, \"rb\") as lexicons_pickle_file:\n","\tlexicons_dict = pickle.load(lexicons_pickle_file)"]},{"cell_type":"code","execution_count":13,"metadata":{},"outputs":[],"source":["import os\n","import random\n","import csv\n","\n","alphabet = [\"a\", \"b\", \"c\", \"d\", \"e\", \"f\", \"g\", \"h\", \"i\", \"j\", \"k\", \"l\", \"m\", \"n\", \"o\", \"p\", \"q\", \"r\", \"s\", \"t\", \"u\", \"v\", \"w\", \"x\", \"y\", \"z\"]\n","filler = [\"Lorem\", \"ipsum\", \"dolor\", \"amet\", \"consectetur\", \"adipiscing\", \"sed\", \"euismod\", \"tempor\"]\n","\n","def generate_random_strings_from_wordlist(wordlist, num_strings, min_words=1, max_words=5):\n"," max_words = min(max_words, len(wordlist))\n"," strings = []\n"," expected_value = []\n"," for _ in range(num_strings):\n"," num_words = random.randint(min_words, max_words)\n"," expected_value.append(num_words/100)\n"," selected_words = random.sample(wordlist, num_words)\n","\n"," # for strings in selected_words that end with *, append a random number of letters to that string\n"," for i in range(len(selected_words)):\n"," selected_words[i] = selected_words[i].strip()\n"," if selected_words[i].endswith(\"*\"):\n"," selected_words[i] = selected_words[i][:-1] + ''.join(random.sample(alphabet, random.randint(1, 5)))\n","\n","\n"," # num_fillers = random.randint(1, 3)\n"," # filler_words = random.sample(filler, num_fillers)\n"," # final_words = random.choices(selected_words) + random.choices(filler_words)\n"," \n"," strings.append(' '.join(selected_words))\n"," return [strings, expected_value]\n","\n","def write_to_csv(strings, expected_vals, wordlist_name, filename='output.csv'):\n"," with open(filename, 'a', newline='') as csvfile:\n"," writer = csv.writer(csvfile)\n"," for string, expected_val in zip(strings, expected_vals):\n"," writer.writerow([0, 0, string, wordlist_name + \"_lexical_per_100\", expected_val])\n","\n","directory = ['feature_engine/features/lexicons/liwc_lexicons','feature_engine/features/lexicons/liwc_lexicons_small_test','feature_engine/features/lexicons/other_lexicons']\n","for d in directory:\n"," for filename in os.listdir(d):\n"," with open(d + \"/\" + filename, encoding=\"mac_roman\") as lexicons:\n"," if filename.startswith(\".\"):\n"," continue\n"," wordlist = lexicons.read().splitlines()\n"," output = generate_random_strings_from_wordlist(wordlist, num_strings=5)\n"," filename = filename[:-4] if filename.endswith(\".txt\") else filename\n"," write_to_csv(output[0], output[1], filename)\n","\n","# manually appended output.csv to test_chat_level.csv"]}],"metadata":{"kernelspec":{"display_name":"Python 3","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.11.6"}},"nbformat":4,"nbformat_minor":2} +{"cells":[{"cell_type":"code","execution_count":8,"metadata":{},"outputs":[{"name":"stderr","output_type":"stream","text":["/Users/agshruti/Downloads/team-process-map/.venv/lib/python3.11/site-packages/pandas/core/arrays/masked.py:60: UserWarning: Pandas requires version '1.3.6' or newer of 'bottleneck' (version '1.3.5' currently installed).\n"," from pandas.core import (\n"]},{"ename":"FileNotFoundError","evalue":"[Errno 2] No such file or directory: 'feature_engine/features/lexicons_dict.pkl'","output_type":"error","traceback":["\u001b[0;31m---------------------------------------------------------------------------\u001b[0m","\u001b[0;31mFileNotFoundError\u001b[0m Traceback (most recent call last)","Cell \u001b[0;32mIn[8], line 8\u001b[0m\n\u001b[1;32m 5\u001b[0m \u001b[38;5;28;01mfrom\u001b[39;00m \u001b[38;5;21;01mpathlib\u001b[39;00m \u001b[38;5;28;01mimport\u001b[39;00m Path\n\u001b[1;32m 7\u001b[0m lexicon_pkl_file_path \u001b[38;5;241m=\u001b[39m \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mfeature_engine/features/lexicons_dict.pkl\u001b[39m\u001b[38;5;124m\"\u001b[39m\n\u001b[0;32m----> 8\u001b[0m \u001b[38;5;28;01mwith\u001b[39;00m \u001b[38;5;28;43mopen\u001b[39;49m\u001b[43m(\u001b[49m\u001b[43mlexicon_pkl_file_path\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[38;5;124;43m\"\u001b[39;49m\u001b[38;5;124;43mrb\u001b[39;49m\u001b[38;5;124;43m\"\u001b[39;49m\u001b[43m)\u001b[49m \u001b[38;5;28;01mas\u001b[39;00m lexicons_pickle_file:\n\u001b[1;32m 9\u001b[0m \tlexicons_dict \u001b[38;5;241m=\u001b[39m pickle\u001b[38;5;241m.\u001b[39mload(lexicons_pickle_file)\n","File \u001b[0;32m~/Downloads/team-process-map/.venv/lib/python3.11/site-packages/IPython/core/interactiveshell.py:310\u001b[0m, in \u001b[0;36m_modified_open\u001b[0;34m(file, *args, **kwargs)\u001b[0m\n\u001b[1;32m 303\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m file \u001b[38;5;129;01min\u001b[39;00m {\u001b[38;5;241m0\u001b[39m, \u001b[38;5;241m1\u001b[39m, \u001b[38;5;241m2\u001b[39m}:\n\u001b[1;32m 304\u001b[0m \u001b[38;5;28;01mraise\u001b[39;00m \u001b[38;5;167;01mValueError\u001b[39;00m(\n\u001b[1;32m 305\u001b[0m \u001b[38;5;124mf\u001b[39m\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mIPython won\u001b[39m\u001b[38;5;124m'\u001b[39m\u001b[38;5;124mt let you open fd=\u001b[39m\u001b[38;5;132;01m{\u001b[39;00mfile\u001b[38;5;132;01m}\u001b[39;00m\u001b[38;5;124m by default \u001b[39m\u001b[38;5;124m\"\u001b[39m\n\u001b[1;32m 306\u001b[0m \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mas it is likely to crash IPython. If you know what you are doing, \u001b[39m\u001b[38;5;124m\"\u001b[39m\n\u001b[1;32m 307\u001b[0m \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124myou can use builtins\u001b[39m\u001b[38;5;124m'\u001b[39m\u001b[38;5;124m open.\u001b[39m\u001b[38;5;124m\"\u001b[39m\n\u001b[1;32m 308\u001b[0m )\n\u001b[0;32m--> 310\u001b[0m \u001b[38;5;28;01mreturn\u001b[39;00m \u001b[43mio_open\u001b[49m\u001b[43m(\u001b[49m\u001b[43mfile\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[38;5;241;43m*\u001b[39;49m\u001b[43margs\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[38;5;241;43m*\u001b[39;49m\u001b[38;5;241;43m*\u001b[39;49m\u001b[43mkwargs\u001b[49m\u001b[43m)\u001b[49m\n","\u001b[0;31mFileNotFoundError\u001b[0m: [Errno 2] No such file or directory: 'feature_engine/features/lexicons_dict.pkl'"]}],"source":["import pickle\n","import re\n","import pandas as pd\n","import os\n","from pathlib import Path\n","\n","lexicon_pkl_file_path = \"feature_engine/features/lexicons_dict.pkl\"\n","with open(lexicon_pkl_file_path, \"rb\") as lexicons_pickle_file:\n","\tlexicons_dict = pickle.load(lexicons_pickle_file)"]},{"cell_type":"code","execution_count":16,"metadata":{},"outputs":[{"name":"stdout","output_type":"stream","text":["['able', 'am', 'are', 'arent', 'be', 'been', 'being', 'can', 'cant', 'cannot', 'could', 'couldnt', 'did', 'didnt', 'do', 'dont', 'get', 'got', 'gotta', 'had', 'hadnt', 'hasnt', 'have', 'havent', 'is', 'isnt', 'may', 'should', 'shouldve', 'shouldnt', 'was', 'were', 'will', 'wont', 'would', 'wouldve', 'wouldnt', 'although', 'and', 'as', 'because', 'cause', 'but', 'if', 'or', 'so', 'then', 'unless', 'whereas', 'while', 'a', 'an', 'each', 'every', 'all', 'lot', 'lots', 'the', 'this', 'those', 'anybody', 'anything', 'anywhere', 'everybodys', 'everyone', 'everything', 'everythings', 'everywhere', 'he', 'hed', 'hes', 'her', 'him', 'himself', 'herself', 'his', 'I', 'Id', 'Ill', 'Im', 'Ive', 'it', 'itd', 'itll', 'its', 'its', 'itself', 'me', 'my', 'mine', 'myself', 'nobody', 'nothing', 'nowhere', 'one', 'ones', 'ones', 'our', 'ours', 'she', 'shell', 'shes', 'shed', 'somebody', 'someone', 'someplace', 'that', 'thatd', 'thatll', 'thats', 'them', 'themselves', 'these', 'they', 'theyd', 'theyll', 'theyre', 'theyve', 'us', 'we', 'wed', 'well', 'were', 'weve', 'what', 'whatd', 'whats', 'whatever', 'when', 'where', 'whered', 'wheres', 'wherever', 'which', 'who', 'whos', 'whom', 'whose', 'why', 'you', 'youd', 'youll', 'youre', 'youve', 'your', 'yours', 'yourself', 'about', 'after', 'against', 'at', 'before', 'by', 'down', 'for', 'from', 'in', 'into', 'near', 'of', 'off', 'on', 'out', 'over', 'than', 'to', 'until', 'up', 'with', 'without', 'ah', 'hi', 'huh', 'like', 'mmhmm', 'oh', 'okay', 'right', 'uh', 'uhhuh', 'um', 'well', 'yeah', 'yup', 'just', 'no', 'not', 'really', 'too', 'very']\n","[['and huh be was itd', 'all anything anybody', 'get for which Id', 'from this then her to', 'herself before himself shes Ive'], [0.05, 0.03, 0.04, 0.05, 0.05]]\n"]}],"source":["import os\n","import random\n","import csv\n","\n","alphabet = [\"a\", \"b\", \"c\", \"d\", \"e\", \"f\", \"g\", \"h\", \"i\", \"j\", \"k\", \"l\", \"m\", \"n\", \"o\", \"p\", \"q\", \"r\", \"s\", \"t\", \"u\", \"v\", \"w\", \"x\", \"y\", \"z\"]\n","filler = [\"Lorem\", \"ipsum\", \"dolor\", \"amet\", \"consectetur\", \"adipiscing\", \"sed\", \"euismod\", \"tempor\"]\n","\n","def generate_random_strings_from_wordlist(wordlist, num_strings, min_words=1, max_words=5):\n"," max_words = min(max_words, len(wordlist))\n"," strings = []\n"," expected_value = []\n"," for _ in range(num_strings):\n"," num_words = random.randint(min_words, max_words)\n"," expected_value.append(num_words/100)\n"," selected_words = random.sample(wordlist, num_words)\n","\n"," # for strings in selected_words that end with *, append a random number of letters to that string\n"," for i in range(len(selected_words)):\n"," selected_words[i] = selected_words[i].strip()\n"," if selected_words[i].endswith(\"*\"):\n"," selected_words[i] = selected_words[i][:-1] + ''.join(random.sample(alphabet, random.randint(1, 5)))\n","\n"," # num_fillers = random.randint(1, 3)\n"," # filler_words = random.sample(filler, num_fillers)\n"," # final_words = random.choices(selected_words) + random.choices(filler_words)\n"," \n"," strings.append(' '.join(selected_words))\n"," return [strings, expected_value]\n","\n","def write_to_csv(strings, expected_vals, wordlist_name, filename='output.csv'):\n"," with open(filename, 'a', newline='') as csvfile:\n"," writer = csv.writer(csvfile)\n"," for string, expected_val in zip(strings, expected_vals):\n"," writer.writerow([0, 0, string, wordlist_name + \"_lexical_per_100\", expected_val])\n","\n","# directory = ['feature_engine/features/lexicons/liwc_lexicons','feature_engine/features/lexicons/liwc_lexicons_small_test','feature_engine/features/lexicons/other_lexicons']\n","parent = Path(os.getcwd()).parent\n","gparent = Path(parent).parent\n","function_words_path = os.path.join(gparent, \"src/team_comm_tools/features/lexicons/function_words.txt\")\n","\n","# directory = [function_words_path]\n","# for d in directory:\n","# for filename in os.listdir(d):\n","with open(function_words_path, encoding=\"mac_roman\") as lexicons:\n"," # if filename.startswith(\".\"):\n"," # continue\n"," wordlist = lexicons.read().splitlines()\n"," print(wordlist)\n"," output = generate_random_strings_from_wordlist(wordlist, num_strings=5)\n"," \n"," # filename = filename[:-4] if filename.endswith(\".txt\") else filename\n"," write_to_csv(output[0], output[1], \"hello.txt\")\n","\n","# manually appended output.csv to test_chat_level.csv"]},{"cell_type":"code","execution_count":11,"metadata":{},"outputs":[{"name":"stdout","output_type":"stream","text":["/Users/agshruti/Downloads/team-process-map/tests/ipython_notebooks\n"]},{"data":{"text/plain":["'/Users/agshruti/Downloads/team-process-map/src/features/lexicons/function_words.txt'"]},"execution_count":11,"metadata":{},"output_type":"execute_result"}],"source":["# module Path not found\n","import os\n","\n","# print current directory\n","print(os.getcwd())\n","\n","# print parent directory\n","parent = Path(os.getcwd()).parent\n","gparent = Path(parent).parent\n","os.path.join(gparent, \"src/features/lexicons/function_words.txt\")\n","\n","# get parent directory\n","# parent_dir = Path(os.getcwd()).parent\n","\n","# # get file within parent directory\n","# file_path = os.path.join(parent_dir, \"output.csv\")\n","\n","# # get file within grandparent directory\n","# grandparent_dir = Path(parent_dir).parent\n","# file_path = os.path.join(grandparent_dir, \"output.csv\")"]},{"cell_type":"code","execution_count":null,"metadata":{},"outputs":[],"source":["# generate function & content word accommodation tests\n"]}],"metadata":{"kernelspec":{"display_name":"Python 3","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.11.6"}},"nbformat":4,"nbformat_minor":2} diff --git a/tests/ipython_notebooks/helper.ipynb b/tests/ipython_notebooks/helper.ipynb new file mode 100644 index 00000000..b8667236 --- /dev/null +++ b/tests/ipython_notebooks/helper.ipynb @@ -0,0 +1,2797 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [], + "source": [ + "from team_comm_tools.feature_dict import feature_dict\n", + "import pytest\n", + "import pandas as pd\n", + "import numpy as np\n", + "from numpy import nan\n", + "import logging\n", + "import itertools\n", + "\n", + "test_chat_df = pd.read_csv(\"./output/chat/test_chat_level_chat.csv\")\n", + "test_conv_df = pd.read_csv(\"./output/conv/test_conv_level_conv.csv\")\n", + "test_chat_complex_df = pd.read_csv(\n", + " \"./output/chat/test_chat_level_chat_complex.csv\")\n", + "test_conv_complex_df = pd.read_csv(\n", + " \"./output/conv/test_conv_level_conv_complex.csv\")\n", + "test_conv_complex_df_ts = pd.read_csv(\n", + " \"./output/conv/test_conv_level_conv_complex_ts.csv\")\n", + "test_forward_flow_df = pd.read_csv(\"./output/chat/test_forward_flow_chat.csv\")\n", + "\n", + "# Import the Feature Dictionary\n", + "\n", + "chat_features = [feature_dict[feature][\"columns\"]\n", + " for feature in feature_dict.keys() if feature_dict[feature][\"level\"] == \"Chat\"]\n", + "conversation_features = [feature_dict[feature][\"columns\"] for feature in feature_dict.keys(\n", + ") if feature_dict[feature][\"level\"] == \"Conversation\"]\n", + "\n", + "num_features_chat = len(list(itertools.chain(*chat_features)))\n", + "num_features_conv = len(list(itertools.chain(*conversation_features))) - 3\n", + "\n", + "\n", + "num_tested_chat = test_chat_df['expected_column'].nunique() + test_chat_complex_df['feature'].nunique() + test_forward_flow_df['feature'].nunique()\n", + "test_chat = pd.concat([test_chat_df['expected_column'], test_chat_complex_df['feature'], test_forward_flow_df['feature']])\n", + "test_chat = test_chat.drop_duplicates()" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "metadata": {}, + "outputs": [], + "source": [ + "hi = pd.concat([test_chat_df['expected_column'].drop_duplicates(), test_chat_complex_df['feature'].drop_duplicates(), test_forward_flow_df['feature'].drop_duplicates()])\n", + "hi.to_csv(\"hi.csv\")" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/Users/agshruti/Downloads/team-process-map/.venv/lib/python3.11/site-packages/pandas/core/arrays/masked.py:60: UserWarning: Pandas requires version '1.3.6' or newer of 'bottleneck' (version '1.3.5' currently installed).\n", + " from pandas.core import (\n" + ] + }, + { + "data": { + "text/html": [ + "
      \n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
      conversation_numgini_coefficient_sum_num_messages
      0A0.041667
      1B0.000000
      2C0.297101
      3D0.066667
      4E0.000000
      5F0.000000
      6G0.000000
      7H0.000000
      8I0.000000
      9J0.000000
      10K0.000000
      11L0.000000
      12M0.000000
      13N0.000000
      14O0.000000
      15P0.000000
      16Q0.000000
      17R0.000000
      18S0.000000
      19T0.000000
      20U0.000000
      21conversation_10.066667
      22conversation_20.066667
      23conversation_50.066667
      24conversation_30.066667
      25conversation_40.066667
      26conversation_60.148148
      27conversation_150.066667
      28conversation_160.066667
      29conversation_90.066667
      30AA0.000000
      31AAA0.000000
      32AAAA0.000000
      33BB0.000000
      34BBB0.000000
      35BBBB0.000000
      36CC0.166667
      37CCC0.300000
      \n", + "
      " + ], + "text/plain": [ + " conversation_num gini_coefficient_sum_num_messages\n", + "0 A 0.041667\n", + "1 B 0.000000\n", + "2 C 0.297101\n", + "3 D 0.066667\n", + "4 E 0.000000\n", + "5 F 0.000000\n", + "6 G 0.000000\n", + "7 H 0.000000\n", + "8 I 0.000000\n", + "9 J 0.000000\n", + "10 K 0.000000\n", + "11 L 0.000000\n", + "12 M 0.000000\n", + "13 N 0.000000\n", + "14 O 0.000000\n", + "15 P 0.000000\n", + "16 Q 0.000000\n", + "17 R 0.000000\n", + "18 S 0.000000\n", + "19 T 0.000000\n", + "20 U 0.000000\n", + "21 conversation_1 0.066667\n", + "22 conversation_2 0.066667\n", + "23 conversation_5 0.066667\n", + "24 conversation_3 0.066667\n", + "25 conversation_4 0.066667\n", + "26 conversation_6 0.148148\n", + "27 conversation_15 0.066667\n", + "28 conversation_16 0.066667\n", + "29 conversation_9 0.066667\n", + "30 AA 0.000000\n", + "31 AAA 0.000000\n", + "32 AAAA 0.000000\n", + "33 BB 0.000000\n", + "34 BBB 0.000000\n", + "35 BBBB 0.000000\n", + "36 CC 0.166667\n", + "37 CCC 0.300000" + ] + }, + "execution_count": 1, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "import pandas as pd\n", + "test_conv_complex_df = pd.read_csv(\"./output/conv/test_conv_level_conv_complex.csv\")\n", + "test_conv_complex_df[['conversation_num', \"gini_coefficient_sum_num_messages\"]]" + ] + }, + { + "cell_type": "code", + "execution_count": 94, + "metadata": {}, + "outputs": [], + "source": [ + "def get_function_words_in_message(text, function_word_reference):\n", + " \"\"\"\n", + " Extract the function words & non-functions words from a message\n", + "\n", + " Args:\n", + " text (str): The input text to be analyzed.\n", + " function_word_reference (list): A list of function words to reference against.\n", + "\n", + " Returns:\n", + " list: A list of function words found in the input text.\n", + " \"\"\"\n", + " if (pd.isna(text)):\n", + " return []\n", + " return [x for x in text.split() if x in function_word_reference]\n", + "\n", + "\n", + "def get_content_words_in_message(text, function_word_reference):\n", + " \"\"\"\n", + " Extract the non-function words in a given message.\n", + "\n", + " Args:\n", + " text (str): The input text to be analyzed.\n", + " function_word_reference (list): A list of function words to reference against.\n", + "\n", + " Returns:\n", + " list: A list of content words found in the input text.\n", + " \"\"\"\n", + " if (pd.isna(text)):\n", + " return []\n", + " return [x for x in text.split() if x not in function_word_reference]\n", + "\n", + "\n", + "def mimic_words(df, on_column, conversation_id):\n", + " \"\"\"\n", + " Return a list of words that are also used in the other's previous turn.\n", + "\n", + " Args:\n", + " df (DataFrame): The dataset that removed all punctuations.\n", + " on_column (str): The column that we want to find mimicry on.\n", + " conversation_id (str): The column name that should be selected as the conversation ID.\n", + "\n", + " Returns:\n", + " list: A list of lists, where each sublist contains words mimicked from the previous turn.\n", + " \"\"\"\n", + " word_mimic = [[]]\n", + " for i in range(1, len(df)):\n", + " # only do this if they're in the same conversation\n", + " if df.loc[i, conversation_id] == df.loc[i-1, conversation_id]:\n", + " word_mimic.append([x for x in df.loc[i, on_column]\n", + " if x in df.loc[(i-1), on_column]])\n", + " else:\n", + " word_mimic.append([])\n", + " return word_mimic\n", + "\n", + "\n", + "def function_mimicry_score(function_mimic_words):\n", + " \"\"\"\n", + " Compute the number of mimic words for function words by simply counting the number of mimic words using len().\n", + "\n", + " Args:\n", + " function_mimic_words (list): Each entry under the `function_word_mimicry` column.\n", + "\n", + " Returns:\n", + " int: The number of function mimic words.\n", + " \"\"\"\n", + " return len(function_mimic_words)\n", + "\n", + "\n", + "def compute_frequency(df, on_column):\n", + " \"\"\"\n", + " Compute the frequency of each content word across the whole dataset.\n", + "\n", + " Args:\n", + " df (DataFrame): The input dataframe.\n", + " on_column (str): The column with which we calculate content word frequency.\n", + "\n", + " Returns:\n", + " dict: A dictionary with content words as keys and their frequencies as values.\n", + " \"\"\"\n", + " df_temp = df.copy()\n", + " df_temp.reset_index(drop=True, inplace=True)\n", + " return (dict(pd.Series(np.concatenate(df_temp[on_column])).value_counts()))\n", + "\n", + "\n", + "def computeTF(column_mimc, frequency_dict):\n", + " \"\"\"\n", + " Compute the term frequency of each content mimic word, then sum them up.\n", + "\n", + " Args:\n", + " column_mimc (list): Each entry under the `content_word_mimicry` column.\n", + " frequency_dict (dict): A dictionary of content word frequency across the dataset.\n", + "\n", + " Returns:\n", + " float: The sum of term frequencies for the content mimic words.\n", + " \"\"\"\n", + " tfdict = {}\n", + " wf = pd.Series(column_mimc, dtype='str').value_counts()\n", + " for i in wf.index:\n", + " tfdict[i] = wf[i]/frequency_dict[i]\n", + " return sum(tfdict.values())\n", + "\n", + "\n", + "def Content_mimicry_score(df, column_count_frequency, column_count_mimic):\n", + " \"\"\"\n", + " Combine the steps to compute the content word mimicry score.\n", + "\n", + " Args:\n", + " df (DataFrame): The input dataframe.\n", + " column_count_frequency (str): The column with content words to calculate frequency.\n", + " column_count_mimic (str): The column with content word mimicry.\n", + "\n", + " Returns:\n", + " Series: A series with content word accommodation scores.\n", + "\n", + " \"\"\"\n", + " # Compute the frequency of each content word across the whole dataset\n", + " ContWordFreq = compute_frequency(df, column_count_frequency)\n", + " # Compute the content_mimicry_score\n", + " return df[column_count_mimic].apply(lambda x: computeTF(x, ContWordFreq)) \n", + " # content_mimic_scores = []\n", + " # for conv in df['conversation_num'].unique():\n", + " # df_conv = df[df['conversation_num'] == conv] \n", + " # ContWordFreq = compute_frequency(df_conv, column_count_frequency)\n", + " # content_mimic_scores.append(df_conv[column_count_mimic].apply(lambda x: computeTF(x, ContWordFreq)).tolist())\n", + " # return [item for sublist in content_mimic_scores for item in sublist]" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [], + "source": [ + "import os\n", + "import numpy as np\n", + "\n", + "def get_function_words():\n", + " \"\"\"\n", + " Returns the list of function words according to Ranganath, Jurafsky, and McFarland (2013).\n", + "\n", + " Reference: https://web.stanford.edu/~jurafsky/pubs/ranganath2013.pdf\n", + "\n", + " :return: A list of function words.\n", + " :rtype: list\n", + " \"\"\"\n", + " # current_dir = os.path.dirname(__file__)\n", + " function_word_file_path = \"../src/team_comm_tools/features/lexicons/function_words.txt\"\n", + " # function_word_file_path = os.path.abspath(function_word_file_path)\n", + "\n", + " with open(function_word_file_path, 'r') as file:\n", + " function_word_list = [line.strip() for line in file]\n", + " return function_word_list\n", + "\n", + "func = get_function_words()" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/Users/agshruti/Downloads/team-process-map/.venv/lib/python3.11/site-packages/pandas/core/arrays/masked.py:60: UserWarning: Pandas requires version '1.3.6' or newer of 'bottleneck' (version '1.3.5' currently installed).\n", + " from pandas.core import (\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "{'hello': 1, 'i': 1, 'fish': 1, 'sentence': 1, 'has': 1, 'five': 1, 'words': 1}\n", + "{'hello': 1, 'i': 1, 'fish': 1, 'sentence': 1, 'has': 1, 'five': 1, 'words': 1}\n", + "{'hello': 1, '4': 1, 'word': 1}\n", + "{'hello': 1, '4': 1, 'word': 1}\n", + "{}\n", + "{'point': 14, 'multiple': 12, 'i': 11, '4': 11, 'super': 11, 'long': 11, 'takes': 11, 'lines': 11, 'quotes': 4, 'said': 4, 'quote': 4, 'line': 3, 'third': 3, 'here': 3, 'parentheses': 3, 'item': 3, 'respond': 2, 'linenthis': 2, 'linehere': 2, 'reply': 2, 'elsenthis': 2, 'quoting': 2, 'return': 2, 'character': 2, '1': 2, 'single': 2, '3': 2, 'many': 2, 'hello': 2, 'use': 2, 'httpswwwexamplenet': 2, 'sure': 2, 'two': 2, 'read': 2, 'httpswwwexamplecom': 2, 'httpswwwexamplecouk': 2, 'httpswwwexampleorg': 2, 'httpswwwexampleca': 2, 'way': 1, 'definitely': 1, 'teacher': 1, 'best': 1, 'english': 1, 'according': 1, 'other': 1, 'inside': 1, 'confidently': 1, 'moments': 1, 'properly': 1, 'closed': 1, 'nest': 1, 'useful': 1, 'sometimes': 1, 'replied': 1, 'people': 1, 'there': 1, 'thiking': 1, 'im': 1, 'text': 1, 'gt': 1, 'quotei': 1, 'making': 1, 'hellogoodbye': 1, 'maybe': 1, 'gts': 1, 'hmwhat': 1, 'only': 1, 'believe': 1, 'put': 1, 'periodsor': 1, 'gtgt': 1, 'periods': 1, 'carat': 1, 'overboard': 1, 'sentence': 1, 'againi': 1, 'some': 1, 'went': 1, 'carriage': 1, 'gretzky': 1, 'googlecom': 1, 'italicized': 1, 'bolded': 1, 'italics': 1, 'bold': 1, 'uuser2test': 1, 'uuser1test': 1, 'uuser2': 1, 'uuser1': 1, 'amazoncom': 1, 'wikipediaorg': 1, 'httpexampleorg': 1, 'wayne': 1, 'linkhttpsexamplecom': 1, 'check': 1, 'nine': 1, 'eight': 1, 'seven': 1, 'six': 1, 'five': 1, 'four': 1, 'three': 1, 'test': 1, 'uneven': 1, 'terms': 1, 'emphasis': 1, '1n': 1, 'take': 1, 'shots': 1, '100': 1, 'miss': 1, 'another': 1, 'heres': 1, 'newline': 1, 'instead': 1, 'world': 1, 'valuerusing': 1, 'kind': 1, 'different': 1, 'withra': 1, 'new': 1, 'second': 1, 'first': 1, 'secondn3': 1, 'firstn2': 1, '2': 1, 'arguments': 1, '2n': 1, '11342798': 1}\n", + "{'point': 14, 'multiple': 12, 'i': 11, '4': 11, 'super': 11, 'long': 11, 'takes': 11, 'lines': 11, 'quotes': 4, 'said': 4, 'quote': 4, 'line': 3, 'third': 3, 'here': 3, 'parentheses': 3, 'item': 3, 'respond': 2, 'linenthis': 2, 'linehere': 2, 'reply': 2, 'elsenthis': 2, 'quoting': 2, 'return': 2, 'character': 2, '1': 2, 'single': 2, '3': 2, 'many': 2, 'hello': 2, 'use': 2, 'httpswwwexamplenet': 2, 'sure': 2, 'two': 2, 'read': 2, 'httpswwwexamplecom': 2, 'httpswwwexamplecouk': 2, 'httpswwwexampleorg': 2, 'httpswwwexampleca': 2, 'way': 1, 'definitely': 1, 'teacher': 1, 'best': 1, 'english': 1, 'according': 1, 'other': 1, 'inside': 1, 'confidently': 1, 'moments': 1, 'properly': 1, 'closed': 1, 'nest': 1, 'useful': 1, 'sometimes': 1, 'replied': 1, 'people': 1, 'there': 1, 'thiking': 1, 'im': 1, 'text': 1, 'gt': 1, 'quotei': 1, 'making': 1, 'hellogoodbye': 1, 'maybe': 1, 'gts': 1, 'hmwhat': 1, 'only': 1, 'believe': 1, 'put': 1, 'periodsor': 1, 'gtgt': 1, 'periods': 1, 'carat': 1, 'overboard': 1, 'sentence': 1, 'againi': 1, 'some': 1, 'went': 1, 'carriage': 1, 'gretzky': 1, 'googlecom': 1, 'italicized': 1, 'bolded': 1, 'italics': 1, 'bold': 1, 'uuser2test': 1, 'uuser1test': 1, 'uuser2': 1, 'uuser1': 1, 'amazoncom': 1, 'wikipediaorg': 1, 'httpexampleorg': 1, 'wayne': 1, 'linkhttpsexamplecom': 1, 'check': 1, 'nine': 1, 'eight': 1, 'seven': 1, 'six': 1, 'five': 1, 'four': 1, 'three': 1, 'test': 1, 'uneven': 1, 'terms': 1, 'emphasis': 1, '1n': 1, 'take': 1, 'shots': 1, '100': 1, 'miss': 1, 'another': 1, 'heres': 1, 'newline': 1, 'instead': 1, 'world': 1, 'valuerusing': 1, 'kind': 1, 'different': 1, 'withra': 1, 'new': 1, 'second': 1, 'first': 1, 'secondn3': 1, 'firstn2': 1, '2': 1, 'arguments': 1, '2n': 1, '11342798': 1}\n", + "{'point': 14, 'multiple': 12, 'i': 11, '4': 11, 'super': 11, 'long': 11, 'takes': 11, 'lines': 11, 'quotes': 4, 'said': 4, 'quote': 4, 'line': 3, 'third': 3, 'here': 3, 'parentheses': 3, 'item': 3, 'respond': 2, 'linenthis': 2, 'linehere': 2, 'reply': 2, 'elsenthis': 2, 'quoting': 2, 'return': 2, 'character': 2, '1': 2, 'single': 2, '3': 2, 'many': 2, 'hello': 2, 'use': 2, 'httpswwwexamplenet': 2, 'sure': 2, 'two': 2, 'read': 2, 'httpswwwexamplecom': 2, 'httpswwwexamplecouk': 2, 'httpswwwexampleorg': 2, 'httpswwwexampleca': 2, 'way': 1, 'definitely': 1, 'teacher': 1, 'best': 1, 'english': 1, 'according': 1, 'other': 1, 'inside': 1, 'confidently': 1, 'moments': 1, 'properly': 1, 'closed': 1, 'nest': 1, 'useful': 1, 'sometimes': 1, 'replied': 1, 'people': 1, 'there': 1, 'thiking': 1, 'im': 1, 'text': 1, 'gt': 1, 'quotei': 1, 'making': 1, 'hellogoodbye': 1, 'maybe': 1, 'gts': 1, 'hmwhat': 1, 'only': 1, 'believe': 1, 'put': 1, 'periodsor': 1, 'gtgt': 1, 'periods': 1, 'carat': 1, 'overboard': 1, 'sentence': 1, 'againi': 1, 'some': 1, 'went': 1, 'carriage': 1, 'gretzky': 1, 'googlecom': 1, 'italicized': 1, 'bolded': 1, 'italics': 1, 'bold': 1, 'uuser2test': 1, 'uuser1test': 1, 'uuser2': 1, 'uuser1': 1, 'amazoncom': 1, 'wikipediaorg': 1, 'httpexampleorg': 1, 'wayne': 1, 'linkhttpsexamplecom': 1, 'check': 1, 'nine': 1, 'eight': 1, 'seven': 1, 'six': 1, 'five': 1, 'four': 1, 'three': 1, 'test': 1, 'uneven': 1, 'terms': 1, 'emphasis': 1, '1n': 1, 'take': 1, 'shots': 1, '100': 1, 'miss': 1, 'another': 1, 'heres': 1, 'newline': 1, 'instead': 1, 'world': 1, 'valuerusing': 1, 'kind': 1, 'different': 1, 'withra': 1, 'new': 1, 'second': 1, 'first': 1, 'secondn3': 1, 'firstn2': 1, '2': 1, 'arguments': 1, '2n': 1, '11342798': 1}\n", + "{'point': 14, 'multiple': 12, 'i': 11, '4': 11, 'super': 11, 'long': 11, 'takes': 11, 'lines': 11, 'quotes': 4, 'said': 4, 'quote': 4, 'line': 3, 'third': 3, 'here': 3, 'parentheses': 3, 'item': 3, 'respond': 2, 'linenthis': 2, 'linehere': 2, 'reply': 2, 'elsenthis': 2, 'quoting': 2, 'return': 2, 'character': 2, '1': 2, 'single': 2, '3': 2, 'many': 2, 'hello': 2, 'use': 2, 'httpswwwexamplenet': 2, 'sure': 2, 'two': 2, 'read': 2, 'httpswwwexamplecom': 2, 'httpswwwexamplecouk': 2, 'httpswwwexampleorg': 2, 'httpswwwexampleca': 2, 'way': 1, 'definitely': 1, 'teacher': 1, 'best': 1, 'english': 1, 'according': 1, 'other': 1, 'inside': 1, 'confidently': 1, 'moments': 1, 'properly': 1, 'closed': 1, 'nest': 1, 'useful': 1, 'sometimes': 1, 'replied': 1, 'people': 1, 'there': 1, 'thiking': 1, 'im': 1, 'text': 1, 'gt': 1, 'quotei': 1, 'making': 1, 'hellogoodbye': 1, 'maybe': 1, 'gts': 1, 'hmwhat': 1, 'only': 1, 'believe': 1, 'put': 1, 'periodsor': 1, 'gtgt': 1, 'periods': 1, 'carat': 1, 'overboard': 1, 'sentence': 1, 'againi': 1, 'some': 1, 'went': 1, 'carriage': 1, 'gretzky': 1, 'googlecom': 1, 'italicized': 1, 'bolded': 1, 'italics': 1, 'bold': 1, 'uuser2test': 1, 'uuser1test': 1, 'uuser2': 1, 'uuser1': 1, 'amazoncom': 1, 'wikipediaorg': 1, 'httpexampleorg': 1, 'wayne': 1, 'linkhttpsexamplecom': 1, 'check': 1, 'nine': 1, 'eight': 1, 'seven': 1, 'six': 1, 'five': 1, 'four': 1, 'three': 1, 'test': 1, 'uneven': 1, 'terms': 1, 'emphasis': 1, '1n': 1, 'take': 1, 'shots': 1, '100': 1, 'miss': 1, 'another': 1, 'heres': 1, 'newline': 1, 'instead': 1, 'world': 1, 'valuerusing': 1, 'kind': 1, 'different': 1, 'withra': 1, 'new': 1, 'second': 1, 'first': 1, 'secondn3': 1, 'firstn2': 1, '2': 1, 'arguments': 1, '2n': 1, '11342798': 1}\n", + "{'point': 14, 'multiple': 12, 'i': 11, '4': 11, 'super': 11, 'long': 11, 'takes': 11, 'lines': 11, 'quotes': 4, 'said': 4, 'quote': 4, 'line': 3, 'third': 3, 'here': 3, 'parentheses': 3, 'item': 3, 'respond': 2, 'linenthis': 2, 'linehere': 2, 'reply': 2, 'elsenthis': 2, 'quoting': 2, 'return': 2, 'character': 2, '1': 2, 'single': 2, '3': 2, 'many': 2, 'hello': 2, 'use': 2, 'httpswwwexamplenet': 2, 'sure': 2, 'two': 2, 'read': 2, 'httpswwwexamplecom': 2, 'httpswwwexamplecouk': 2, 'httpswwwexampleorg': 2, 'httpswwwexampleca': 2, 'way': 1, 'definitely': 1, 'teacher': 1, 'best': 1, 'english': 1, 'according': 1, 'other': 1, 'inside': 1, 'confidently': 1, 'moments': 1, 'properly': 1, 'closed': 1, 'nest': 1, 'useful': 1, 'sometimes': 1, 'replied': 1, 'people': 1, 'there': 1, 'thiking': 1, 'im': 1, 'text': 1, 'gt': 1, 'quotei': 1, 'making': 1, 'hellogoodbye': 1, 'maybe': 1, 'gts': 1, 'hmwhat': 1, 'only': 1, 'believe': 1, 'put': 1, 'periodsor': 1, 'gtgt': 1, 'periods': 1, 'carat': 1, 'overboard': 1, 'sentence': 1, 'againi': 1, 'some': 1, 'went': 1, 'carriage': 1, 'gretzky': 1, 'googlecom': 1, 'italicized': 1, 'bolded': 1, 'italics': 1, 'bold': 1, 'uuser2test': 1, 'uuser1test': 1, 'uuser2': 1, 'uuser1': 1, 'amazoncom': 1, 'wikipediaorg': 1, 'httpexampleorg': 1, 'wayne': 1, 'linkhttpsexamplecom': 1, 'check': 1, 'nine': 1, 'eight': 1, 'seven': 1, 'six': 1, 'five': 1, 'four': 1, 'three': 1, 'test': 1, 'uneven': 1, 'terms': 1, 'emphasis': 1, '1n': 1, 'take': 1, 'shots': 1, '100': 1, 'miss': 1, 'another': 1, 'heres': 1, 'newline': 1, 'instead': 1, 'world': 1, 'valuerusing': 1, 'kind': 1, 'different': 1, 'withra': 1, 'new': 1, 'second': 1, 'first': 1, 'secondn3': 1, 'firstn2': 1, '2': 1, 'arguments': 1, '2n': 1, '11342798': 1}\n", + "{'point': 14, 'multiple': 12, 'i': 11, '4': 11, 'super': 11, 'long': 11, 'takes': 11, 'lines': 11, 'quotes': 4, 'said': 4, 'quote': 4, 'line': 3, 'third': 3, 'here': 3, 'parentheses': 3, 'item': 3, 'respond': 2, 'linenthis': 2, 'linehere': 2, 'reply': 2, 'elsenthis': 2, 'quoting': 2, 'return': 2, 'character': 2, '1': 2, 'single': 2, '3': 2, 'many': 2, 'hello': 2, 'use': 2, 'httpswwwexamplenet': 2, 'sure': 2, 'two': 2, 'read': 2, 'httpswwwexamplecom': 2, 'httpswwwexamplecouk': 2, 'httpswwwexampleorg': 2, 'httpswwwexampleca': 2, 'way': 1, 'definitely': 1, 'teacher': 1, 'best': 1, 'english': 1, 'according': 1, 'other': 1, 'inside': 1, 'confidently': 1, 'moments': 1, 'properly': 1, 'closed': 1, 'nest': 1, 'useful': 1, 'sometimes': 1, 'replied': 1, 'people': 1, 'there': 1, 'thiking': 1, 'im': 1, 'text': 1, 'gt': 1, 'quotei': 1, 'making': 1, 'hellogoodbye': 1, 'maybe': 1, 'gts': 1, 'hmwhat': 1, 'only': 1, 'believe': 1, 'put': 1, 'periodsor': 1, 'gtgt': 1, 'periods': 1, 'carat': 1, 'overboard': 1, 'sentence': 1, 'againi': 1, 'some': 1, 'went': 1, 'carriage': 1, 'gretzky': 1, 'googlecom': 1, 'italicized': 1, 'bolded': 1, 'italics': 1, 'bold': 1, 'uuser2test': 1, 'uuser1test': 1, 'uuser2': 1, 'uuser1': 1, 'amazoncom': 1, 'wikipediaorg': 1, 'httpexampleorg': 1, 'wayne': 1, 'linkhttpsexamplecom': 1, 'check': 1, 'nine': 1, 'eight': 1, 'seven': 1, 'six': 1, 'five': 1, 'four': 1, 'three': 1, 'test': 1, 'uneven': 1, 'terms': 1, 'emphasis': 1, '1n': 1, 'take': 1, 'shots': 1, '100': 1, 'miss': 1, 'another': 1, 'heres': 1, 'newline': 1, 'instead': 1, 'world': 1, 'valuerusing': 1, 'kind': 1, 'different': 1, 'withra': 1, 'new': 1, 'second': 1, 'first': 1, 'secondn3': 1, 'firstn2': 1, '2': 1, 'arguments': 1, '2n': 1, '11342798': 1}\n", + "{'point': 14, 'multiple': 12, 'i': 11, '4': 11, 'super': 11, 'long': 11, 'takes': 11, 'lines': 11, 'quotes': 4, 'said': 4, 'quote': 4, 'line': 3, 'third': 3, 'here': 3, 'parentheses': 3, 'item': 3, 'respond': 2, 'linenthis': 2, 'linehere': 2, 'reply': 2, 'elsenthis': 2, 'quoting': 2, 'return': 2, 'character': 2, '1': 2, 'single': 2, '3': 2, 'many': 2, 'hello': 2, 'use': 2, 'httpswwwexamplenet': 2, 'sure': 2, 'two': 2, 'read': 2, 'httpswwwexamplecom': 2, 'httpswwwexamplecouk': 2, 'httpswwwexampleorg': 2, 'httpswwwexampleca': 2, 'way': 1, 'definitely': 1, 'teacher': 1, 'best': 1, 'english': 1, 'according': 1, 'other': 1, 'inside': 1, 'confidently': 1, 'moments': 1, 'properly': 1, 'closed': 1, 'nest': 1, 'useful': 1, 'sometimes': 1, 'replied': 1, 'people': 1, 'there': 1, 'thiking': 1, 'im': 1, 'text': 1, 'gt': 1, 'quotei': 1, 'making': 1, 'hellogoodbye': 1, 'maybe': 1, 'gts': 1, 'hmwhat': 1, 'only': 1, 'believe': 1, 'put': 1, 'periodsor': 1, 'gtgt': 1, 'periods': 1, 'carat': 1, 'overboard': 1, 'sentence': 1, 'againi': 1, 'some': 1, 'went': 1, 'carriage': 1, 'gretzky': 1, 'googlecom': 1, 'italicized': 1, 'bolded': 1, 'italics': 1, 'bold': 1, 'uuser2test': 1, 'uuser1test': 1, 'uuser2': 1, 'uuser1': 1, 'amazoncom': 1, 'wikipediaorg': 1, 'httpexampleorg': 1, 'wayne': 1, 'linkhttpsexamplecom': 1, 'check': 1, 'nine': 1, 'eight': 1, 'seven': 1, 'six': 1, 'five': 1, 'four': 1, 'three': 1, 'test': 1, 'uneven': 1, 'terms': 1, 'emphasis': 1, '1n': 1, 'take': 1, 'shots': 1, '100': 1, 'miss': 1, 'another': 1, 'heres': 1, 'newline': 1, 'instead': 1, 'world': 1, 'valuerusing': 1, 'kind': 1, 'different': 1, 'withra': 1, 'new': 1, 'second': 1, 'first': 1, 'secondn3': 1, 'firstn2': 1, '2': 1, 'arguments': 1, '2n': 1, '11342798': 1}\n", + "{'point': 14, 'multiple': 12, 'i': 11, '4': 11, 'super': 11, 'long': 11, 'takes': 11, 'lines': 11, 'quotes': 4, 'said': 4, 'quote': 4, 'line': 3, 'third': 3, 'here': 3, 'parentheses': 3, 'item': 3, 'respond': 2, 'linenthis': 2, 'linehere': 2, 'reply': 2, 'elsenthis': 2, 'quoting': 2, 'return': 2, 'character': 2, '1': 2, 'single': 2, '3': 2, 'many': 2, 'hello': 2, 'use': 2, 'httpswwwexamplenet': 2, 'sure': 2, 'two': 2, 'read': 2, 'httpswwwexamplecom': 2, 'httpswwwexamplecouk': 2, 'httpswwwexampleorg': 2, 'httpswwwexampleca': 2, 'way': 1, 'definitely': 1, 'teacher': 1, 'best': 1, 'english': 1, 'according': 1, 'other': 1, 'inside': 1, 'confidently': 1, 'moments': 1, 'properly': 1, 'closed': 1, 'nest': 1, 'useful': 1, 'sometimes': 1, 'replied': 1, 'people': 1, 'there': 1, 'thiking': 1, 'im': 1, 'text': 1, 'gt': 1, 'quotei': 1, 'making': 1, 'hellogoodbye': 1, 'maybe': 1, 'gts': 1, 'hmwhat': 1, 'only': 1, 'believe': 1, 'put': 1, 'periodsor': 1, 'gtgt': 1, 'periods': 1, 'carat': 1, 'overboard': 1, 'sentence': 1, 'againi': 1, 'some': 1, 'went': 1, 'carriage': 1, 'gretzky': 1, 'googlecom': 1, 'italicized': 1, 'bolded': 1, 'italics': 1, 'bold': 1, 'uuser2test': 1, 'uuser1test': 1, 'uuser2': 1, 'uuser1': 1, 'amazoncom': 1, 'wikipediaorg': 1, 'httpexampleorg': 1, 'wayne': 1, 'linkhttpsexamplecom': 1, 'check': 1, 'nine': 1, 'eight': 1, 'seven': 1, 'six': 1, 'five': 1, 'four': 1, 'three': 1, 'test': 1, 'uneven': 1, 'terms': 1, 'emphasis': 1, '1n': 1, 'take': 1, 'shots': 1, '100': 1, 'miss': 1, 'another': 1, 'heres': 1, 'newline': 1, 'instead': 1, 'world': 1, 'valuerusing': 1, 'kind': 1, 'different': 1, 'withra': 1, 'new': 1, 'second': 1, 'first': 1, 'secondn3': 1, 'firstn2': 1, '2': 1, 'arguments': 1, '2n': 1, '11342798': 1}\n", + "{'point': 14, 'multiple': 12, 'i': 11, '4': 11, 'super': 11, 'long': 11, 'takes': 11, 'lines': 11, 'quotes': 4, 'said': 4, 'quote': 4, 'line': 3, 'third': 3, 'here': 3, 'parentheses': 3, 'item': 3, 'respond': 2, 'linenthis': 2, 'linehere': 2, 'reply': 2, 'elsenthis': 2, 'quoting': 2, 'return': 2, 'character': 2, '1': 2, 'single': 2, '3': 2, 'many': 2, 'hello': 2, 'use': 2, 'httpswwwexamplenet': 2, 'sure': 2, 'two': 2, 'read': 2, 'httpswwwexamplecom': 2, 'httpswwwexamplecouk': 2, 'httpswwwexampleorg': 2, 'httpswwwexampleca': 2, 'way': 1, 'definitely': 1, 'teacher': 1, 'best': 1, 'english': 1, 'according': 1, 'other': 1, 'inside': 1, 'confidently': 1, 'moments': 1, 'properly': 1, 'closed': 1, 'nest': 1, 'useful': 1, 'sometimes': 1, 'replied': 1, 'people': 1, 'there': 1, 'thiking': 1, 'im': 1, 'text': 1, 'gt': 1, 'quotei': 1, 'making': 1, 'hellogoodbye': 1, 'maybe': 1, 'gts': 1, 'hmwhat': 1, 'only': 1, 'believe': 1, 'put': 1, 'periodsor': 1, 'gtgt': 1, 'periods': 1, 'carat': 1, 'overboard': 1, 'sentence': 1, 'againi': 1, 'some': 1, 'went': 1, 'carriage': 1, 'gretzky': 1, 'googlecom': 1, 'italicized': 1, 'bolded': 1, 'italics': 1, 'bold': 1, 'uuser2test': 1, 'uuser1test': 1, 'uuser2': 1, 'uuser1': 1, 'amazoncom': 1, 'wikipediaorg': 1, 'httpexampleorg': 1, 'wayne': 1, 'linkhttpsexamplecom': 1, 'check': 1, 'nine': 1, 'eight': 1, 'seven': 1, 'six': 1, 'five': 1, 'four': 1, 'three': 1, 'test': 1, 'uneven': 1, 'terms': 1, 'emphasis': 1, '1n': 1, 'take': 1, 'shots': 1, '100': 1, 'miss': 1, 'another': 1, 'heres': 1, 'newline': 1, 'instead': 1, 'world': 1, 'valuerusing': 1, 'kind': 1, 'different': 1, 'withra': 1, 'new': 1, 'second': 1, 'first': 1, 'secondn3': 1, 'firstn2': 1, '2': 1, 'arguments': 1, '2n': 1, '11342798': 1}\n", + "{'point': 14, 'multiple': 12, 'i': 11, '4': 11, 'super': 11, 'long': 11, 'takes': 11, 'lines': 11, 'quotes': 4, 'said': 4, 'quote': 4, 'line': 3, 'third': 3, 'here': 3, 'parentheses': 3, 'item': 3, 'respond': 2, 'linenthis': 2, 'linehere': 2, 'reply': 2, 'elsenthis': 2, 'quoting': 2, 'return': 2, 'character': 2, '1': 2, 'single': 2, '3': 2, 'many': 2, 'hello': 2, 'use': 2, 'httpswwwexamplenet': 2, 'sure': 2, 'two': 2, 'read': 2, 'httpswwwexamplecom': 2, 'httpswwwexamplecouk': 2, 'httpswwwexampleorg': 2, 'httpswwwexampleca': 2, 'way': 1, 'definitely': 1, 'teacher': 1, 'best': 1, 'english': 1, 'according': 1, 'other': 1, 'inside': 1, 'confidently': 1, 'moments': 1, 'properly': 1, 'closed': 1, 'nest': 1, 'useful': 1, 'sometimes': 1, 'replied': 1, 'people': 1, 'there': 1, 'thiking': 1, 'im': 1, 'text': 1, 'gt': 1, 'quotei': 1, 'making': 1, 'hellogoodbye': 1, 'maybe': 1, 'gts': 1, 'hmwhat': 1, 'only': 1, 'believe': 1, 'put': 1, 'periodsor': 1, 'gtgt': 1, 'periods': 1, 'carat': 1, 'overboard': 1, 'sentence': 1, 'againi': 1, 'some': 1, 'went': 1, 'carriage': 1, 'gretzky': 1, 'googlecom': 1, 'italicized': 1, 'bolded': 1, 'italics': 1, 'bold': 1, 'uuser2test': 1, 'uuser1test': 1, 'uuser2': 1, 'uuser1': 1, 'amazoncom': 1, 'wikipediaorg': 1, 'httpexampleorg': 1, 'wayne': 1, 'linkhttpsexamplecom': 1, 'check': 1, 'nine': 1, 'eight': 1, 'seven': 1, 'six': 1, 'five': 1, 'four': 1, 'three': 1, 'test': 1, 'uneven': 1, 'terms': 1, 'emphasis': 1, '1n': 1, 'take': 1, 'shots': 1, '100': 1, 'miss': 1, 'another': 1, 'heres': 1, 'newline': 1, 'instead': 1, 'world': 1, 'valuerusing': 1, 'kind': 1, 'different': 1, 'withra': 1, 'new': 1, 'second': 1, 'first': 1, 'secondn3': 1, 'firstn2': 1, '2': 1, 'arguments': 1, '2n': 1, '11342798': 1}\n", + "{'point': 14, 'multiple': 12, 'i': 11, '4': 11, 'super': 11, 'long': 11, 'takes': 11, 'lines': 11, 'quotes': 4, 'said': 4, 'quote': 4, 'line': 3, 'third': 3, 'here': 3, 'parentheses': 3, 'item': 3, 'respond': 2, 'linenthis': 2, 'linehere': 2, 'reply': 2, 'elsenthis': 2, 'quoting': 2, 'return': 2, 'character': 2, '1': 2, 'single': 2, '3': 2, 'many': 2, 'hello': 2, 'use': 2, 'httpswwwexamplenet': 2, 'sure': 2, 'two': 2, 'read': 2, 'httpswwwexamplecom': 2, 'httpswwwexamplecouk': 2, 'httpswwwexampleorg': 2, 'httpswwwexampleca': 2, 'way': 1, 'definitely': 1, 'teacher': 1, 'best': 1, 'english': 1, 'according': 1, 'other': 1, 'inside': 1, 'confidently': 1, 'moments': 1, 'properly': 1, 'closed': 1, 'nest': 1, 'useful': 1, 'sometimes': 1, 'replied': 1, 'people': 1, 'there': 1, 'thiking': 1, 'im': 1, 'text': 1, 'gt': 1, 'quotei': 1, 'making': 1, 'hellogoodbye': 1, 'maybe': 1, 'gts': 1, 'hmwhat': 1, 'only': 1, 'believe': 1, 'put': 1, 'periodsor': 1, 'gtgt': 1, 'periods': 1, 'carat': 1, 'overboard': 1, 'sentence': 1, 'againi': 1, 'some': 1, 'went': 1, 'carriage': 1, 'gretzky': 1, 'googlecom': 1, 'italicized': 1, 'bolded': 1, 'italics': 1, 'bold': 1, 'uuser2test': 1, 'uuser1test': 1, 'uuser2': 1, 'uuser1': 1, 'amazoncom': 1, 'wikipediaorg': 1, 'httpexampleorg': 1, 'wayne': 1, 'linkhttpsexamplecom': 1, 'check': 1, 'nine': 1, 'eight': 1, 'seven': 1, 'six': 1, 'five': 1, 'four': 1, 'three': 1, 'test': 1, 'uneven': 1, 'terms': 1, 'emphasis': 1, '1n': 1, 'take': 1, 'shots': 1, '100': 1, 'miss': 1, 'another': 1, 'heres': 1, 'newline': 1, 'instead': 1, 'world': 1, 'valuerusing': 1, 'kind': 1, 'different': 1, 'withra': 1, 'new': 1, 'second': 1, 'first': 1, 'secondn3': 1, 'firstn2': 1, '2': 1, 'arguments': 1, '2n': 1, '11342798': 1}\n", + "{'point': 14, 'multiple': 12, 'i': 11, '4': 11, 'super': 11, 'long': 11, 'takes': 11, 'lines': 11, 'quotes': 4, 'said': 4, 'quote': 4, 'line': 3, 'third': 3, 'here': 3, 'parentheses': 3, 'item': 3, 'respond': 2, 'linenthis': 2, 'linehere': 2, 'reply': 2, 'elsenthis': 2, 'quoting': 2, 'return': 2, 'character': 2, '1': 2, 'single': 2, '3': 2, 'many': 2, 'hello': 2, 'use': 2, 'httpswwwexamplenet': 2, 'sure': 2, 'two': 2, 'read': 2, 'httpswwwexamplecom': 2, 'httpswwwexamplecouk': 2, 'httpswwwexampleorg': 2, 'httpswwwexampleca': 2, 'way': 1, 'definitely': 1, 'teacher': 1, 'best': 1, 'english': 1, 'according': 1, 'other': 1, 'inside': 1, 'confidently': 1, 'moments': 1, 'properly': 1, 'closed': 1, 'nest': 1, 'useful': 1, 'sometimes': 1, 'replied': 1, 'people': 1, 'there': 1, 'thiking': 1, 'im': 1, 'text': 1, 'gt': 1, 'quotei': 1, 'making': 1, 'hellogoodbye': 1, 'maybe': 1, 'gts': 1, 'hmwhat': 1, 'only': 1, 'believe': 1, 'put': 1, 'periodsor': 1, 'gtgt': 1, 'periods': 1, 'carat': 1, 'overboard': 1, 'sentence': 1, 'againi': 1, 'some': 1, 'went': 1, 'carriage': 1, 'gretzky': 1, 'googlecom': 1, 'italicized': 1, 'bolded': 1, 'italics': 1, 'bold': 1, 'uuser2test': 1, 'uuser1test': 1, 'uuser2': 1, 'uuser1': 1, 'amazoncom': 1, 'wikipediaorg': 1, 'httpexampleorg': 1, 'wayne': 1, 'linkhttpsexamplecom': 1, 'check': 1, 'nine': 1, 'eight': 1, 'seven': 1, 'six': 1, 'five': 1, 'four': 1, 'three': 1, 'test': 1, 'uneven': 1, 'terms': 1, 'emphasis': 1, '1n': 1, 'take': 1, 'shots': 1, '100': 1, 'miss': 1, 'another': 1, 'heres': 1, 'newline': 1, 'instead': 1, 'world': 1, 'valuerusing': 1, 'kind': 1, 'different': 1, 'withra': 1, 'new': 1, 'second': 1, 'first': 1, 'secondn3': 1, 'firstn2': 1, '2': 1, 'arguments': 1, '2n': 1, '11342798': 1}\n", + "{'point': 14, 'multiple': 12, 'i': 11, '4': 11, 'super': 11, 'long': 11, 'takes': 11, 'lines': 11, 'quotes': 4, 'said': 4, 'quote': 4, 'line': 3, 'third': 3, 'here': 3, 'parentheses': 3, 'item': 3, 'respond': 2, 'linenthis': 2, 'linehere': 2, 'reply': 2, 'elsenthis': 2, 'quoting': 2, 'return': 2, 'character': 2, '1': 2, 'single': 2, '3': 2, 'many': 2, 'hello': 2, 'use': 2, 'httpswwwexamplenet': 2, 'sure': 2, 'two': 2, 'read': 2, 'httpswwwexamplecom': 2, 'httpswwwexamplecouk': 2, 'httpswwwexampleorg': 2, 'httpswwwexampleca': 2, 'way': 1, 'definitely': 1, 'teacher': 1, 'best': 1, 'english': 1, 'according': 1, 'other': 1, 'inside': 1, 'confidently': 1, 'moments': 1, 'properly': 1, 'closed': 1, 'nest': 1, 'useful': 1, 'sometimes': 1, 'replied': 1, 'people': 1, 'there': 1, 'thiking': 1, 'im': 1, 'text': 1, 'gt': 1, 'quotei': 1, 'making': 1, 'hellogoodbye': 1, 'maybe': 1, 'gts': 1, 'hmwhat': 1, 'only': 1, 'believe': 1, 'put': 1, 'periodsor': 1, 'gtgt': 1, 'periods': 1, 'carat': 1, 'overboard': 1, 'sentence': 1, 'againi': 1, 'some': 1, 'went': 1, 'carriage': 1, 'gretzky': 1, 'googlecom': 1, 'italicized': 1, 'bolded': 1, 'italics': 1, 'bold': 1, 'uuser2test': 1, 'uuser1test': 1, 'uuser2': 1, 'uuser1': 1, 'amazoncom': 1, 'wikipediaorg': 1, 'httpexampleorg': 1, 'wayne': 1, 'linkhttpsexamplecom': 1, 'check': 1, 'nine': 1, 'eight': 1, 'seven': 1, 'six': 1, 'five': 1, 'four': 1, 'three': 1, 'test': 1, 'uneven': 1, 'terms': 1, 'emphasis': 1, '1n': 1, 'take': 1, 'shots': 1, '100': 1, 'miss': 1, 'another': 1, 'heres': 1, 'newline': 1, 'instead': 1, 'world': 1, 'valuerusing': 1, 'kind': 1, 'different': 1, 'withra': 1, 'new': 1, 'second': 1, 'first': 1, 'secondn3': 1, 'firstn2': 1, '2': 1, 'arguments': 1, '2n': 1, '11342798': 1}\n", + "{'point': 14, 'multiple': 12, 'i': 11, '4': 11, 'super': 11, 'long': 11, 'takes': 11, 'lines': 11, 'quotes': 4, 'said': 4, 'quote': 4, 'line': 3, 'third': 3, 'here': 3, 'parentheses': 3, 'item': 3, 'respond': 2, 'linenthis': 2, 'linehere': 2, 'reply': 2, 'elsenthis': 2, 'quoting': 2, 'return': 2, 'character': 2, '1': 2, 'single': 2, '3': 2, 'many': 2, 'hello': 2, 'use': 2, 'httpswwwexamplenet': 2, 'sure': 2, 'two': 2, 'read': 2, 'httpswwwexamplecom': 2, 'httpswwwexamplecouk': 2, 'httpswwwexampleorg': 2, 'httpswwwexampleca': 2, 'way': 1, 'definitely': 1, 'teacher': 1, 'best': 1, 'english': 1, 'according': 1, 'other': 1, 'inside': 1, 'confidently': 1, 'moments': 1, 'properly': 1, 'closed': 1, 'nest': 1, 'useful': 1, 'sometimes': 1, 'replied': 1, 'people': 1, 'there': 1, 'thiking': 1, 'im': 1, 'text': 1, 'gt': 1, 'quotei': 1, 'making': 1, 'hellogoodbye': 1, 'maybe': 1, 'gts': 1, 'hmwhat': 1, 'only': 1, 'believe': 1, 'put': 1, 'periodsor': 1, 'gtgt': 1, 'periods': 1, 'carat': 1, 'overboard': 1, 'sentence': 1, 'againi': 1, 'some': 1, 'went': 1, 'carriage': 1, 'gretzky': 1, 'googlecom': 1, 'italicized': 1, 'bolded': 1, 'italics': 1, 'bold': 1, 'uuser2test': 1, 'uuser1test': 1, 'uuser2': 1, 'uuser1': 1, 'amazoncom': 1, 'wikipediaorg': 1, 'httpexampleorg': 1, 'wayne': 1, 'linkhttpsexamplecom': 1, 'check': 1, 'nine': 1, 'eight': 1, 'seven': 1, 'six': 1, 'five': 1, 'four': 1, 'three': 1, 'test': 1, 'uneven': 1, 'terms': 1, 'emphasis': 1, '1n': 1, 'take': 1, 'shots': 1, '100': 1, 'miss': 1, 'another': 1, 'heres': 1, 'newline': 1, 'instead': 1, 'world': 1, 'valuerusing': 1, 'kind': 1, 'different': 1, 'withra': 1, 'new': 1, 'second': 1, 'first': 1, 'secondn3': 1, 'firstn2': 1, '2': 1, 'arguments': 1, '2n': 1, '11342798': 1}\n", + "{'point': 14, 'multiple': 12, 'i': 11, '4': 11, 'super': 11, 'long': 11, 'takes': 11, 'lines': 11, 'quotes': 4, 'said': 4, 'quote': 4, 'line': 3, 'third': 3, 'here': 3, 'parentheses': 3, 'item': 3, 'respond': 2, 'linenthis': 2, 'linehere': 2, 'reply': 2, 'elsenthis': 2, 'quoting': 2, 'return': 2, 'character': 2, '1': 2, 'single': 2, '3': 2, 'many': 2, 'hello': 2, 'use': 2, 'httpswwwexamplenet': 2, 'sure': 2, 'two': 2, 'read': 2, 'httpswwwexamplecom': 2, 'httpswwwexamplecouk': 2, 'httpswwwexampleorg': 2, 'httpswwwexampleca': 2, 'way': 1, 'definitely': 1, 'teacher': 1, 'best': 1, 'english': 1, 'according': 1, 'other': 1, 'inside': 1, 'confidently': 1, 'moments': 1, 'properly': 1, 'closed': 1, 'nest': 1, 'useful': 1, 'sometimes': 1, 'replied': 1, 'people': 1, 'there': 1, 'thiking': 1, 'im': 1, 'text': 1, 'gt': 1, 'quotei': 1, 'making': 1, 'hellogoodbye': 1, 'maybe': 1, 'gts': 1, 'hmwhat': 1, 'only': 1, 'believe': 1, 'put': 1, 'periodsor': 1, 'gtgt': 1, 'periods': 1, 'carat': 1, 'overboard': 1, 'sentence': 1, 'againi': 1, 'some': 1, 'went': 1, 'carriage': 1, 'gretzky': 1, 'googlecom': 1, 'italicized': 1, 'bolded': 1, 'italics': 1, 'bold': 1, 'uuser2test': 1, 'uuser1test': 1, 'uuser2': 1, 'uuser1': 1, 'amazoncom': 1, 'wikipediaorg': 1, 'httpexampleorg': 1, 'wayne': 1, 'linkhttpsexamplecom': 1, 'check': 1, 'nine': 1, 'eight': 1, 'seven': 1, 'six': 1, 'five': 1, 'four': 1, 'three': 1, 'test': 1, 'uneven': 1, 'terms': 1, 'emphasis': 1, '1n': 1, 'take': 1, 'shots': 1, '100': 1, 'miss': 1, 'another': 1, 'heres': 1, 'newline': 1, 'instead': 1, 'world': 1, 'valuerusing': 1, 'kind': 1, 'different': 1, 'withra': 1, 'new': 1, 'second': 1, 'first': 1, 'secondn3': 1, 'firstn2': 1, '2': 1, 'arguments': 1, '2n': 1, '11342798': 1}\n", + "{'point': 14, 'multiple': 12, 'i': 11, '4': 11, 'super': 11, 'long': 11, 'takes': 11, 'lines': 11, 'quotes': 4, 'said': 4, 'quote': 4, 'line': 3, 'third': 3, 'here': 3, 'parentheses': 3, 'item': 3, 'respond': 2, 'linenthis': 2, 'linehere': 2, 'reply': 2, 'elsenthis': 2, 'quoting': 2, 'return': 2, 'character': 2, '1': 2, 'single': 2, '3': 2, 'many': 2, 'hello': 2, 'use': 2, 'httpswwwexamplenet': 2, 'sure': 2, 'two': 2, 'read': 2, 'httpswwwexamplecom': 2, 'httpswwwexamplecouk': 2, 'httpswwwexampleorg': 2, 'httpswwwexampleca': 2, 'way': 1, 'definitely': 1, 'teacher': 1, 'best': 1, 'english': 1, 'according': 1, 'other': 1, 'inside': 1, 'confidently': 1, 'moments': 1, 'properly': 1, 'closed': 1, 'nest': 1, 'useful': 1, 'sometimes': 1, 'replied': 1, 'people': 1, 'there': 1, 'thiking': 1, 'im': 1, 'text': 1, 'gt': 1, 'quotei': 1, 'making': 1, 'hellogoodbye': 1, 'maybe': 1, 'gts': 1, 'hmwhat': 1, 'only': 1, 'believe': 1, 'put': 1, 'periodsor': 1, 'gtgt': 1, 'periods': 1, 'carat': 1, 'overboard': 1, 'sentence': 1, 'againi': 1, 'some': 1, 'went': 1, 'carriage': 1, 'gretzky': 1, 'googlecom': 1, 'italicized': 1, 'bolded': 1, 'italics': 1, 'bold': 1, 'uuser2test': 1, 'uuser1test': 1, 'uuser2': 1, 'uuser1': 1, 'amazoncom': 1, 'wikipediaorg': 1, 'httpexampleorg': 1, 'wayne': 1, 'linkhttpsexamplecom': 1, 'check': 1, 'nine': 1, 'eight': 1, 'seven': 1, 'six': 1, 'five': 1, 'four': 1, 'three': 1, 'test': 1, 'uneven': 1, 'terms': 1, 'emphasis': 1, '1n': 1, 'take': 1, 'shots': 1, '100': 1, 'miss': 1, 'another': 1, 'heres': 1, 'newline': 1, 'instead': 1, 'world': 1, 'valuerusing': 1, 'kind': 1, 'different': 1, 'withra': 1, 'new': 1, 'second': 1, 'first': 1, 'secondn3': 1, 'firstn2': 1, '2': 1, 'arguments': 1, '2n': 1, '11342798': 1}\n", + "{'point': 14, 'multiple': 12, 'i': 11, '4': 11, 'super': 11, 'long': 11, 'takes': 11, 'lines': 11, 'quotes': 4, 'said': 4, 'quote': 4, 'line': 3, 'third': 3, 'here': 3, 'parentheses': 3, 'item': 3, 'respond': 2, 'linenthis': 2, 'linehere': 2, 'reply': 2, 'elsenthis': 2, 'quoting': 2, 'return': 2, 'character': 2, '1': 2, 'single': 2, '3': 2, 'many': 2, 'hello': 2, 'use': 2, 'httpswwwexamplenet': 2, 'sure': 2, 'two': 2, 'read': 2, 'httpswwwexamplecom': 2, 'httpswwwexamplecouk': 2, 'httpswwwexampleorg': 2, 'httpswwwexampleca': 2, 'way': 1, 'definitely': 1, 'teacher': 1, 'best': 1, 'english': 1, 'according': 1, 'other': 1, 'inside': 1, 'confidently': 1, 'moments': 1, 'properly': 1, 'closed': 1, 'nest': 1, 'useful': 1, 'sometimes': 1, 'replied': 1, 'people': 1, 'there': 1, 'thiking': 1, 'im': 1, 'text': 1, 'gt': 1, 'quotei': 1, 'making': 1, 'hellogoodbye': 1, 'maybe': 1, 'gts': 1, 'hmwhat': 1, 'only': 1, 'believe': 1, 'put': 1, 'periodsor': 1, 'gtgt': 1, 'periods': 1, 'carat': 1, 'overboard': 1, 'sentence': 1, 'againi': 1, 'some': 1, 'went': 1, 'carriage': 1, 'gretzky': 1, 'googlecom': 1, 'italicized': 1, 'bolded': 1, 'italics': 1, 'bold': 1, 'uuser2test': 1, 'uuser1test': 1, 'uuser2': 1, 'uuser1': 1, 'amazoncom': 1, 'wikipediaorg': 1, 'httpexampleorg': 1, 'wayne': 1, 'linkhttpsexamplecom': 1, 'check': 1, 'nine': 1, 'eight': 1, 'seven': 1, 'six': 1, 'five': 1, 'four': 1, 'three': 1, 'test': 1, 'uneven': 1, 'terms': 1, 'emphasis': 1, '1n': 1, 'take': 1, 'shots': 1, '100': 1, 'miss': 1, 'another': 1, 'heres': 1, 'newline': 1, 'instead': 1, 'world': 1, 'valuerusing': 1, 'kind': 1, 'different': 1, 'withra': 1, 'new': 1, 'second': 1, 'first': 1, 'secondn3': 1, 'firstn2': 1, '2': 1, 'arguments': 1, '2n': 1, '11342798': 1}\n", + "{'point': 14, 'multiple': 12, 'i': 11, '4': 11, 'super': 11, 'long': 11, 'takes': 11, 'lines': 11, 'quotes': 4, 'said': 4, 'quote': 4, 'line': 3, 'third': 3, 'here': 3, 'parentheses': 3, 'item': 3, 'respond': 2, 'linenthis': 2, 'linehere': 2, 'reply': 2, 'elsenthis': 2, 'quoting': 2, 'return': 2, 'character': 2, '1': 2, 'single': 2, '3': 2, 'many': 2, 'hello': 2, 'use': 2, 'httpswwwexamplenet': 2, 'sure': 2, 'two': 2, 'read': 2, 'httpswwwexamplecom': 2, 'httpswwwexamplecouk': 2, 'httpswwwexampleorg': 2, 'httpswwwexampleca': 2, 'way': 1, 'definitely': 1, 'teacher': 1, 'best': 1, 'english': 1, 'according': 1, 'other': 1, 'inside': 1, 'confidently': 1, 'moments': 1, 'properly': 1, 'closed': 1, 'nest': 1, 'useful': 1, 'sometimes': 1, 'replied': 1, 'people': 1, 'there': 1, 'thiking': 1, 'im': 1, 'text': 1, 'gt': 1, 'quotei': 1, 'making': 1, 'hellogoodbye': 1, 'maybe': 1, 'gts': 1, 'hmwhat': 1, 'only': 1, 'believe': 1, 'put': 1, 'periodsor': 1, 'gtgt': 1, 'periods': 1, 'carat': 1, 'overboard': 1, 'sentence': 1, 'againi': 1, 'some': 1, 'went': 1, 'carriage': 1, 'gretzky': 1, 'googlecom': 1, 'italicized': 1, 'bolded': 1, 'italics': 1, 'bold': 1, 'uuser2test': 1, 'uuser1test': 1, 'uuser2': 1, 'uuser1': 1, 'amazoncom': 1, 'wikipediaorg': 1, 'httpexampleorg': 1, 'wayne': 1, 'linkhttpsexamplecom': 1, 'check': 1, 'nine': 1, 'eight': 1, 'seven': 1, 'six': 1, 'five': 1, 'four': 1, 'three': 1, 'test': 1, 'uneven': 1, 'terms': 1, 'emphasis': 1, '1n': 1, 'take': 1, 'shots': 1, '100': 1, 'miss': 1, 'another': 1, 'heres': 1, 'newline': 1, 'instead': 1, 'world': 1, 'valuerusing': 1, 'kind': 1, 'different': 1, 'withra': 1, 'new': 1, 'second': 1, 'first': 1, 'secondn3': 1, 'firstn2': 1, '2': 1, 'arguments': 1, '2n': 1, '11342798': 1}\n", + "{'point': 14, 'multiple': 12, 'i': 11, '4': 11, 'super': 11, 'long': 11, 'takes': 11, 'lines': 11, 'quotes': 4, 'said': 4, 'quote': 4, 'line': 3, 'third': 3, 'here': 3, 'parentheses': 3, 'item': 3, 'respond': 2, 'linenthis': 2, 'linehere': 2, 'reply': 2, 'elsenthis': 2, 'quoting': 2, 'return': 2, 'character': 2, '1': 2, 'single': 2, '3': 2, 'many': 2, 'hello': 2, 'use': 2, 'httpswwwexamplenet': 2, 'sure': 2, 'two': 2, 'read': 2, 'httpswwwexamplecom': 2, 'httpswwwexamplecouk': 2, 'httpswwwexampleorg': 2, 'httpswwwexampleca': 2, 'way': 1, 'definitely': 1, 'teacher': 1, 'best': 1, 'english': 1, 'according': 1, 'other': 1, 'inside': 1, 'confidently': 1, 'moments': 1, 'properly': 1, 'closed': 1, 'nest': 1, 'useful': 1, 'sometimes': 1, 'replied': 1, 'people': 1, 'there': 1, 'thiking': 1, 'im': 1, 'text': 1, 'gt': 1, 'quotei': 1, 'making': 1, 'hellogoodbye': 1, 'maybe': 1, 'gts': 1, 'hmwhat': 1, 'only': 1, 'believe': 1, 'put': 1, 'periodsor': 1, 'gtgt': 1, 'periods': 1, 'carat': 1, 'overboard': 1, 'sentence': 1, 'againi': 1, 'some': 1, 'went': 1, 'carriage': 1, 'gretzky': 1, 'googlecom': 1, 'italicized': 1, 'bolded': 1, 'italics': 1, 'bold': 1, 'uuser2test': 1, 'uuser1test': 1, 'uuser2': 1, 'uuser1': 1, 'amazoncom': 1, 'wikipediaorg': 1, 'httpexampleorg': 1, 'wayne': 1, 'linkhttpsexamplecom': 1, 'check': 1, 'nine': 1, 'eight': 1, 'seven': 1, 'six': 1, 'five': 1, 'four': 1, 'three': 1, 'test': 1, 'uneven': 1, 'terms': 1, 'emphasis': 1, '1n': 1, 'take': 1, 'shots': 1, '100': 1, 'miss': 1, 'another': 1, 'heres': 1, 'newline': 1, 'instead': 1, 'world': 1, 'valuerusing': 1, 'kind': 1, 'different': 1, 'withra': 1, 'new': 1, 'second': 1, 'first': 1, 'secondn3': 1, 'firstn2': 1, '2': 1, 'arguments': 1, '2n': 1, '11342798': 1}\n", + "{'point': 14, 'multiple': 12, 'i': 11, '4': 11, 'super': 11, 'long': 11, 'takes': 11, 'lines': 11, 'quotes': 4, 'said': 4, 'quote': 4, 'line': 3, 'third': 3, 'here': 3, 'parentheses': 3, 'item': 3, 'respond': 2, 'linenthis': 2, 'linehere': 2, 'reply': 2, 'elsenthis': 2, 'quoting': 2, 'return': 2, 'character': 2, '1': 2, 'single': 2, '3': 2, 'many': 2, 'hello': 2, 'use': 2, 'httpswwwexamplenet': 2, 'sure': 2, 'two': 2, 'read': 2, 'httpswwwexamplecom': 2, 'httpswwwexamplecouk': 2, 'httpswwwexampleorg': 2, 'httpswwwexampleca': 2, 'way': 1, 'definitely': 1, 'teacher': 1, 'best': 1, 'english': 1, 'according': 1, 'other': 1, 'inside': 1, 'confidently': 1, 'moments': 1, 'properly': 1, 'closed': 1, 'nest': 1, 'useful': 1, 'sometimes': 1, 'replied': 1, 'people': 1, 'there': 1, 'thiking': 1, 'im': 1, 'text': 1, 'gt': 1, 'quotei': 1, 'making': 1, 'hellogoodbye': 1, 'maybe': 1, 'gts': 1, 'hmwhat': 1, 'only': 1, 'believe': 1, 'put': 1, 'periodsor': 1, 'gtgt': 1, 'periods': 1, 'carat': 1, 'overboard': 1, 'sentence': 1, 'againi': 1, 'some': 1, 'went': 1, 'carriage': 1, 'gretzky': 1, 'googlecom': 1, 'italicized': 1, 'bolded': 1, 'italics': 1, 'bold': 1, 'uuser2test': 1, 'uuser1test': 1, 'uuser2': 1, 'uuser1': 1, 'amazoncom': 1, 'wikipediaorg': 1, 'httpexampleorg': 1, 'wayne': 1, 'linkhttpsexamplecom': 1, 'check': 1, 'nine': 1, 'eight': 1, 'seven': 1, 'six': 1, 'five': 1, 'four': 1, 'three': 1, 'test': 1, 'uneven': 1, 'terms': 1, 'emphasis': 1, '1n': 1, 'take': 1, 'shots': 1, '100': 1, 'miss': 1, 'another': 1, 'heres': 1, 'newline': 1, 'instead': 1, 'world': 1, 'valuerusing': 1, 'kind': 1, 'different': 1, 'withra': 1, 'new': 1, 'second': 1, 'first': 1, 'secondn3': 1, 'firstn2': 1, '2': 1, 'arguments': 1, '2n': 1, '11342798': 1}\n", + "{'point': 14, 'multiple': 12, 'i': 11, '4': 11, 'super': 11, 'long': 11, 'takes': 11, 'lines': 11, 'quotes': 4, 'said': 4, 'quote': 4, 'line': 3, 'third': 3, 'here': 3, 'parentheses': 3, 'item': 3, 'respond': 2, 'linenthis': 2, 'linehere': 2, 'reply': 2, 'elsenthis': 2, 'quoting': 2, 'return': 2, 'character': 2, '1': 2, 'single': 2, '3': 2, 'many': 2, 'hello': 2, 'use': 2, 'httpswwwexamplenet': 2, 'sure': 2, 'two': 2, 'read': 2, 'httpswwwexamplecom': 2, 'httpswwwexamplecouk': 2, 'httpswwwexampleorg': 2, 'httpswwwexampleca': 2, 'way': 1, 'definitely': 1, 'teacher': 1, 'best': 1, 'english': 1, 'according': 1, 'other': 1, 'inside': 1, 'confidently': 1, 'moments': 1, 'properly': 1, 'closed': 1, 'nest': 1, 'useful': 1, 'sometimes': 1, 'replied': 1, 'people': 1, 'there': 1, 'thiking': 1, 'im': 1, 'text': 1, 'gt': 1, 'quotei': 1, 'making': 1, 'hellogoodbye': 1, 'maybe': 1, 'gts': 1, 'hmwhat': 1, 'only': 1, 'believe': 1, 'put': 1, 'periodsor': 1, 'gtgt': 1, 'periods': 1, 'carat': 1, 'overboard': 1, 'sentence': 1, 'againi': 1, 'some': 1, 'went': 1, 'carriage': 1, 'gretzky': 1, 'googlecom': 1, 'italicized': 1, 'bolded': 1, 'italics': 1, 'bold': 1, 'uuser2test': 1, 'uuser1test': 1, 'uuser2': 1, 'uuser1': 1, 'amazoncom': 1, 'wikipediaorg': 1, 'httpexampleorg': 1, 'wayne': 1, 'linkhttpsexamplecom': 1, 'check': 1, 'nine': 1, 'eight': 1, 'seven': 1, 'six': 1, 'five': 1, 'four': 1, 'three': 1, 'test': 1, 'uneven': 1, 'terms': 1, 'emphasis': 1, '1n': 1, 'take': 1, 'shots': 1, '100': 1, 'miss': 1, 'another': 1, 'heres': 1, 'newline': 1, 'instead': 1, 'world': 1, 'valuerusing': 1, 'kind': 1, 'different': 1, 'withra': 1, 'new': 1, 'second': 1, 'first': 1, 'secondn3': 1, 'firstn2': 1, '2': 1, 'arguments': 1, '2n': 1, '11342798': 1}\n", + "{'point': 14, 'multiple': 12, 'i': 11, '4': 11, 'super': 11, 'long': 11, 'takes': 11, 'lines': 11, 'quotes': 4, 'said': 4, 'quote': 4, 'line': 3, 'third': 3, 'here': 3, 'parentheses': 3, 'item': 3, 'respond': 2, 'linenthis': 2, 'linehere': 2, 'reply': 2, 'elsenthis': 2, 'quoting': 2, 'return': 2, 'character': 2, '1': 2, 'single': 2, '3': 2, 'many': 2, 'hello': 2, 'use': 2, 'httpswwwexamplenet': 2, 'sure': 2, 'two': 2, 'read': 2, 'httpswwwexamplecom': 2, 'httpswwwexamplecouk': 2, 'httpswwwexampleorg': 2, 'httpswwwexampleca': 2, 'way': 1, 'definitely': 1, 'teacher': 1, 'best': 1, 'english': 1, 'according': 1, 'other': 1, 'inside': 1, 'confidently': 1, 'moments': 1, 'properly': 1, 'closed': 1, 'nest': 1, 'useful': 1, 'sometimes': 1, 'replied': 1, 'people': 1, 'there': 1, 'thiking': 1, 'im': 1, 'text': 1, 'gt': 1, 'quotei': 1, 'making': 1, 'hellogoodbye': 1, 'maybe': 1, 'gts': 1, 'hmwhat': 1, 'only': 1, 'believe': 1, 'put': 1, 'periodsor': 1, 'gtgt': 1, 'periods': 1, 'carat': 1, 'overboard': 1, 'sentence': 1, 'againi': 1, 'some': 1, 'went': 1, 'carriage': 1, 'gretzky': 1, 'googlecom': 1, 'italicized': 1, 'bolded': 1, 'italics': 1, 'bold': 1, 'uuser2test': 1, 'uuser1test': 1, 'uuser2': 1, 'uuser1': 1, 'amazoncom': 1, 'wikipediaorg': 1, 'httpexampleorg': 1, 'wayne': 1, 'linkhttpsexamplecom': 1, 'check': 1, 'nine': 1, 'eight': 1, 'seven': 1, 'six': 1, 'five': 1, 'four': 1, 'three': 1, 'test': 1, 'uneven': 1, 'terms': 1, 'emphasis': 1, '1n': 1, 'take': 1, 'shots': 1, '100': 1, 'miss': 1, 'another': 1, 'heres': 1, 'newline': 1, 'instead': 1, 'world': 1, 'valuerusing': 1, 'kind': 1, 'different': 1, 'withra': 1, 'new': 1, 'second': 1, 'first': 1, 'secondn3': 1, 'firstn2': 1, '2': 1, 'arguments': 1, '2n': 1, '11342798': 1}\n", + "{'point': 14, 'multiple': 12, 'i': 11, '4': 11, 'super': 11, 'long': 11, 'takes': 11, 'lines': 11, 'quotes': 4, 'said': 4, 'quote': 4, 'line': 3, 'third': 3, 'here': 3, 'parentheses': 3, 'item': 3, 'respond': 2, 'linenthis': 2, 'linehere': 2, 'reply': 2, 'elsenthis': 2, 'quoting': 2, 'return': 2, 'character': 2, '1': 2, 'single': 2, '3': 2, 'many': 2, 'hello': 2, 'use': 2, 'httpswwwexamplenet': 2, 'sure': 2, 'two': 2, 'read': 2, 'httpswwwexamplecom': 2, 'httpswwwexamplecouk': 2, 'httpswwwexampleorg': 2, 'httpswwwexampleca': 2, 'way': 1, 'definitely': 1, 'teacher': 1, 'best': 1, 'english': 1, 'according': 1, 'other': 1, 'inside': 1, 'confidently': 1, 'moments': 1, 'properly': 1, 'closed': 1, 'nest': 1, 'useful': 1, 'sometimes': 1, 'replied': 1, 'people': 1, 'there': 1, 'thiking': 1, 'im': 1, 'text': 1, 'gt': 1, 'quotei': 1, 'making': 1, 'hellogoodbye': 1, 'maybe': 1, 'gts': 1, 'hmwhat': 1, 'only': 1, 'believe': 1, 'put': 1, 'periodsor': 1, 'gtgt': 1, 'periods': 1, 'carat': 1, 'overboard': 1, 'sentence': 1, 'againi': 1, 'some': 1, 'went': 1, 'carriage': 1, 'gretzky': 1, 'googlecom': 1, 'italicized': 1, 'bolded': 1, 'italics': 1, 'bold': 1, 'uuser2test': 1, 'uuser1test': 1, 'uuser2': 1, 'uuser1': 1, 'amazoncom': 1, 'wikipediaorg': 1, 'httpexampleorg': 1, 'wayne': 1, 'linkhttpsexamplecom': 1, 'check': 1, 'nine': 1, 'eight': 1, 'seven': 1, 'six': 1, 'five': 1, 'four': 1, 'three': 1, 'test': 1, 'uneven': 1, 'terms': 1, 'emphasis': 1, '1n': 1, 'take': 1, 'shots': 1, '100': 1, 'miss': 1, 'another': 1, 'heres': 1, 'newline': 1, 'instead': 1, 'world': 1, 'valuerusing': 1, 'kind': 1, 'different': 1, 'withra': 1, 'new': 1, 'second': 1, 'first': 1, 'secondn3': 1, 'firstn2': 1, '2': 1, 'arguments': 1, '2n': 1, '11342798': 1}\n", + "{'point': 14, 'multiple': 12, 'i': 11, '4': 11, 'super': 11, 'long': 11, 'takes': 11, 'lines': 11, 'quotes': 4, 'said': 4, 'quote': 4, 'line': 3, 'third': 3, 'here': 3, 'parentheses': 3, 'item': 3, 'respond': 2, 'linenthis': 2, 'linehere': 2, 'reply': 2, 'elsenthis': 2, 'quoting': 2, 'return': 2, 'character': 2, '1': 2, 'single': 2, '3': 2, 'many': 2, 'hello': 2, 'use': 2, 'httpswwwexamplenet': 2, 'sure': 2, 'two': 2, 'read': 2, 'httpswwwexamplecom': 2, 'httpswwwexamplecouk': 2, 'httpswwwexampleorg': 2, 'httpswwwexampleca': 2, 'way': 1, 'definitely': 1, 'teacher': 1, 'best': 1, 'english': 1, 'according': 1, 'other': 1, 'inside': 1, 'confidently': 1, 'moments': 1, 'properly': 1, 'closed': 1, 'nest': 1, 'useful': 1, 'sometimes': 1, 'replied': 1, 'people': 1, 'there': 1, 'thiking': 1, 'im': 1, 'text': 1, 'gt': 1, 'quotei': 1, 'making': 1, 'hellogoodbye': 1, 'maybe': 1, 'gts': 1, 'hmwhat': 1, 'only': 1, 'believe': 1, 'put': 1, 'periodsor': 1, 'gtgt': 1, 'periods': 1, 'carat': 1, 'overboard': 1, 'sentence': 1, 'againi': 1, 'some': 1, 'went': 1, 'carriage': 1, 'gretzky': 1, 'googlecom': 1, 'italicized': 1, 'bolded': 1, 'italics': 1, 'bold': 1, 'uuser2test': 1, 'uuser1test': 1, 'uuser2': 1, 'uuser1': 1, 'amazoncom': 1, 'wikipediaorg': 1, 'httpexampleorg': 1, 'wayne': 1, 'linkhttpsexamplecom': 1, 'check': 1, 'nine': 1, 'eight': 1, 'seven': 1, 'six': 1, 'five': 1, 'four': 1, 'three': 1, 'test': 1, 'uneven': 1, 'terms': 1, 'emphasis': 1, '1n': 1, 'take': 1, 'shots': 1, '100': 1, 'miss': 1, 'another': 1, 'heres': 1, 'newline': 1, 'instead': 1, 'world': 1, 'valuerusing': 1, 'kind': 1, 'different': 1, 'withra': 1, 'new': 1, 'second': 1, 'first': 1, 'secondn3': 1, 'firstn2': 1, '2': 1, 'arguments': 1, '2n': 1, '11342798': 1}\n", + "{'point': 14, 'multiple': 12, 'i': 11, '4': 11, 'super': 11, 'long': 11, 'takes': 11, 'lines': 11, 'quotes': 4, 'said': 4, 'quote': 4, 'line': 3, 'third': 3, 'here': 3, 'parentheses': 3, 'item': 3, 'respond': 2, 'linenthis': 2, 'linehere': 2, 'reply': 2, 'elsenthis': 2, 'quoting': 2, 'return': 2, 'character': 2, '1': 2, 'single': 2, '3': 2, 'many': 2, 'hello': 2, 'use': 2, 'httpswwwexamplenet': 2, 'sure': 2, 'two': 2, 'read': 2, 'httpswwwexamplecom': 2, 'httpswwwexamplecouk': 2, 'httpswwwexampleorg': 2, 'httpswwwexampleca': 2, 'way': 1, 'definitely': 1, 'teacher': 1, 'best': 1, 'english': 1, 'according': 1, 'other': 1, 'inside': 1, 'confidently': 1, 'moments': 1, 'properly': 1, 'closed': 1, 'nest': 1, 'useful': 1, 'sometimes': 1, 'replied': 1, 'people': 1, 'there': 1, 'thiking': 1, 'im': 1, 'text': 1, 'gt': 1, 'quotei': 1, 'making': 1, 'hellogoodbye': 1, 'maybe': 1, 'gts': 1, 'hmwhat': 1, 'only': 1, 'believe': 1, 'put': 1, 'periodsor': 1, 'gtgt': 1, 'periods': 1, 'carat': 1, 'overboard': 1, 'sentence': 1, 'againi': 1, 'some': 1, 'went': 1, 'carriage': 1, 'gretzky': 1, 'googlecom': 1, 'italicized': 1, 'bolded': 1, 'italics': 1, 'bold': 1, 'uuser2test': 1, 'uuser1test': 1, 'uuser2': 1, 'uuser1': 1, 'amazoncom': 1, 'wikipediaorg': 1, 'httpexampleorg': 1, 'wayne': 1, 'linkhttpsexamplecom': 1, 'check': 1, 'nine': 1, 'eight': 1, 'seven': 1, 'six': 1, 'five': 1, 'four': 1, 'three': 1, 'test': 1, 'uneven': 1, 'terms': 1, 'emphasis': 1, '1n': 1, 'take': 1, 'shots': 1, '100': 1, 'miss': 1, 'another': 1, 'heres': 1, 'newline': 1, 'instead': 1, 'world': 1, 'valuerusing': 1, 'kind': 1, 'different': 1, 'withra': 1, 'new': 1, 'second': 1, 'first': 1, 'secondn3': 1, 'firstn2': 1, '2': 1, 'arguments': 1, '2n': 1, '11342798': 1}\n", + "{'point': 14, 'multiple': 12, 'i': 11, '4': 11, 'super': 11, 'long': 11, 'takes': 11, 'lines': 11, 'quotes': 4, 'said': 4, 'quote': 4, 'line': 3, 'third': 3, 'here': 3, 'parentheses': 3, 'item': 3, 'respond': 2, 'linenthis': 2, 'linehere': 2, 'reply': 2, 'elsenthis': 2, 'quoting': 2, 'return': 2, 'character': 2, '1': 2, 'single': 2, '3': 2, 'many': 2, 'hello': 2, 'use': 2, 'httpswwwexamplenet': 2, 'sure': 2, 'two': 2, 'read': 2, 'httpswwwexamplecom': 2, 'httpswwwexamplecouk': 2, 'httpswwwexampleorg': 2, 'httpswwwexampleca': 2, 'way': 1, 'definitely': 1, 'teacher': 1, 'best': 1, 'english': 1, 'according': 1, 'other': 1, 'inside': 1, 'confidently': 1, 'moments': 1, 'properly': 1, 'closed': 1, 'nest': 1, 'useful': 1, 'sometimes': 1, 'replied': 1, 'people': 1, 'there': 1, 'thiking': 1, 'im': 1, 'text': 1, 'gt': 1, 'quotei': 1, 'making': 1, 'hellogoodbye': 1, 'maybe': 1, 'gts': 1, 'hmwhat': 1, 'only': 1, 'believe': 1, 'put': 1, 'periodsor': 1, 'gtgt': 1, 'periods': 1, 'carat': 1, 'overboard': 1, 'sentence': 1, 'againi': 1, 'some': 1, 'went': 1, 'carriage': 1, 'gretzky': 1, 'googlecom': 1, 'italicized': 1, 'bolded': 1, 'italics': 1, 'bold': 1, 'uuser2test': 1, 'uuser1test': 1, 'uuser2': 1, 'uuser1': 1, 'amazoncom': 1, 'wikipediaorg': 1, 'httpexampleorg': 1, 'wayne': 1, 'linkhttpsexamplecom': 1, 'check': 1, 'nine': 1, 'eight': 1, 'seven': 1, 'six': 1, 'five': 1, 'four': 1, 'three': 1, 'test': 1, 'uneven': 1, 'terms': 1, 'emphasis': 1, '1n': 1, 'take': 1, 'shots': 1, '100': 1, 'miss': 1, 'another': 1, 'heres': 1, 'newline': 1, 'instead': 1, 'world': 1, 'valuerusing': 1, 'kind': 1, 'different': 1, 'withra': 1, 'new': 1, 'second': 1, 'first': 1, 'secondn3': 1, 'firstn2': 1, '2': 1, 'arguments': 1, '2n': 1, '11342798': 1}\n", + "{'point': 14, 'multiple': 12, 'i': 11, '4': 11, 'super': 11, 'long': 11, 'takes': 11, 'lines': 11, 'quotes': 4, 'said': 4, 'quote': 4, 'line': 3, 'third': 3, 'here': 3, 'parentheses': 3, 'item': 3, 'respond': 2, 'linenthis': 2, 'linehere': 2, 'reply': 2, 'elsenthis': 2, 'quoting': 2, 'return': 2, 'character': 2, '1': 2, 'single': 2, '3': 2, 'many': 2, 'hello': 2, 'use': 2, 'httpswwwexamplenet': 2, 'sure': 2, 'two': 2, 'read': 2, 'httpswwwexamplecom': 2, 'httpswwwexamplecouk': 2, 'httpswwwexampleorg': 2, 'httpswwwexampleca': 2, 'way': 1, 'definitely': 1, 'teacher': 1, 'best': 1, 'english': 1, 'according': 1, 'other': 1, 'inside': 1, 'confidently': 1, 'moments': 1, 'properly': 1, 'closed': 1, 'nest': 1, 'useful': 1, 'sometimes': 1, 'replied': 1, 'people': 1, 'there': 1, 'thiking': 1, 'im': 1, 'text': 1, 'gt': 1, 'quotei': 1, 'making': 1, 'hellogoodbye': 1, 'maybe': 1, 'gts': 1, 'hmwhat': 1, 'only': 1, 'believe': 1, 'put': 1, 'periodsor': 1, 'gtgt': 1, 'periods': 1, 'carat': 1, 'overboard': 1, 'sentence': 1, 'againi': 1, 'some': 1, 'went': 1, 'carriage': 1, 'gretzky': 1, 'googlecom': 1, 'italicized': 1, 'bolded': 1, 'italics': 1, 'bold': 1, 'uuser2test': 1, 'uuser1test': 1, 'uuser2': 1, 'uuser1': 1, 'amazoncom': 1, 'wikipediaorg': 1, 'httpexampleorg': 1, 'wayne': 1, 'linkhttpsexamplecom': 1, 'check': 1, 'nine': 1, 'eight': 1, 'seven': 1, 'six': 1, 'five': 1, 'four': 1, 'three': 1, 'test': 1, 'uneven': 1, 'terms': 1, 'emphasis': 1, '1n': 1, 'take': 1, 'shots': 1, '100': 1, 'miss': 1, 'another': 1, 'heres': 1, 'newline': 1, 'instead': 1, 'world': 1, 'valuerusing': 1, 'kind': 1, 'different': 1, 'withra': 1, 'new': 1, 'second': 1, 'first': 1, 'secondn3': 1, 'firstn2': 1, '2': 1, 'arguments': 1, '2n': 1, '11342798': 1}\n", + "{'point': 14, 'multiple': 12, 'i': 11, '4': 11, 'super': 11, 'long': 11, 'takes': 11, 'lines': 11, 'quotes': 4, 'said': 4, 'quote': 4, 'line': 3, 'third': 3, 'here': 3, 'parentheses': 3, 'item': 3, 'respond': 2, 'linenthis': 2, 'linehere': 2, 'reply': 2, 'elsenthis': 2, 'quoting': 2, 'return': 2, 'character': 2, '1': 2, 'single': 2, '3': 2, 'many': 2, 'hello': 2, 'use': 2, 'httpswwwexamplenet': 2, 'sure': 2, 'two': 2, 'read': 2, 'httpswwwexamplecom': 2, 'httpswwwexamplecouk': 2, 'httpswwwexampleorg': 2, 'httpswwwexampleca': 2, 'way': 1, 'definitely': 1, 'teacher': 1, 'best': 1, 'english': 1, 'according': 1, 'other': 1, 'inside': 1, 'confidently': 1, 'moments': 1, 'properly': 1, 'closed': 1, 'nest': 1, 'useful': 1, 'sometimes': 1, 'replied': 1, 'people': 1, 'there': 1, 'thiking': 1, 'im': 1, 'text': 1, 'gt': 1, 'quotei': 1, 'making': 1, 'hellogoodbye': 1, 'maybe': 1, 'gts': 1, 'hmwhat': 1, 'only': 1, 'believe': 1, 'put': 1, 'periodsor': 1, 'gtgt': 1, 'periods': 1, 'carat': 1, 'overboard': 1, 'sentence': 1, 'againi': 1, 'some': 1, 'went': 1, 'carriage': 1, 'gretzky': 1, 'googlecom': 1, 'italicized': 1, 'bolded': 1, 'italics': 1, 'bold': 1, 'uuser2test': 1, 'uuser1test': 1, 'uuser2': 1, 'uuser1': 1, 'amazoncom': 1, 'wikipediaorg': 1, 'httpexampleorg': 1, 'wayne': 1, 'linkhttpsexamplecom': 1, 'check': 1, 'nine': 1, 'eight': 1, 'seven': 1, 'six': 1, 'five': 1, 'four': 1, 'three': 1, 'test': 1, 'uneven': 1, 'terms': 1, 'emphasis': 1, '1n': 1, 'take': 1, 'shots': 1, '100': 1, 'miss': 1, 'another': 1, 'heres': 1, 'newline': 1, 'instead': 1, 'world': 1, 'valuerusing': 1, 'kind': 1, 'different': 1, 'withra': 1, 'new': 1, 'second': 1, 'first': 1, 'secondn3': 1, 'firstn2': 1, '2': 1, 'arguments': 1, '2n': 1, '11342798': 1}\n", + "{'point': 14, 'multiple': 12, 'i': 11, '4': 11, 'super': 11, 'long': 11, 'takes': 11, 'lines': 11, 'quotes': 4, 'said': 4, 'quote': 4, 'line': 3, 'third': 3, 'here': 3, 'parentheses': 3, 'item': 3, 'respond': 2, 'linenthis': 2, 'linehere': 2, 'reply': 2, 'elsenthis': 2, 'quoting': 2, 'return': 2, 'character': 2, '1': 2, 'single': 2, '3': 2, 'many': 2, 'hello': 2, 'use': 2, 'httpswwwexamplenet': 2, 'sure': 2, 'two': 2, 'read': 2, 'httpswwwexamplecom': 2, 'httpswwwexamplecouk': 2, 'httpswwwexampleorg': 2, 'httpswwwexampleca': 2, 'way': 1, 'definitely': 1, 'teacher': 1, 'best': 1, 'english': 1, 'according': 1, 'other': 1, 'inside': 1, 'confidently': 1, 'moments': 1, 'properly': 1, 'closed': 1, 'nest': 1, 'useful': 1, 'sometimes': 1, 'replied': 1, 'people': 1, 'there': 1, 'thiking': 1, 'im': 1, 'text': 1, 'gt': 1, 'quotei': 1, 'making': 1, 'hellogoodbye': 1, 'maybe': 1, 'gts': 1, 'hmwhat': 1, 'only': 1, 'believe': 1, 'put': 1, 'periodsor': 1, 'gtgt': 1, 'periods': 1, 'carat': 1, 'overboard': 1, 'sentence': 1, 'againi': 1, 'some': 1, 'went': 1, 'carriage': 1, 'gretzky': 1, 'googlecom': 1, 'italicized': 1, 'bolded': 1, 'italics': 1, 'bold': 1, 'uuser2test': 1, 'uuser1test': 1, 'uuser2': 1, 'uuser1': 1, 'amazoncom': 1, 'wikipediaorg': 1, 'httpexampleorg': 1, 'wayne': 1, 'linkhttpsexamplecom': 1, 'check': 1, 'nine': 1, 'eight': 1, 'seven': 1, 'six': 1, 'five': 1, 'four': 1, 'three': 1, 'test': 1, 'uneven': 1, 'terms': 1, 'emphasis': 1, '1n': 1, 'take': 1, 'shots': 1, '100': 1, 'miss': 1, 'another': 1, 'heres': 1, 'newline': 1, 'instead': 1, 'world': 1, 'valuerusing': 1, 'kind': 1, 'different': 1, 'withra': 1, 'new': 1, 'second': 1, 'first': 1, 'secondn3': 1, 'firstn2': 1, '2': 1, 'arguments': 1, '2n': 1, '11342798': 1}\n", + "{'point': 14, 'multiple': 12, 'i': 11, '4': 11, 'super': 11, 'long': 11, 'takes': 11, 'lines': 11, 'quotes': 4, 'said': 4, 'quote': 4, 'line': 3, 'third': 3, 'here': 3, 'parentheses': 3, 'item': 3, 'respond': 2, 'linenthis': 2, 'linehere': 2, 'reply': 2, 'elsenthis': 2, 'quoting': 2, 'return': 2, 'character': 2, '1': 2, 'single': 2, '3': 2, 'many': 2, 'hello': 2, 'use': 2, 'httpswwwexamplenet': 2, 'sure': 2, 'two': 2, 'read': 2, 'httpswwwexamplecom': 2, 'httpswwwexamplecouk': 2, 'httpswwwexampleorg': 2, 'httpswwwexampleca': 2, 'way': 1, 'definitely': 1, 'teacher': 1, 'best': 1, 'english': 1, 'according': 1, 'other': 1, 'inside': 1, 'confidently': 1, 'moments': 1, 'properly': 1, 'closed': 1, 'nest': 1, 'useful': 1, 'sometimes': 1, 'replied': 1, 'people': 1, 'there': 1, 'thiking': 1, 'im': 1, 'text': 1, 'gt': 1, 'quotei': 1, 'making': 1, 'hellogoodbye': 1, 'maybe': 1, 'gts': 1, 'hmwhat': 1, 'only': 1, 'believe': 1, 'put': 1, 'periodsor': 1, 'gtgt': 1, 'periods': 1, 'carat': 1, 'overboard': 1, 'sentence': 1, 'againi': 1, 'some': 1, 'went': 1, 'carriage': 1, 'gretzky': 1, 'googlecom': 1, 'italicized': 1, 'bolded': 1, 'italics': 1, 'bold': 1, 'uuser2test': 1, 'uuser1test': 1, 'uuser2': 1, 'uuser1': 1, 'amazoncom': 1, 'wikipediaorg': 1, 'httpexampleorg': 1, 'wayne': 1, 'linkhttpsexamplecom': 1, 'check': 1, 'nine': 1, 'eight': 1, 'seven': 1, 'six': 1, 'five': 1, 'four': 1, 'three': 1, 'test': 1, 'uneven': 1, 'terms': 1, 'emphasis': 1, '1n': 1, 'take': 1, 'shots': 1, '100': 1, 'miss': 1, 'another': 1, 'heres': 1, 'newline': 1, 'instead': 1, 'world': 1, 'valuerusing': 1, 'kind': 1, 'different': 1, 'withra': 1, 'new': 1, 'second': 1, 'first': 1, 'secondn3': 1, 'firstn2': 1, '2': 1, 'arguments': 1, '2n': 1, '11342798': 1}\n", + "{'point': 14, 'multiple': 12, 'i': 11, '4': 11, 'super': 11, 'long': 11, 'takes': 11, 'lines': 11, 'quotes': 4, 'said': 4, 'quote': 4, 'line': 3, 'third': 3, 'here': 3, 'parentheses': 3, 'item': 3, 'respond': 2, 'linenthis': 2, 'linehere': 2, 'reply': 2, 'elsenthis': 2, 'quoting': 2, 'return': 2, 'character': 2, '1': 2, 'single': 2, '3': 2, 'many': 2, 'hello': 2, 'use': 2, 'httpswwwexamplenet': 2, 'sure': 2, 'two': 2, 'read': 2, 'httpswwwexamplecom': 2, 'httpswwwexamplecouk': 2, 'httpswwwexampleorg': 2, 'httpswwwexampleca': 2, 'way': 1, 'definitely': 1, 'teacher': 1, 'best': 1, 'english': 1, 'according': 1, 'other': 1, 'inside': 1, 'confidently': 1, 'moments': 1, 'properly': 1, 'closed': 1, 'nest': 1, 'useful': 1, 'sometimes': 1, 'replied': 1, 'people': 1, 'there': 1, 'thiking': 1, 'im': 1, 'text': 1, 'gt': 1, 'quotei': 1, 'making': 1, 'hellogoodbye': 1, 'maybe': 1, 'gts': 1, 'hmwhat': 1, 'only': 1, 'believe': 1, 'put': 1, 'periodsor': 1, 'gtgt': 1, 'periods': 1, 'carat': 1, 'overboard': 1, 'sentence': 1, 'againi': 1, 'some': 1, 'went': 1, 'carriage': 1, 'gretzky': 1, 'googlecom': 1, 'italicized': 1, 'bolded': 1, 'italics': 1, 'bold': 1, 'uuser2test': 1, 'uuser1test': 1, 'uuser2': 1, 'uuser1': 1, 'amazoncom': 1, 'wikipediaorg': 1, 'httpexampleorg': 1, 'wayne': 1, 'linkhttpsexamplecom': 1, 'check': 1, 'nine': 1, 'eight': 1, 'seven': 1, 'six': 1, 'five': 1, 'four': 1, 'three': 1, 'test': 1, 'uneven': 1, 'terms': 1, 'emphasis': 1, '1n': 1, 'take': 1, 'shots': 1, '100': 1, 'miss': 1, 'another': 1, 'heres': 1, 'newline': 1, 'instead': 1, 'world': 1, 'valuerusing': 1, 'kind': 1, 'different': 1, 'withra': 1, 'new': 1, 'second': 1, 'first': 1, 'secondn3': 1, 'firstn2': 1, '2': 1, 'arguments': 1, '2n': 1, '11342798': 1}\n", + "{'point': 14, 'multiple': 12, 'i': 11, '4': 11, 'super': 11, 'long': 11, 'takes': 11, 'lines': 11, 'quotes': 4, 'said': 4, 'quote': 4, 'line': 3, 'third': 3, 'here': 3, 'parentheses': 3, 'item': 3, 'respond': 2, 'linenthis': 2, 'linehere': 2, 'reply': 2, 'elsenthis': 2, 'quoting': 2, 'return': 2, 'character': 2, '1': 2, 'single': 2, '3': 2, 'many': 2, 'hello': 2, 'use': 2, 'httpswwwexamplenet': 2, 'sure': 2, 'two': 2, 'read': 2, 'httpswwwexamplecom': 2, 'httpswwwexamplecouk': 2, 'httpswwwexampleorg': 2, 'httpswwwexampleca': 2, 'way': 1, 'definitely': 1, 'teacher': 1, 'best': 1, 'english': 1, 'according': 1, 'other': 1, 'inside': 1, 'confidently': 1, 'moments': 1, 'properly': 1, 'closed': 1, 'nest': 1, 'useful': 1, 'sometimes': 1, 'replied': 1, 'people': 1, 'there': 1, 'thiking': 1, 'im': 1, 'text': 1, 'gt': 1, 'quotei': 1, 'making': 1, 'hellogoodbye': 1, 'maybe': 1, 'gts': 1, 'hmwhat': 1, 'only': 1, 'believe': 1, 'put': 1, 'periodsor': 1, 'gtgt': 1, 'periods': 1, 'carat': 1, 'overboard': 1, 'sentence': 1, 'againi': 1, 'some': 1, 'went': 1, 'carriage': 1, 'gretzky': 1, 'googlecom': 1, 'italicized': 1, 'bolded': 1, 'italics': 1, 'bold': 1, 'uuser2test': 1, 'uuser1test': 1, 'uuser2': 1, 'uuser1': 1, 'amazoncom': 1, 'wikipediaorg': 1, 'httpexampleorg': 1, 'wayne': 1, 'linkhttpsexamplecom': 1, 'check': 1, 'nine': 1, 'eight': 1, 'seven': 1, 'six': 1, 'five': 1, 'four': 1, 'three': 1, 'test': 1, 'uneven': 1, 'terms': 1, 'emphasis': 1, '1n': 1, 'take': 1, 'shots': 1, '100': 1, 'miss': 1, 'another': 1, 'heres': 1, 'newline': 1, 'instead': 1, 'world': 1, 'valuerusing': 1, 'kind': 1, 'different': 1, 'withra': 1, 'new': 1, 'second': 1, 'first': 1, 'secondn3': 1, 'firstn2': 1, '2': 1, 'arguments': 1, '2n': 1, '11342798': 1}\n", + "{'i': 29, 'think': 15, 'learn': 7, 'how': 5, 'language': 5, 'mother': 5, 'learning': 4, 'understand': 4, 'also': 4, 'english': 4, 'law': 4, 'guy': 4, 'has': 3, 'use': 3, 'resources': 3, 'asshole': 3, 'help': 3, 'languages': 2, 'sure': 2, 'want': 2, 'asking': 2, 'capacity': 2, 'family': 2, 'same': 2, 'feel': 2, 'issue': 2, 'certain': 2, 'makes': 2, 'some': 2, 'tried': 2, 'maybe': 2, 'research': 1, 'people': 1, 'time': 1, 'take': 1, 'easy': 1, 'wired': 1, 'other': 1, 'talk': 1, 'differently': 1, 'easier': 1, 'country': 1, 'foreign': 1, 'gave': 1, 'live': 1, 'go': 1, 'reasonable': 1, 'request': 1, 'culturedcow': 1, 'utilize': 1, 'lives': 1, 'such': 1, 'older': 1, 'wrong': 1, 'loves': 1, 'sound': 1, 'made': 1, 'done': 1, 'america': 1, 'edit': 1, 'try': 1, 'least': 1, 'problem': 1, 'patience': 1, 'brain': 1, 'second': 1, 'easiest': 1, 'does': 1, 'child': 1, 'quickly': 1, 'agree': 1, 'new': 1, 'needs': 1, 'more': 1, 'apps': 1, 'reason': 1, 'wife': 1, 'now': 1, 'according': 1, 'ass': 1, 'thinks': 1, 'thoughts': 1, 'ahole': 1, 'mind': 1, 'changing': 1, 'open': 1, 'guilty': 1, 'believe': 1, 'handle': 1, 'approximately': 1, 'seen': 1, 'ever': 1, 'movie': 1, 'best': 1, 'doubt': 1, 'response': 1, 'fairly': 1, 'correct': 1, 'answer': 1, 'know': 1, 'confused': 1, 'little': 1, 'person': 1, 'polite': 1, 'pick': 1, 'approaching': 1, 'years': 1, '8': 1, 'here': 1, 'mil': 1, 'first': 1, 'approach': 1, 'strategies': 1, 'discussed': 1, 'however': 1, 'frustration': 1, 'conflicted': 1, 'independent': 1, 'doesnt': 1, 'sense': 1, 'feeling': 1, 'yes': 1, 'interpreter': 1, 'work': 1, 'feelings': 1, 'guys': 1, 'disrespected': 1, 'upset': 1, 'see': 1, 'apparently': 1}\n", + "{'i': 29, 'think': 15, 'learn': 7, 'how': 5, 'language': 5, 'mother': 5, 'learning': 4, 'understand': 4, 'also': 4, 'english': 4, 'law': 4, 'guy': 4, 'has': 3, 'use': 3, 'resources': 3, 'asshole': 3, 'help': 3, 'languages': 2, 'sure': 2, 'want': 2, 'asking': 2, 'capacity': 2, 'family': 2, 'same': 2, 'feel': 2, 'issue': 2, 'certain': 2, 'makes': 2, 'some': 2, 'tried': 2, 'maybe': 2, 'research': 1, 'people': 1, 'time': 1, 'take': 1, 'easy': 1, 'wired': 1, 'other': 1, 'talk': 1, 'differently': 1, 'easier': 1, 'country': 1, 'foreign': 1, 'gave': 1, 'live': 1, 'go': 1, 'reasonable': 1, 'request': 1, 'culturedcow': 1, 'utilize': 1, 'lives': 1, 'such': 1, 'older': 1, 'wrong': 1, 'loves': 1, 'sound': 1, 'made': 1, 'done': 1, 'america': 1, 'edit': 1, 'try': 1, 'least': 1, 'problem': 1, 'patience': 1, 'brain': 1, 'second': 1, 'easiest': 1, 'does': 1, 'child': 1, 'quickly': 1, 'agree': 1, 'new': 1, 'needs': 1, 'more': 1, 'apps': 1, 'reason': 1, 'wife': 1, 'now': 1, 'according': 1, 'ass': 1, 'thinks': 1, 'thoughts': 1, 'ahole': 1, 'mind': 1, 'changing': 1, 'open': 1, 'guilty': 1, 'believe': 1, 'handle': 1, 'approximately': 1, 'seen': 1, 'ever': 1, 'movie': 1, 'best': 1, 'doubt': 1, 'response': 1, 'fairly': 1, 'correct': 1, 'answer': 1, 'know': 1, 'confused': 1, 'little': 1, 'person': 1, 'polite': 1, 'pick': 1, 'approaching': 1, 'years': 1, '8': 1, 'here': 1, 'mil': 1, 'first': 1, 'approach': 1, 'strategies': 1, 'discussed': 1, 'however': 1, 'frustration': 1, 'conflicted': 1, 'independent': 1, 'doesnt': 1, 'sense': 1, 'feeling': 1, 'yes': 1, 'interpreter': 1, 'work': 1, 'feelings': 1, 'guys': 1, 'disrespected': 1, 'upset': 1, 'see': 1, 'apparently': 1}\n", + "{'i': 29, 'think': 15, 'learn': 7, 'how': 5, 'language': 5, 'mother': 5, 'learning': 4, 'understand': 4, 'also': 4, 'english': 4, 'law': 4, 'guy': 4, 'has': 3, 'use': 3, 'resources': 3, 'asshole': 3, 'help': 3, 'languages': 2, 'sure': 2, 'want': 2, 'asking': 2, 'capacity': 2, 'family': 2, 'same': 2, 'feel': 2, 'issue': 2, 'certain': 2, 'makes': 2, 'some': 2, 'tried': 2, 'maybe': 2, 'research': 1, 'people': 1, 'time': 1, 'take': 1, 'easy': 1, 'wired': 1, 'other': 1, 'talk': 1, 'differently': 1, 'easier': 1, 'country': 1, 'foreign': 1, 'gave': 1, 'live': 1, 'go': 1, 'reasonable': 1, 'request': 1, 'culturedcow': 1, 'utilize': 1, 'lives': 1, 'such': 1, 'older': 1, 'wrong': 1, 'loves': 1, 'sound': 1, 'made': 1, 'done': 1, 'america': 1, 'edit': 1, 'try': 1, 'least': 1, 'problem': 1, 'patience': 1, 'brain': 1, 'second': 1, 'easiest': 1, 'does': 1, 'child': 1, 'quickly': 1, 'agree': 1, 'new': 1, 'needs': 1, 'more': 1, 'apps': 1, 'reason': 1, 'wife': 1, 'now': 1, 'according': 1, 'ass': 1, 'thinks': 1, 'thoughts': 1, 'ahole': 1, 'mind': 1, 'changing': 1, 'open': 1, 'guilty': 1, 'believe': 1, 'handle': 1, 'approximately': 1, 'seen': 1, 'ever': 1, 'movie': 1, 'best': 1, 'doubt': 1, 'response': 1, 'fairly': 1, 'correct': 1, 'answer': 1, 'know': 1, 'confused': 1, 'little': 1, 'person': 1, 'polite': 1, 'pick': 1, 'approaching': 1, 'years': 1, '8': 1, 'here': 1, 'mil': 1, 'first': 1, 'approach': 1, 'strategies': 1, 'discussed': 1, 'however': 1, 'frustration': 1, 'conflicted': 1, 'independent': 1, 'doesnt': 1, 'sense': 1, 'feeling': 1, 'yes': 1, 'interpreter': 1, 'work': 1, 'feelings': 1, 'guys': 1, 'disrespected': 1, 'upset': 1, 'see': 1, 'apparently': 1}\n", + "{'i': 29, 'think': 15, 'learn': 7, 'how': 5, 'language': 5, 'mother': 5, 'learning': 4, 'understand': 4, 'also': 4, 'english': 4, 'law': 4, 'guy': 4, 'has': 3, 'use': 3, 'resources': 3, 'asshole': 3, 'help': 3, 'languages': 2, 'sure': 2, 'want': 2, 'asking': 2, 'capacity': 2, 'family': 2, 'same': 2, 'feel': 2, 'issue': 2, 'certain': 2, 'makes': 2, 'some': 2, 'tried': 2, 'maybe': 2, 'research': 1, 'people': 1, 'time': 1, 'take': 1, 'easy': 1, 'wired': 1, 'other': 1, 'talk': 1, 'differently': 1, 'easier': 1, 'country': 1, 'foreign': 1, 'gave': 1, 'live': 1, 'go': 1, 'reasonable': 1, 'request': 1, 'culturedcow': 1, 'utilize': 1, 'lives': 1, 'such': 1, 'older': 1, 'wrong': 1, 'loves': 1, 'sound': 1, 'made': 1, 'done': 1, 'america': 1, 'edit': 1, 'try': 1, 'least': 1, 'problem': 1, 'patience': 1, 'brain': 1, 'second': 1, 'easiest': 1, 'does': 1, 'child': 1, 'quickly': 1, 'agree': 1, 'new': 1, 'needs': 1, 'more': 1, 'apps': 1, 'reason': 1, 'wife': 1, 'now': 1, 'according': 1, 'ass': 1, 'thinks': 1, 'thoughts': 1, 'ahole': 1, 'mind': 1, 'changing': 1, 'open': 1, 'guilty': 1, 'believe': 1, 'handle': 1, 'approximately': 1, 'seen': 1, 'ever': 1, 'movie': 1, 'best': 1, 'doubt': 1, 'response': 1, 'fairly': 1, 'correct': 1, 'answer': 1, 'know': 1, 'confused': 1, 'little': 1, 'person': 1, 'polite': 1, 'pick': 1, 'approaching': 1, 'years': 1, '8': 1, 'here': 1, 'mil': 1, 'first': 1, 'approach': 1, 'strategies': 1, 'discussed': 1, 'however': 1, 'frustration': 1, 'conflicted': 1, 'independent': 1, 'doesnt': 1, 'sense': 1, 'feeling': 1, 'yes': 1, 'interpreter': 1, 'work': 1, 'feelings': 1, 'guys': 1, 'disrespected': 1, 'upset': 1, 'see': 1, 'apparently': 1}\n", + "{'i': 29, 'think': 15, 'learn': 7, 'how': 5, 'language': 5, 'mother': 5, 'learning': 4, 'understand': 4, 'also': 4, 'english': 4, 'law': 4, 'guy': 4, 'has': 3, 'use': 3, 'resources': 3, 'asshole': 3, 'help': 3, 'languages': 2, 'sure': 2, 'want': 2, 'asking': 2, 'capacity': 2, 'family': 2, 'same': 2, 'feel': 2, 'issue': 2, 'certain': 2, 'makes': 2, 'some': 2, 'tried': 2, 'maybe': 2, 'research': 1, 'people': 1, 'time': 1, 'take': 1, 'easy': 1, 'wired': 1, 'other': 1, 'talk': 1, 'differently': 1, 'easier': 1, 'country': 1, 'foreign': 1, 'gave': 1, 'live': 1, 'go': 1, 'reasonable': 1, 'request': 1, 'culturedcow': 1, 'utilize': 1, 'lives': 1, 'such': 1, 'older': 1, 'wrong': 1, 'loves': 1, 'sound': 1, 'made': 1, 'done': 1, 'america': 1, 'edit': 1, 'try': 1, 'least': 1, 'problem': 1, 'patience': 1, 'brain': 1, 'second': 1, 'easiest': 1, 'does': 1, 'child': 1, 'quickly': 1, 'agree': 1, 'new': 1, 'needs': 1, 'more': 1, 'apps': 1, 'reason': 1, 'wife': 1, 'now': 1, 'according': 1, 'ass': 1, 'thinks': 1, 'thoughts': 1, 'ahole': 1, 'mind': 1, 'changing': 1, 'open': 1, 'guilty': 1, 'believe': 1, 'handle': 1, 'approximately': 1, 'seen': 1, 'ever': 1, 'movie': 1, 'best': 1, 'doubt': 1, 'response': 1, 'fairly': 1, 'correct': 1, 'answer': 1, 'know': 1, 'confused': 1, 'little': 1, 'person': 1, 'polite': 1, 'pick': 1, 'approaching': 1, 'years': 1, '8': 1, 'here': 1, 'mil': 1, 'first': 1, 'approach': 1, 'strategies': 1, 'discussed': 1, 'however': 1, 'frustration': 1, 'conflicted': 1, 'independent': 1, 'doesnt': 1, 'sense': 1, 'feeling': 1, 'yes': 1, 'interpreter': 1, 'work': 1, 'feelings': 1, 'guys': 1, 'disrespected': 1, 'upset': 1, 'see': 1, 'apparently': 1}\n", + "{'i': 29, 'think': 15, 'learn': 7, 'how': 5, 'language': 5, 'mother': 5, 'learning': 4, 'understand': 4, 'also': 4, 'english': 4, 'law': 4, 'guy': 4, 'has': 3, 'use': 3, 'resources': 3, 'asshole': 3, 'help': 3, 'languages': 2, 'sure': 2, 'want': 2, 'asking': 2, 'capacity': 2, 'family': 2, 'same': 2, 'feel': 2, 'issue': 2, 'certain': 2, 'makes': 2, 'some': 2, 'tried': 2, 'maybe': 2, 'research': 1, 'people': 1, 'time': 1, 'take': 1, 'easy': 1, 'wired': 1, 'other': 1, 'talk': 1, 'differently': 1, 'easier': 1, 'country': 1, 'foreign': 1, 'gave': 1, 'live': 1, 'go': 1, 'reasonable': 1, 'request': 1, 'culturedcow': 1, 'utilize': 1, 'lives': 1, 'such': 1, 'older': 1, 'wrong': 1, 'loves': 1, 'sound': 1, 'made': 1, 'done': 1, 'america': 1, 'edit': 1, 'try': 1, 'least': 1, 'problem': 1, 'patience': 1, 'brain': 1, 'second': 1, 'easiest': 1, 'does': 1, 'child': 1, 'quickly': 1, 'agree': 1, 'new': 1, 'needs': 1, 'more': 1, 'apps': 1, 'reason': 1, 'wife': 1, 'now': 1, 'according': 1, 'ass': 1, 'thinks': 1, 'thoughts': 1, 'ahole': 1, 'mind': 1, 'changing': 1, 'open': 1, 'guilty': 1, 'believe': 1, 'handle': 1, 'approximately': 1, 'seen': 1, 'ever': 1, 'movie': 1, 'best': 1, 'doubt': 1, 'response': 1, 'fairly': 1, 'correct': 1, 'answer': 1, 'know': 1, 'confused': 1, 'little': 1, 'person': 1, 'polite': 1, 'pick': 1, 'approaching': 1, 'years': 1, '8': 1, 'here': 1, 'mil': 1, 'first': 1, 'approach': 1, 'strategies': 1, 'discussed': 1, 'however': 1, 'frustration': 1, 'conflicted': 1, 'independent': 1, 'doesnt': 1, 'sense': 1, 'feeling': 1, 'yes': 1, 'interpreter': 1, 'work': 1, 'feelings': 1, 'guys': 1, 'disrespected': 1, 'upset': 1, 'see': 1, 'apparently': 1}\n", + "{'i': 29, 'think': 15, 'learn': 7, 'how': 5, 'language': 5, 'mother': 5, 'learning': 4, 'understand': 4, 'also': 4, 'english': 4, 'law': 4, 'guy': 4, 'has': 3, 'use': 3, 'resources': 3, 'asshole': 3, 'help': 3, 'languages': 2, 'sure': 2, 'want': 2, 'asking': 2, 'capacity': 2, 'family': 2, 'same': 2, 'feel': 2, 'issue': 2, 'certain': 2, 'makes': 2, 'some': 2, 'tried': 2, 'maybe': 2, 'research': 1, 'people': 1, 'time': 1, 'take': 1, 'easy': 1, 'wired': 1, 'other': 1, 'talk': 1, 'differently': 1, 'easier': 1, 'country': 1, 'foreign': 1, 'gave': 1, 'live': 1, 'go': 1, 'reasonable': 1, 'request': 1, 'culturedcow': 1, 'utilize': 1, 'lives': 1, 'such': 1, 'older': 1, 'wrong': 1, 'loves': 1, 'sound': 1, 'made': 1, 'done': 1, 'america': 1, 'edit': 1, 'try': 1, 'least': 1, 'problem': 1, 'patience': 1, 'brain': 1, 'second': 1, 'easiest': 1, 'does': 1, 'child': 1, 'quickly': 1, 'agree': 1, 'new': 1, 'needs': 1, 'more': 1, 'apps': 1, 'reason': 1, 'wife': 1, 'now': 1, 'according': 1, 'ass': 1, 'thinks': 1, 'thoughts': 1, 'ahole': 1, 'mind': 1, 'changing': 1, 'open': 1, 'guilty': 1, 'believe': 1, 'handle': 1, 'approximately': 1, 'seen': 1, 'ever': 1, 'movie': 1, 'best': 1, 'doubt': 1, 'response': 1, 'fairly': 1, 'correct': 1, 'answer': 1, 'know': 1, 'confused': 1, 'little': 1, 'person': 1, 'polite': 1, 'pick': 1, 'approaching': 1, 'years': 1, '8': 1, 'here': 1, 'mil': 1, 'first': 1, 'approach': 1, 'strategies': 1, 'discussed': 1, 'however': 1, 'frustration': 1, 'conflicted': 1, 'independent': 1, 'doesnt': 1, 'sense': 1, 'feeling': 1, 'yes': 1, 'interpreter': 1, 'work': 1, 'feelings': 1, 'guys': 1, 'disrespected': 1, 'upset': 1, 'see': 1, 'apparently': 1}\n", + "{'i': 29, 'think': 15, 'learn': 7, 'how': 5, 'language': 5, 'mother': 5, 'learning': 4, 'understand': 4, 'also': 4, 'english': 4, 'law': 4, 'guy': 4, 'has': 3, 'use': 3, 'resources': 3, 'asshole': 3, 'help': 3, 'languages': 2, 'sure': 2, 'want': 2, 'asking': 2, 'capacity': 2, 'family': 2, 'same': 2, 'feel': 2, 'issue': 2, 'certain': 2, 'makes': 2, 'some': 2, 'tried': 2, 'maybe': 2, 'research': 1, 'people': 1, 'time': 1, 'take': 1, 'easy': 1, 'wired': 1, 'other': 1, 'talk': 1, 'differently': 1, 'easier': 1, 'country': 1, 'foreign': 1, 'gave': 1, 'live': 1, 'go': 1, 'reasonable': 1, 'request': 1, 'culturedcow': 1, 'utilize': 1, 'lives': 1, 'such': 1, 'older': 1, 'wrong': 1, 'loves': 1, 'sound': 1, 'made': 1, 'done': 1, 'america': 1, 'edit': 1, 'try': 1, 'least': 1, 'problem': 1, 'patience': 1, 'brain': 1, 'second': 1, 'easiest': 1, 'does': 1, 'child': 1, 'quickly': 1, 'agree': 1, 'new': 1, 'needs': 1, 'more': 1, 'apps': 1, 'reason': 1, 'wife': 1, 'now': 1, 'according': 1, 'ass': 1, 'thinks': 1, 'thoughts': 1, 'ahole': 1, 'mind': 1, 'changing': 1, 'open': 1, 'guilty': 1, 'believe': 1, 'handle': 1, 'approximately': 1, 'seen': 1, 'ever': 1, 'movie': 1, 'best': 1, 'doubt': 1, 'response': 1, 'fairly': 1, 'correct': 1, 'answer': 1, 'know': 1, 'confused': 1, 'little': 1, 'person': 1, 'polite': 1, 'pick': 1, 'approaching': 1, 'years': 1, '8': 1, 'here': 1, 'mil': 1, 'first': 1, 'approach': 1, 'strategies': 1, 'discussed': 1, 'however': 1, 'frustration': 1, 'conflicted': 1, 'independent': 1, 'doesnt': 1, 'sense': 1, 'feeling': 1, 'yes': 1, 'interpreter': 1, 'work': 1, 'feelings': 1, 'guys': 1, 'disrespected': 1, 'upset': 1, 'see': 1, 'apparently': 1}\n", + "{'i': 29, 'think': 15, 'learn': 7, 'how': 5, 'language': 5, 'mother': 5, 'learning': 4, 'understand': 4, 'also': 4, 'english': 4, 'law': 4, 'guy': 4, 'has': 3, 'use': 3, 'resources': 3, 'asshole': 3, 'help': 3, 'languages': 2, 'sure': 2, 'want': 2, 'asking': 2, 'capacity': 2, 'family': 2, 'same': 2, 'feel': 2, 'issue': 2, 'certain': 2, 'makes': 2, 'some': 2, 'tried': 2, 'maybe': 2, 'research': 1, 'people': 1, 'time': 1, 'take': 1, 'easy': 1, 'wired': 1, 'other': 1, 'talk': 1, 'differently': 1, 'easier': 1, 'country': 1, 'foreign': 1, 'gave': 1, 'live': 1, 'go': 1, 'reasonable': 1, 'request': 1, 'culturedcow': 1, 'utilize': 1, 'lives': 1, 'such': 1, 'older': 1, 'wrong': 1, 'loves': 1, 'sound': 1, 'made': 1, 'done': 1, 'america': 1, 'edit': 1, 'try': 1, 'least': 1, 'problem': 1, 'patience': 1, 'brain': 1, 'second': 1, 'easiest': 1, 'does': 1, 'child': 1, 'quickly': 1, 'agree': 1, 'new': 1, 'needs': 1, 'more': 1, 'apps': 1, 'reason': 1, 'wife': 1, 'now': 1, 'according': 1, 'ass': 1, 'thinks': 1, 'thoughts': 1, 'ahole': 1, 'mind': 1, 'changing': 1, 'open': 1, 'guilty': 1, 'believe': 1, 'handle': 1, 'approximately': 1, 'seen': 1, 'ever': 1, 'movie': 1, 'best': 1, 'doubt': 1, 'response': 1, 'fairly': 1, 'correct': 1, 'answer': 1, 'know': 1, 'confused': 1, 'little': 1, 'person': 1, 'polite': 1, 'pick': 1, 'approaching': 1, 'years': 1, '8': 1, 'here': 1, 'mil': 1, 'first': 1, 'approach': 1, 'strategies': 1, 'discussed': 1, 'however': 1, 'frustration': 1, 'conflicted': 1, 'independent': 1, 'doesnt': 1, 'sense': 1, 'feeling': 1, 'yes': 1, 'interpreter': 1, 'work': 1, 'feelings': 1, 'guys': 1, 'disrespected': 1, 'upset': 1, 'see': 1, 'apparently': 1}\n", + "{'i': 29, 'think': 15, 'learn': 7, 'how': 5, 'language': 5, 'mother': 5, 'learning': 4, 'understand': 4, 'also': 4, 'english': 4, 'law': 4, 'guy': 4, 'has': 3, 'use': 3, 'resources': 3, 'asshole': 3, 'help': 3, 'languages': 2, 'sure': 2, 'want': 2, 'asking': 2, 'capacity': 2, 'family': 2, 'same': 2, 'feel': 2, 'issue': 2, 'certain': 2, 'makes': 2, 'some': 2, 'tried': 2, 'maybe': 2, 'research': 1, 'people': 1, 'time': 1, 'take': 1, 'easy': 1, 'wired': 1, 'other': 1, 'talk': 1, 'differently': 1, 'easier': 1, 'country': 1, 'foreign': 1, 'gave': 1, 'live': 1, 'go': 1, 'reasonable': 1, 'request': 1, 'culturedcow': 1, 'utilize': 1, 'lives': 1, 'such': 1, 'older': 1, 'wrong': 1, 'loves': 1, 'sound': 1, 'made': 1, 'done': 1, 'america': 1, 'edit': 1, 'try': 1, 'least': 1, 'problem': 1, 'patience': 1, 'brain': 1, 'second': 1, 'easiest': 1, 'does': 1, 'child': 1, 'quickly': 1, 'agree': 1, 'new': 1, 'needs': 1, 'more': 1, 'apps': 1, 'reason': 1, 'wife': 1, 'now': 1, 'according': 1, 'ass': 1, 'thinks': 1, 'thoughts': 1, 'ahole': 1, 'mind': 1, 'changing': 1, 'open': 1, 'guilty': 1, 'believe': 1, 'handle': 1, 'approximately': 1, 'seen': 1, 'ever': 1, 'movie': 1, 'best': 1, 'doubt': 1, 'response': 1, 'fairly': 1, 'correct': 1, 'answer': 1, 'know': 1, 'confused': 1, 'little': 1, 'person': 1, 'polite': 1, 'pick': 1, 'approaching': 1, 'years': 1, '8': 1, 'here': 1, 'mil': 1, 'first': 1, 'approach': 1, 'strategies': 1, 'discussed': 1, 'however': 1, 'frustration': 1, 'conflicted': 1, 'independent': 1, 'doesnt': 1, 'sense': 1, 'feeling': 1, 'yes': 1, 'interpreter': 1, 'work': 1, 'feelings': 1, 'guys': 1, 'disrespected': 1, 'upset': 1, 'see': 1, 'apparently': 1}\n", + "{'i': 29, 'think': 15, 'learn': 7, 'how': 5, 'language': 5, 'mother': 5, 'learning': 4, 'understand': 4, 'also': 4, 'english': 4, 'law': 4, 'guy': 4, 'has': 3, 'use': 3, 'resources': 3, 'asshole': 3, 'help': 3, 'languages': 2, 'sure': 2, 'want': 2, 'asking': 2, 'capacity': 2, 'family': 2, 'same': 2, 'feel': 2, 'issue': 2, 'certain': 2, 'makes': 2, 'some': 2, 'tried': 2, 'maybe': 2, 'research': 1, 'people': 1, 'time': 1, 'take': 1, 'easy': 1, 'wired': 1, 'other': 1, 'talk': 1, 'differently': 1, 'easier': 1, 'country': 1, 'foreign': 1, 'gave': 1, 'live': 1, 'go': 1, 'reasonable': 1, 'request': 1, 'culturedcow': 1, 'utilize': 1, 'lives': 1, 'such': 1, 'older': 1, 'wrong': 1, 'loves': 1, 'sound': 1, 'made': 1, 'done': 1, 'america': 1, 'edit': 1, 'try': 1, 'least': 1, 'problem': 1, 'patience': 1, 'brain': 1, 'second': 1, 'easiest': 1, 'does': 1, 'child': 1, 'quickly': 1, 'agree': 1, 'new': 1, 'needs': 1, 'more': 1, 'apps': 1, 'reason': 1, 'wife': 1, 'now': 1, 'according': 1, 'ass': 1, 'thinks': 1, 'thoughts': 1, 'ahole': 1, 'mind': 1, 'changing': 1, 'open': 1, 'guilty': 1, 'believe': 1, 'handle': 1, 'approximately': 1, 'seen': 1, 'ever': 1, 'movie': 1, 'best': 1, 'doubt': 1, 'response': 1, 'fairly': 1, 'correct': 1, 'answer': 1, 'know': 1, 'confused': 1, 'little': 1, 'person': 1, 'polite': 1, 'pick': 1, 'approaching': 1, 'years': 1, '8': 1, 'here': 1, 'mil': 1, 'first': 1, 'approach': 1, 'strategies': 1, 'discussed': 1, 'however': 1, 'frustration': 1, 'conflicted': 1, 'independent': 1, 'doesnt': 1, 'sense': 1, 'feeling': 1, 'yes': 1, 'interpreter': 1, 'work': 1, 'feelings': 1, 'guys': 1, 'disrespected': 1, 'upset': 1, 'see': 1, 'apparently': 1}\n", + "{'i': 29, 'think': 15, 'learn': 7, 'how': 5, 'language': 5, 'mother': 5, 'learning': 4, 'understand': 4, 'also': 4, 'english': 4, 'law': 4, 'guy': 4, 'has': 3, 'use': 3, 'resources': 3, 'asshole': 3, 'help': 3, 'languages': 2, 'sure': 2, 'want': 2, 'asking': 2, 'capacity': 2, 'family': 2, 'same': 2, 'feel': 2, 'issue': 2, 'certain': 2, 'makes': 2, 'some': 2, 'tried': 2, 'maybe': 2, 'research': 1, 'people': 1, 'time': 1, 'take': 1, 'easy': 1, 'wired': 1, 'other': 1, 'talk': 1, 'differently': 1, 'easier': 1, 'country': 1, 'foreign': 1, 'gave': 1, 'live': 1, 'go': 1, 'reasonable': 1, 'request': 1, 'culturedcow': 1, 'utilize': 1, 'lives': 1, 'such': 1, 'older': 1, 'wrong': 1, 'loves': 1, 'sound': 1, 'made': 1, 'done': 1, 'america': 1, 'edit': 1, 'try': 1, 'least': 1, 'problem': 1, 'patience': 1, 'brain': 1, 'second': 1, 'easiest': 1, 'does': 1, 'child': 1, 'quickly': 1, 'agree': 1, 'new': 1, 'needs': 1, 'more': 1, 'apps': 1, 'reason': 1, 'wife': 1, 'now': 1, 'according': 1, 'ass': 1, 'thinks': 1, 'thoughts': 1, 'ahole': 1, 'mind': 1, 'changing': 1, 'open': 1, 'guilty': 1, 'believe': 1, 'handle': 1, 'approximately': 1, 'seen': 1, 'ever': 1, 'movie': 1, 'best': 1, 'doubt': 1, 'response': 1, 'fairly': 1, 'correct': 1, 'answer': 1, 'know': 1, 'confused': 1, 'little': 1, 'person': 1, 'polite': 1, 'pick': 1, 'approaching': 1, 'years': 1, '8': 1, 'here': 1, 'mil': 1, 'first': 1, 'approach': 1, 'strategies': 1, 'discussed': 1, 'however': 1, 'frustration': 1, 'conflicted': 1, 'independent': 1, 'doesnt': 1, 'sense': 1, 'feeling': 1, 'yes': 1, 'interpreter': 1, 'work': 1, 'feelings': 1, 'guys': 1, 'disrespected': 1, 'upset': 1, 'see': 1, 'apparently': 1}\n", + "{'i': 29, 'think': 15, 'learn': 7, 'how': 5, 'language': 5, 'mother': 5, 'learning': 4, 'understand': 4, 'also': 4, 'english': 4, 'law': 4, 'guy': 4, 'has': 3, 'use': 3, 'resources': 3, 'asshole': 3, 'help': 3, 'languages': 2, 'sure': 2, 'want': 2, 'asking': 2, 'capacity': 2, 'family': 2, 'same': 2, 'feel': 2, 'issue': 2, 'certain': 2, 'makes': 2, 'some': 2, 'tried': 2, 'maybe': 2, 'research': 1, 'people': 1, 'time': 1, 'take': 1, 'easy': 1, 'wired': 1, 'other': 1, 'talk': 1, 'differently': 1, 'easier': 1, 'country': 1, 'foreign': 1, 'gave': 1, 'live': 1, 'go': 1, 'reasonable': 1, 'request': 1, 'culturedcow': 1, 'utilize': 1, 'lives': 1, 'such': 1, 'older': 1, 'wrong': 1, 'loves': 1, 'sound': 1, 'made': 1, 'done': 1, 'america': 1, 'edit': 1, 'try': 1, 'least': 1, 'problem': 1, 'patience': 1, 'brain': 1, 'second': 1, 'easiest': 1, 'does': 1, 'child': 1, 'quickly': 1, 'agree': 1, 'new': 1, 'needs': 1, 'more': 1, 'apps': 1, 'reason': 1, 'wife': 1, 'now': 1, 'according': 1, 'ass': 1, 'thinks': 1, 'thoughts': 1, 'ahole': 1, 'mind': 1, 'changing': 1, 'open': 1, 'guilty': 1, 'believe': 1, 'handle': 1, 'approximately': 1, 'seen': 1, 'ever': 1, 'movie': 1, 'best': 1, 'doubt': 1, 'response': 1, 'fairly': 1, 'correct': 1, 'answer': 1, 'know': 1, 'confused': 1, 'little': 1, 'person': 1, 'polite': 1, 'pick': 1, 'approaching': 1, 'years': 1, '8': 1, 'here': 1, 'mil': 1, 'first': 1, 'approach': 1, 'strategies': 1, 'discussed': 1, 'however': 1, 'frustration': 1, 'conflicted': 1, 'independent': 1, 'doesnt': 1, 'sense': 1, 'feeling': 1, 'yes': 1, 'interpreter': 1, 'work': 1, 'feelings': 1, 'guys': 1, 'disrespected': 1, 'upset': 1, 'see': 1, 'apparently': 1}\n", + "{'i': 29, 'think': 15, 'learn': 7, 'how': 5, 'language': 5, 'mother': 5, 'learning': 4, 'understand': 4, 'also': 4, 'english': 4, 'law': 4, 'guy': 4, 'has': 3, 'use': 3, 'resources': 3, 'asshole': 3, 'help': 3, 'languages': 2, 'sure': 2, 'want': 2, 'asking': 2, 'capacity': 2, 'family': 2, 'same': 2, 'feel': 2, 'issue': 2, 'certain': 2, 'makes': 2, 'some': 2, 'tried': 2, 'maybe': 2, 'research': 1, 'people': 1, 'time': 1, 'take': 1, 'easy': 1, 'wired': 1, 'other': 1, 'talk': 1, 'differently': 1, 'easier': 1, 'country': 1, 'foreign': 1, 'gave': 1, 'live': 1, 'go': 1, 'reasonable': 1, 'request': 1, 'culturedcow': 1, 'utilize': 1, 'lives': 1, 'such': 1, 'older': 1, 'wrong': 1, 'loves': 1, 'sound': 1, 'made': 1, 'done': 1, 'america': 1, 'edit': 1, 'try': 1, 'least': 1, 'problem': 1, 'patience': 1, 'brain': 1, 'second': 1, 'easiest': 1, 'does': 1, 'child': 1, 'quickly': 1, 'agree': 1, 'new': 1, 'needs': 1, 'more': 1, 'apps': 1, 'reason': 1, 'wife': 1, 'now': 1, 'according': 1, 'ass': 1, 'thinks': 1, 'thoughts': 1, 'ahole': 1, 'mind': 1, 'changing': 1, 'open': 1, 'guilty': 1, 'believe': 1, 'handle': 1, 'approximately': 1, 'seen': 1, 'ever': 1, 'movie': 1, 'best': 1, 'doubt': 1, 'response': 1, 'fairly': 1, 'correct': 1, 'answer': 1, 'know': 1, 'confused': 1, 'little': 1, 'person': 1, 'polite': 1, 'pick': 1, 'approaching': 1, 'years': 1, '8': 1, 'here': 1, 'mil': 1, 'first': 1, 'approach': 1, 'strategies': 1, 'discussed': 1, 'however': 1, 'frustration': 1, 'conflicted': 1, 'independent': 1, 'doesnt': 1, 'sense': 1, 'feeling': 1, 'yes': 1, 'interpreter': 1, 'work': 1, 'feelings': 1, 'guys': 1, 'disrespected': 1, 'upset': 1, 'see': 1, 'apparently': 1}\n", + "{'i': 29, 'think': 15, 'learn': 7, 'how': 5, 'language': 5, 'mother': 5, 'learning': 4, 'understand': 4, 'also': 4, 'english': 4, 'law': 4, 'guy': 4, 'has': 3, 'use': 3, 'resources': 3, 'asshole': 3, 'help': 3, 'languages': 2, 'sure': 2, 'want': 2, 'asking': 2, 'capacity': 2, 'family': 2, 'same': 2, 'feel': 2, 'issue': 2, 'certain': 2, 'makes': 2, 'some': 2, 'tried': 2, 'maybe': 2, 'research': 1, 'people': 1, 'time': 1, 'take': 1, 'easy': 1, 'wired': 1, 'other': 1, 'talk': 1, 'differently': 1, 'easier': 1, 'country': 1, 'foreign': 1, 'gave': 1, 'live': 1, 'go': 1, 'reasonable': 1, 'request': 1, 'culturedcow': 1, 'utilize': 1, 'lives': 1, 'such': 1, 'older': 1, 'wrong': 1, 'loves': 1, 'sound': 1, 'made': 1, 'done': 1, 'america': 1, 'edit': 1, 'try': 1, 'least': 1, 'problem': 1, 'patience': 1, 'brain': 1, 'second': 1, 'easiest': 1, 'does': 1, 'child': 1, 'quickly': 1, 'agree': 1, 'new': 1, 'needs': 1, 'more': 1, 'apps': 1, 'reason': 1, 'wife': 1, 'now': 1, 'according': 1, 'ass': 1, 'thinks': 1, 'thoughts': 1, 'ahole': 1, 'mind': 1, 'changing': 1, 'open': 1, 'guilty': 1, 'believe': 1, 'handle': 1, 'approximately': 1, 'seen': 1, 'ever': 1, 'movie': 1, 'best': 1, 'doubt': 1, 'response': 1, 'fairly': 1, 'correct': 1, 'answer': 1, 'know': 1, 'confused': 1, 'little': 1, 'person': 1, 'polite': 1, 'pick': 1, 'approaching': 1, 'years': 1, '8': 1, 'here': 1, 'mil': 1, 'first': 1, 'approach': 1, 'strategies': 1, 'discussed': 1, 'however': 1, 'frustration': 1, 'conflicted': 1, 'independent': 1, 'doesnt': 1, 'sense': 1, 'feeling': 1, 'yes': 1, 'interpreter': 1, 'work': 1, 'feelings': 1, 'guys': 1, 'disrespected': 1, 'upset': 1, 'see': 1, 'apparently': 1}\n", + "{'i': 29, 'think': 15, 'learn': 7, 'how': 5, 'language': 5, 'mother': 5, 'learning': 4, 'understand': 4, 'also': 4, 'english': 4, 'law': 4, 'guy': 4, 'has': 3, 'use': 3, 'resources': 3, 'asshole': 3, 'help': 3, 'languages': 2, 'sure': 2, 'want': 2, 'asking': 2, 'capacity': 2, 'family': 2, 'same': 2, 'feel': 2, 'issue': 2, 'certain': 2, 'makes': 2, 'some': 2, 'tried': 2, 'maybe': 2, 'research': 1, 'people': 1, 'time': 1, 'take': 1, 'easy': 1, 'wired': 1, 'other': 1, 'talk': 1, 'differently': 1, 'easier': 1, 'country': 1, 'foreign': 1, 'gave': 1, 'live': 1, 'go': 1, 'reasonable': 1, 'request': 1, 'culturedcow': 1, 'utilize': 1, 'lives': 1, 'such': 1, 'older': 1, 'wrong': 1, 'loves': 1, 'sound': 1, 'made': 1, 'done': 1, 'america': 1, 'edit': 1, 'try': 1, 'least': 1, 'problem': 1, 'patience': 1, 'brain': 1, 'second': 1, 'easiest': 1, 'does': 1, 'child': 1, 'quickly': 1, 'agree': 1, 'new': 1, 'needs': 1, 'more': 1, 'apps': 1, 'reason': 1, 'wife': 1, 'now': 1, 'according': 1, 'ass': 1, 'thinks': 1, 'thoughts': 1, 'ahole': 1, 'mind': 1, 'changing': 1, 'open': 1, 'guilty': 1, 'believe': 1, 'handle': 1, 'approximately': 1, 'seen': 1, 'ever': 1, 'movie': 1, 'best': 1, 'doubt': 1, 'response': 1, 'fairly': 1, 'correct': 1, 'answer': 1, 'know': 1, 'confused': 1, 'little': 1, 'person': 1, 'polite': 1, 'pick': 1, 'approaching': 1, 'years': 1, '8': 1, 'here': 1, 'mil': 1, 'first': 1, 'approach': 1, 'strategies': 1, 'discussed': 1, 'however': 1, 'frustration': 1, 'conflicted': 1, 'independent': 1, 'doesnt': 1, 'sense': 1, 'feeling': 1, 'yes': 1, 'interpreter': 1, 'work': 1, 'feelings': 1, 'guys': 1, 'disrespected': 1, 'upset': 1, 'see': 1, 'apparently': 1}\n", + "{'i': 29, 'think': 15, 'learn': 7, 'how': 5, 'language': 5, 'mother': 5, 'learning': 4, 'understand': 4, 'also': 4, 'english': 4, 'law': 4, 'guy': 4, 'has': 3, 'use': 3, 'resources': 3, 'asshole': 3, 'help': 3, 'languages': 2, 'sure': 2, 'want': 2, 'asking': 2, 'capacity': 2, 'family': 2, 'same': 2, 'feel': 2, 'issue': 2, 'certain': 2, 'makes': 2, 'some': 2, 'tried': 2, 'maybe': 2, 'research': 1, 'people': 1, 'time': 1, 'take': 1, 'easy': 1, 'wired': 1, 'other': 1, 'talk': 1, 'differently': 1, 'easier': 1, 'country': 1, 'foreign': 1, 'gave': 1, 'live': 1, 'go': 1, 'reasonable': 1, 'request': 1, 'culturedcow': 1, 'utilize': 1, 'lives': 1, 'such': 1, 'older': 1, 'wrong': 1, 'loves': 1, 'sound': 1, 'made': 1, 'done': 1, 'america': 1, 'edit': 1, 'try': 1, 'least': 1, 'problem': 1, 'patience': 1, 'brain': 1, 'second': 1, 'easiest': 1, 'does': 1, 'child': 1, 'quickly': 1, 'agree': 1, 'new': 1, 'needs': 1, 'more': 1, 'apps': 1, 'reason': 1, 'wife': 1, 'now': 1, 'according': 1, 'ass': 1, 'thinks': 1, 'thoughts': 1, 'ahole': 1, 'mind': 1, 'changing': 1, 'open': 1, 'guilty': 1, 'believe': 1, 'handle': 1, 'approximately': 1, 'seen': 1, 'ever': 1, 'movie': 1, 'best': 1, 'doubt': 1, 'response': 1, 'fairly': 1, 'correct': 1, 'answer': 1, 'know': 1, 'confused': 1, 'little': 1, 'person': 1, 'polite': 1, 'pick': 1, 'approaching': 1, 'years': 1, '8': 1, 'here': 1, 'mil': 1, 'first': 1, 'approach': 1, 'strategies': 1, 'discussed': 1, 'however': 1, 'frustration': 1, 'conflicted': 1, 'independent': 1, 'doesnt': 1, 'sense': 1, 'feeling': 1, 'yes': 1, 'interpreter': 1, 'work': 1, 'feelings': 1, 'guys': 1, 'disrespected': 1, 'upset': 1, 'see': 1, 'apparently': 1}\n", + "{'i': 29, 'think': 15, 'learn': 7, 'how': 5, 'language': 5, 'mother': 5, 'learning': 4, 'understand': 4, 'also': 4, 'english': 4, 'law': 4, 'guy': 4, 'has': 3, 'use': 3, 'resources': 3, 'asshole': 3, 'help': 3, 'languages': 2, 'sure': 2, 'want': 2, 'asking': 2, 'capacity': 2, 'family': 2, 'same': 2, 'feel': 2, 'issue': 2, 'certain': 2, 'makes': 2, 'some': 2, 'tried': 2, 'maybe': 2, 'research': 1, 'people': 1, 'time': 1, 'take': 1, 'easy': 1, 'wired': 1, 'other': 1, 'talk': 1, 'differently': 1, 'easier': 1, 'country': 1, 'foreign': 1, 'gave': 1, 'live': 1, 'go': 1, 'reasonable': 1, 'request': 1, 'culturedcow': 1, 'utilize': 1, 'lives': 1, 'such': 1, 'older': 1, 'wrong': 1, 'loves': 1, 'sound': 1, 'made': 1, 'done': 1, 'america': 1, 'edit': 1, 'try': 1, 'least': 1, 'problem': 1, 'patience': 1, 'brain': 1, 'second': 1, 'easiest': 1, 'does': 1, 'child': 1, 'quickly': 1, 'agree': 1, 'new': 1, 'needs': 1, 'more': 1, 'apps': 1, 'reason': 1, 'wife': 1, 'now': 1, 'according': 1, 'ass': 1, 'thinks': 1, 'thoughts': 1, 'ahole': 1, 'mind': 1, 'changing': 1, 'open': 1, 'guilty': 1, 'believe': 1, 'handle': 1, 'approximately': 1, 'seen': 1, 'ever': 1, 'movie': 1, 'best': 1, 'doubt': 1, 'response': 1, 'fairly': 1, 'correct': 1, 'answer': 1, 'know': 1, 'confused': 1, 'little': 1, 'person': 1, 'polite': 1, 'pick': 1, 'approaching': 1, 'years': 1, '8': 1, 'here': 1, 'mil': 1, 'first': 1, 'approach': 1, 'strategies': 1, 'discussed': 1, 'however': 1, 'frustration': 1, 'conflicted': 1, 'independent': 1, 'doesnt': 1, 'sense': 1, 'feeling': 1, 'yes': 1, 'interpreter': 1, 'work': 1, 'feelings': 1, 'guys': 1, 'disrespected': 1, 'upset': 1, 'see': 1, 'apparently': 1}\n", + "{'i': 29, 'think': 15, 'learn': 7, 'how': 5, 'language': 5, 'mother': 5, 'learning': 4, 'understand': 4, 'also': 4, 'english': 4, 'law': 4, 'guy': 4, 'has': 3, 'use': 3, 'resources': 3, 'asshole': 3, 'help': 3, 'languages': 2, 'sure': 2, 'want': 2, 'asking': 2, 'capacity': 2, 'family': 2, 'same': 2, 'feel': 2, 'issue': 2, 'certain': 2, 'makes': 2, 'some': 2, 'tried': 2, 'maybe': 2, 'research': 1, 'people': 1, 'time': 1, 'take': 1, 'easy': 1, 'wired': 1, 'other': 1, 'talk': 1, 'differently': 1, 'easier': 1, 'country': 1, 'foreign': 1, 'gave': 1, 'live': 1, 'go': 1, 'reasonable': 1, 'request': 1, 'culturedcow': 1, 'utilize': 1, 'lives': 1, 'such': 1, 'older': 1, 'wrong': 1, 'loves': 1, 'sound': 1, 'made': 1, 'done': 1, 'america': 1, 'edit': 1, 'try': 1, 'least': 1, 'problem': 1, 'patience': 1, 'brain': 1, 'second': 1, 'easiest': 1, 'does': 1, 'child': 1, 'quickly': 1, 'agree': 1, 'new': 1, 'needs': 1, 'more': 1, 'apps': 1, 'reason': 1, 'wife': 1, 'now': 1, 'according': 1, 'ass': 1, 'thinks': 1, 'thoughts': 1, 'ahole': 1, 'mind': 1, 'changing': 1, 'open': 1, 'guilty': 1, 'believe': 1, 'handle': 1, 'approximately': 1, 'seen': 1, 'ever': 1, 'movie': 1, 'best': 1, 'doubt': 1, 'response': 1, 'fairly': 1, 'correct': 1, 'answer': 1, 'know': 1, 'confused': 1, 'little': 1, 'person': 1, 'polite': 1, 'pick': 1, 'approaching': 1, 'years': 1, '8': 1, 'here': 1, 'mil': 1, 'first': 1, 'approach': 1, 'strategies': 1, 'discussed': 1, 'however': 1, 'frustration': 1, 'conflicted': 1, 'independent': 1, 'doesnt': 1, 'sense': 1, 'feeling': 1, 'yes': 1, 'interpreter': 1, 'work': 1, 'feelings': 1, 'guys': 1, 'disrespected': 1, 'upset': 1, 'see': 1, 'apparently': 1}\n", + "{'i': 29, 'think': 15, 'learn': 7, 'how': 5, 'language': 5, 'mother': 5, 'learning': 4, 'understand': 4, 'also': 4, 'english': 4, 'law': 4, 'guy': 4, 'has': 3, 'use': 3, 'resources': 3, 'asshole': 3, 'help': 3, 'languages': 2, 'sure': 2, 'want': 2, 'asking': 2, 'capacity': 2, 'family': 2, 'same': 2, 'feel': 2, 'issue': 2, 'certain': 2, 'makes': 2, 'some': 2, 'tried': 2, 'maybe': 2, 'research': 1, 'people': 1, 'time': 1, 'take': 1, 'easy': 1, 'wired': 1, 'other': 1, 'talk': 1, 'differently': 1, 'easier': 1, 'country': 1, 'foreign': 1, 'gave': 1, 'live': 1, 'go': 1, 'reasonable': 1, 'request': 1, 'culturedcow': 1, 'utilize': 1, 'lives': 1, 'such': 1, 'older': 1, 'wrong': 1, 'loves': 1, 'sound': 1, 'made': 1, 'done': 1, 'america': 1, 'edit': 1, 'try': 1, 'least': 1, 'problem': 1, 'patience': 1, 'brain': 1, 'second': 1, 'easiest': 1, 'does': 1, 'child': 1, 'quickly': 1, 'agree': 1, 'new': 1, 'needs': 1, 'more': 1, 'apps': 1, 'reason': 1, 'wife': 1, 'now': 1, 'according': 1, 'ass': 1, 'thinks': 1, 'thoughts': 1, 'ahole': 1, 'mind': 1, 'changing': 1, 'open': 1, 'guilty': 1, 'believe': 1, 'handle': 1, 'approximately': 1, 'seen': 1, 'ever': 1, 'movie': 1, 'best': 1, 'doubt': 1, 'response': 1, 'fairly': 1, 'correct': 1, 'answer': 1, 'know': 1, 'confused': 1, 'little': 1, 'person': 1, 'polite': 1, 'pick': 1, 'approaching': 1, 'years': 1, '8': 1, 'here': 1, 'mil': 1, 'first': 1, 'approach': 1, 'strategies': 1, 'discussed': 1, 'however': 1, 'frustration': 1, 'conflicted': 1, 'independent': 1, 'doesnt': 1, 'sense': 1, 'feeling': 1, 'yes': 1, 'interpreter': 1, 'work': 1, 'feelings': 1, 'guys': 1, 'disrespected': 1, 'upset': 1, 'see': 1, 'apparently': 1}\n", + "{'i': 29, 'think': 15, 'learn': 7, 'how': 5, 'language': 5, 'mother': 5, 'learning': 4, 'understand': 4, 'also': 4, 'english': 4, 'law': 4, 'guy': 4, 'has': 3, 'use': 3, 'resources': 3, 'asshole': 3, 'help': 3, 'languages': 2, 'sure': 2, 'want': 2, 'asking': 2, 'capacity': 2, 'family': 2, 'same': 2, 'feel': 2, 'issue': 2, 'certain': 2, 'makes': 2, 'some': 2, 'tried': 2, 'maybe': 2, 'research': 1, 'people': 1, 'time': 1, 'take': 1, 'easy': 1, 'wired': 1, 'other': 1, 'talk': 1, 'differently': 1, 'easier': 1, 'country': 1, 'foreign': 1, 'gave': 1, 'live': 1, 'go': 1, 'reasonable': 1, 'request': 1, 'culturedcow': 1, 'utilize': 1, 'lives': 1, 'such': 1, 'older': 1, 'wrong': 1, 'loves': 1, 'sound': 1, 'made': 1, 'done': 1, 'america': 1, 'edit': 1, 'try': 1, 'least': 1, 'problem': 1, 'patience': 1, 'brain': 1, 'second': 1, 'easiest': 1, 'does': 1, 'child': 1, 'quickly': 1, 'agree': 1, 'new': 1, 'needs': 1, 'more': 1, 'apps': 1, 'reason': 1, 'wife': 1, 'now': 1, 'according': 1, 'ass': 1, 'thinks': 1, 'thoughts': 1, 'ahole': 1, 'mind': 1, 'changing': 1, 'open': 1, 'guilty': 1, 'believe': 1, 'handle': 1, 'approximately': 1, 'seen': 1, 'ever': 1, 'movie': 1, 'best': 1, 'doubt': 1, 'response': 1, 'fairly': 1, 'correct': 1, 'answer': 1, 'know': 1, 'confused': 1, 'little': 1, 'person': 1, 'polite': 1, 'pick': 1, 'approaching': 1, 'years': 1, '8': 1, 'here': 1, 'mil': 1, 'first': 1, 'approach': 1, 'strategies': 1, 'discussed': 1, 'however': 1, 'frustration': 1, 'conflicted': 1, 'independent': 1, 'doesnt': 1, 'sense': 1, 'feeling': 1, 'yes': 1, 'interpreter': 1, 'work': 1, 'feelings': 1, 'guys': 1, 'disrespected': 1, 'upset': 1, 'see': 1, 'apparently': 1}\n", + "{'i': 29, 'think': 15, 'learn': 7, 'how': 5, 'language': 5, 'mother': 5, 'learning': 4, 'understand': 4, 'also': 4, 'english': 4, 'law': 4, 'guy': 4, 'has': 3, 'use': 3, 'resources': 3, 'asshole': 3, 'help': 3, 'languages': 2, 'sure': 2, 'want': 2, 'asking': 2, 'capacity': 2, 'family': 2, 'same': 2, 'feel': 2, 'issue': 2, 'certain': 2, 'makes': 2, 'some': 2, 'tried': 2, 'maybe': 2, 'research': 1, 'people': 1, 'time': 1, 'take': 1, 'easy': 1, 'wired': 1, 'other': 1, 'talk': 1, 'differently': 1, 'easier': 1, 'country': 1, 'foreign': 1, 'gave': 1, 'live': 1, 'go': 1, 'reasonable': 1, 'request': 1, 'culturedcow': 1, 'utilize': 1, 'lives': 1, 'such': 1, 'older': 1, 'wrong': 1, 'loves': 1, 'sound': 1, 'made': 1, 'done': 1, 'america': 1, 'edit': 1, 'try': 1, 'least': 1, 'problem': 1, 'patience': 1, 'brain': 1, 'second': 1, 'easiest': 1, 'does': 1, 'child': 1, 'quickly': 1, 'agree': 1, 'new': 1, 'needs': 1, 'more': 1, 'apps': 1, 'reason': 1, 'wife': 1, 'now': 1, 'according': 1, 'ass': 1, 'thinks': 1, 'thoughts': 1, 'ahole': 1, 'mind': 1, 'changing': 1, 'open': 1, 'guilty': 1, 'believe': 1, 'handle': 1, 'approximately': 1, 'seen': 1, 'ever': 1, 'movie': 1, 'best': 1, 'doubt': 1, 'response': 1, 'fairly': 1, 'correct': 1, 'answer': 1, 'know': 1, 'confused': 1, 'little': 1, 'person': 1, 'polite': 1, 'pick': 1, 'approaching': 1, 'years': 1, '8': 1, 'here': 1, 'mil': 1, 'first': 1, 'approach': 1, 'strategies': 1, 'discussed': 1, 'however': 1, 'frustration': 1, 'conflicted': 1, 'independent': 1, 'doesnt': 1, 'sense': 1, 'feeling': 1, 'yes': 1, 'interpreter': 1, 'work': 1, 'feelings': 1, 'guys': 1, 'disrespected': 1, 'upset': 1, 'see': 1, 'apparently': 1}\n", + "{'i': 29, 'think': 15, 'learn': 7, 'how': 5, 'language': 5, 'mother': 5, 'learning': 4, 'understand': 4, 'also': 4, 'english': 4, 'law': 4, 'guy': 4, 'has': 3, 'use': 3, 'resources': 3, 'asshole': 3, 'help': 3, 'languages': 2, 'sure': 2, 'want': 2, 'asking': 2, 'capacity': 2, 'family': 2, 'same': 2, 'feel': 2, 'issue': 2, 'certain': 2, 'makes': 2, 'some': 2, 'tried': 2, 'maybe': 2, 'research': 1, 'people': 1, 'time': 1, 'take': 1, 'easy': 1, 'wired': 1, 'other': 1, 'talk': 1, 'differently': 1, 'easier': 1, 'country': 1, 'foreign': 1, 'gave': 1, 'live': 1, 'go': 1, 'reasonable': 1, 'request': 1, 'culturedcow': 1, 'utilize': 1, 'lives': 1, 'such': 1, 'older': 1, 'wrong': 1, 'loves': 1, 'sound': 1, 'made': 1, 'done': 1, 'america': 1, 'edit': 1, 'try': 1, 'least': 1, 'problem': 1, 'patience': 1, 'brain': 1, 'second': 1, 'easiest': 1, 'does': 1, 'child': 1, 'quickly': 1, 'agree': 1, 'new': 1, 'needs': 1, 'more': 1, 'apps': 1, 'reason': 1, 'wife': 1, 'now': 1, 'according': 1, 'ass': 1, 'thinks': 1, 'thoughts': 1, 'ahole': 1, 'mind': 1, 'changing': 1, 'open': 1, 'guilty': 1, 'believe': 1, 'handle': 1, 'approximately': 1, 'seen': 1, 'ever': 1, 'movie': 1, 'best': 1, 'doubt': 1, 'response': 1, 'fairly': 1, 'correct': 1, 'answer': 1, 'know': 1, 'confused': 1, 'little': 1, 'person': 1, 'polite': 1, 'pick': 1, 'approaching': 1, 'years': 1, '8': 1, 'here': 1, 'mil': 1, 'first': 1, 'approach': 1, 'strategies': 1, 'discussed': 1, 'however': 1, 'frustration': 1, 'conflicted': 1, 'independent': 1, 'doesnt': 1, 'sense': 1, 'feeling': 1, 'yes': 1, 'interpreter': 1, 'work': 1, 'feelings': 1, 'guys': 1, 'disrespected': 1, 'upset': 1, 'see': 1, 'apparently': 1}\n", + "{'i': 29, 'think': 15, 'learn': 7, 'how': 5, 'language': 5, 'mother': 5, 'learning': 4, 'understand': 4, 'also': 4, 'english': 4, 'law': 4, 'guy': 4, 'has': 3, 'use': 3, 'resources': 3, 'asshole': 3, 'help': 3, 'languages': 2, 'sure': 2, 'want': 2, 'asking': 2, 'capacity': 2, 'family': 2, 'same': 2, 'feel': 2, 'issue': 2, 'certain': 2, 'makes': 2, 'some': 2, 'tried': 2, 'maybe': 2, 'research': 1, 'people': 1, 'time': 1, 'take': 1, 'easy': 1, 'wired': 1, 'other': 1, 'talk': 1, 'differently': 1, 'easier': 1, 'country': 1, 'foreign': 1, 'gave': 1, 'live': 1, 'go': 1, 'reasonable': 1, 'request': 1, 'culturedcow': 1, 'utilize': 1, 'lives': 1, 'such': 1, 'older': 1, 'wrong': 1, 'loves': 1, 'sound': 1, 'made': 1, 'done': 1, 'america': 1, 'edit': 1, 'try': 1, 'least': 1, 'problem': 1, 'patience': 1, 'brain': 1, 'second': 1, 'easiest': 1, 'does': 1, 'child': 1, 'quickly': 1, 'agree': 1, 'new': 1, 'needs': 1, 'more': 1, 'apps': 1, 'reason': 1, 'wife': 1, 'now': 1, 'according': 1, 'ass': 1, 'thinks': 1, 'thoughts': 1, 'ahole': 1, 'mind': 1, 'changing': 1, 'open': 1, 'guilty': 1, 'believe': 1, 'handle': 1, 'approximately': 1, 'seen': 1, 'ever': 1, 'movie': 1, 'best': 1, 'doubt': 1, 'response': 1, 'fairly': 1, 'correct': 1, 'answer': 1, 'know': 1, 'confused': 1, 'little': 1, 'person': 1, 'polite': 1, 'pick': 1, 'approaching': 1, 'years': 1, '8': 1, 'here': 1, 'mil': 1, 'first': 1, 'approach': 1, 'strategies': 1, 'discussed': 1, 'however': 1, 'frustration': 1, 'conflicted': 1, 'independent': 1, 'doesnt': 1, 'sense': 1, 'feeling': 1, 'yes': 1, 'interpreter': 1, 'work': 1, 'feelings': 1, 'guys': 1, 'disrespected': 1, 'upset': 1, 'see': 1, 'apparently': 1}\n", + "{'i': 29, 'think': 15, 'learn': 7, 'how': 5, 'language': 5, 'mother': 5, 'learning': 4, 'understand': 4, 'also': 4, 'english': 4, 'law': 4, 'guy': 4, 'has': 3, 'use': 3, 'resources': 3, 'asshole': 3, 'help': 3, 'languages': 2, 'sure': 2, 'want': 2, 'asking': 2, 'capacity': 2, 'family': 2, 'same': 2, 'feel': 2, 'issue': 2, 'certain': 2, 'makes': 2, 'some': 2, 'tried': 2, 'maybe': 2, 'research': 1, 'people': 1, 'time': 1, 'take': 1, 'easy': 1, 'wired': 1, 'other': 1, 'talk': 1, 'differently': 1, 'easier': 1, 'country': 1, 'foreign': 1, 'gave': 1, 'live': 1, 'go': 1, 'reasonable': 1, 'request': 1, 'culturedcow': 1, 'utilize': 1, 'lives': 1, 'such': 1, 'older': 1, 'wrong': 1, 'loves': 1, 'sound': 1, 'made': 1, 'done': 1, 'america': 1, 'edit': 1, 'try': 1, 'least': 1, 'problem': 1, 'patience': 1, 'brain': 1, 'second': 1, 'easiest': 1, 'does': 1, 'child': 1, 'quickly': 1, 'agree': 1, 'new': 1, 'needs': 1, 'more': 1, 'apps': 1, 'reason': 1, 'wife': 1, 'now': 1, 'according': 1, 'ass': 1, 'thinks': 1, 'thoughts': 1, 'ahole': 1, 'mind': 1, 'changing': 1, 'open': 1, 'guilty': 1, 'believe': 1, 'handle': 1, 'approximately': 1, 'seen': 1, 'ever': 1, 'movie': 1, 'best': 1, 'doubt': 1, 'response': 1, 'fairly': 1, 'correct': 1, 'answer': 1, 'know': 1, 'confused': 1, 'little': 1, 'person': 1, 'polite': 1, 'pick': 1, 'approaching': 1, 'years': 1, '8': 1, 'here': 1, 'mil': 1, 'first': 1, 'approach': 1, 'strategies': 1, 'discussed': 1, 'however': 1, 'frustration': 1, 'conflicted': 1, 'independent': 1, 'doesnt': 1, 'sense': 1, 'feeling': 1, 'yes': 1, 'interpreter': 1, 'work': 1, 'feelings': 1, 'guys': 1, 'disrespected': 1, 'upset': 1, 'see': 1, 'apparently': 1}\n", + "{'i': 29, 'think': 15, 'learn': 7, 'how': 5, 'language': 5, 'mother': 5, 'learning': 4, 'understand': 4, 'also': 4, 'english': 4, 'law': 4, 'guy': 4, 'has': 3, 'use': 3, 'resources': 3, 'asshole': 3, 'help': 3, 'languages': 2, 'sure': 2, 'want': 2, 'asking': 2, 'capacity': 2, 'family': 2, 'same': 2, 'feel': 2, 'issue': 2, 'certain': 2, 'makes': 2, 'some': 2, 'tried': 2, 'maybe': 2, 'research': 1, 'people': 1, 'time': 1, 'take': 1, 'easy': 1, 'wired': 1, 'other': 1, 'talk': 1, 'differently': 1, 'easier': 1, 'country': 1, 'foreign': 1, 'gave': 1, 'live': 1, 'go': 1, 'reasonable': 1, 'request': 1, 'culturedcow': 1, 'utilize': 1, 'lives': 1, 'such': 1, 'older': 1, 'wrong': 1, 'loves': 1, 'sound': 1, 'made': 1, 'done': 1, 'america': 1, 'edit': 1, 'try': 1, 'least': 1, 'problem': 1, 'patience': 1, 'brain': 1, 'second': 1, 'easiest': 1, 'does': 1, 'child': 1, 'quickly': 1, 'agree': 1, 'new': 1, 'needs': 1, 'more': 1, 'apps': 1, 'reason': 1, 'wife': 1, 'now': 1, 'according': 1, 'ass': 1, 'thinks': 1, 'thoughts': 1, 'ahole': 1, 'mind': 1, 'changing': 1, 'open': 1, 'guilty': 1, 'believe': 1, 'handle': 1, 'approximately': 1, 'seen': 1, 'ever': 1, 'movie': 1, 'best': 1, 'doubt': 1, 'response': 1, 'fairly': 1, 'correct': 1, 'answer': 1, 'know': 1, 'confused': 1, 'little': 1, 'person': 1, 'polite': 1, 'pick': 1, 'approaching': 1, 'years': 1, '8': 1, 'here': 1, 'mil': 1, 'first': 1, 'approach': 1, 'strategies': 1, 'discussed': 1, 'however': 1, 'frustration': 1, 'conflicted': 1, 'independent': 1, 'doesnt': 1, 'sense': 1, 'feeling': 1, 'yes': 1, 'interpreter': 1, 'work': 1, 'feelings': 1, 'guys': 1, 'disrespected': 1, 'upset': 1, 'see': 1, 'apparently': 1}\n", + "{'i': 29, 'think': 15, 'learn': 7, 'how': 5, 'language': 5, 'mother': 5, 'learning': 4, 'understand': 4, 'also': 4, 'english': 4, 'law': 4, 'guy': 4, 'has': 3, 'use': 3, 'resources': 3, 'asshole': 3, 'help': 3, 'languages': 2, 'sure': 2, 'want': 2, 'asking': 2, 'capacity': 2, 'family': 2, 'same': 2, 'feel': 2, 'issue': 2, 'certain': 2, 'makes': 2, 'some': 2, 'tried': 2, 'maybe': 2, 'research': 1, 'people': 1, 'time': 1, 'take': 1, 'easy': 1, 'wired': 1, 'other': 1, 'talk': 1, 'differently': 1, 'easier': 1, 'country': 1, 'foreign': 1, 'gave': 1, 'live': 1, 'go': 1, 'reasonable': 1, 'request': 1, 'culturedcow': 1, 'utilize': 1, 'lives': 1, 'such': 1, 'older': 1, 'wrong': 1, 'loves': 1, 'sound': 1, 'made': 1, 'done': 1, 'america': 1, 'edit': 1, 'try': 1, 'least': 1, 'problem': 1, 'patience': 1, 'brain': 1, 'second': 1, 'easiest': 1, 'does': 1, 'child': 1, 'quickly': 1, 'agree': 1, 'new': 1, 'needs': 1, 'more': 1, 'apps': 1, 'reason': 1, 'wife': 1, 'now': 1, 'according': 1, 'ass': 1, 'thinks': 1, 'thoughts': 1, 'ahole': 1, 'mind': 1, 'changing': 1, 'open': 1, 'guilty': 1, 'believe': 1, 'handle': 1, 'approximately': 1, 'seen': 1, 'ever': 1, 'movie': 1, 'best': 1, 'doubt': 1, 'response': 1, 'fairly': 1, 'correct': 1, 'answer': 1, 'know': 1, 'confused': 1, 'little': 1, 'person': 1, 'polite': 1, 'pick': 1, 'approaching': 1, 'years': 1, '8': 1, 'here': 1, 'mil': 1, 'first': 1, 'approach': 1, 'strategies': 1, 'discussed': 1, 'however': 1, 'frustration': 1, 'conflicted': 1, 'independent': 1, 'doesnt': 1, 'sense': 1, 'feeling': 1, 'yes': 1, 'interpreter': 1, 'work': 1, 'feelings': 1, 'guys': 1, 'disrespected': 1, 'upset': 1, 'see': 1, 'apparently': 1}\n", + "{'i': 2, 'please': 2, 'hello': 1, 'how': 1, 'answer': 1, 'start': 1, 'here': 1, 'question': 1, 'sure': 1, 'rest': 1, 'team': 1, 'help': 1, 'figure': 1, 'want': 1}\n", + "{'i': 2, 'please': 2, 'hello': 1, 'how': 1, 'answer': 1, 'start': 1, 'here': 1, 'question': 1, 'sure': 1, 'rest': 1, 'team': 1, 'help': 1, 'figure': 1, 'want': 1}\n", + "{'i': 2, 'please': 2, 'hello': 1, 'how': 1, 'answer': 1, 'start': 1, 'here': 1, 'question': 1, 'sure': 1, 'rest': 1, 'team': 1, 'help': 1, 'figure': 1, 'want': 1}\n", + "{'i': 2, 'please': 2, 'hello': 1, 'how': 1, 'answer': 1, 'start': 1, 'here': 1, 'question': 1, 'sure': 1, 'rest': 1, 'team': 1, 'help': 1, 'figure': 1, 'want': 1}\n", + "{'i': 2, 'please': 2, 'hello': 1, 'how': 1, 'answer': 1, 'start': 1, 'here': 1, 'question': 1, 'sure': 1, 'rest': 1, 'team': 1, 'help': 1, 'figure': 1, 'want': 1}\n", + "{'fair': 2, 'hey': 1, 'bro': 1, 'lets': 1, 'split': 1, '5050': 1, 'maybe': 1, 'how': 1, '6040': 1, 'i': 1, 'doubt': 1, 'otherwise': 1, 'seems': 1}\n", + "{'fair': 2, 'hey': 1, 'bro': 1, 'lets': 1, 'split': 1, '5050': 1, 'maybe': 1, 'how': 1, '6040': 1, 'i': 1, 'doubt': 1, 'otherwise': 1, 'seems': 1}\n", + "{'fair': 2, 'hey': 1, 'bro': 1, 'lets': 1, 'split': 1, '5050': 1, 'maybe': 1, 'how': 1, '6040': 1, 'i': 1, 'doubt': 1, 'otherwise': 1, 'seems': 1}\n", + "{'fair': 2, 'hey': 1, 'bro': 1, 'lets': 1, 'split': 1, '5050': 1, 'maybe': 1, 'how': 1, '6040': 1, 'i': 1, 'doubt': 1, 'otherwise': 1, 'seems': 1}\n", + "{'i': 2, 'please': 2, 'sure': 1, 'rest': 1, 'team': 1, 'help': 1, 'figure': 1, 'want': 1}\n", + "{'i': 2, 'please': 2, 'sure': 1, 'rest': 1, 'team': 1, 'help': 1, 'figure': 1, 'want': 1}\n", + "{'i': 3, 'split': 2, 'seems': 1, 'possible': 1, 'see': 1, 'thinking': 1, 'disagree': 1, 'only': 1, 'chance': 1, 'understand': 1, 'how': 1, 'agree': 1, 'im': 1, 'making': 1, '6040': 1}\n", + "{'i': 3, 'split': 2, 'seems': 1, 'possible': 1, 'see': 1, 'thinking': 1, 'disagree': 1, 'only': 1, 'chance': 1, 'understand': 1, 'how': 1, 'agree': 1, 'im': 1, 'making': 1, '6040': 1}\n", + "{'i': 3, 'split': 2, 'seems': 1, 'possible': 1, 'see': 1, 'thinking': 1, 'disagree': 1, 'only': 1, 'chance': 1, 'understand': 1, 'how': 1, 'agree': 1, 'im': 1, 'making': 1, '6040': 1}\n", + "{'i': 3, 'split': 2, 'seems': 1, 'possible': 1, 'see': 1, 'thinking': 1, 'disagree': 1, 'only': 1, 'chance': 1, 'understand': 1, 'how': 1, 'agree': 1, 'im': 1, 'making': 1, '6040': 1}\n", + "{'i': 6, 'think': 4, 'women': 3, 'stem': 2, 'gender': 2, 'hiring': 2, 'their': 2, 'address': 2, 'something': 2, 'mindful': 1, 'gap': 1, 'look': 1, 'simply': 1, 'done': 1, 'explicitly': 1, 'companies': 1, 'issues': 1, 'decisions': 1, 'priority': 1, 'implementing': 1, 'even': 1, 'discrepancy': 1, 'through': 1, 'hire': 1, 'hey': 1, 'believer': 1, 'careers': 1, 'try': 1, 'else': 1, 'ok': 1, 'leave': 1, 'team': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'further': 1, 'compound': 1, 'issue': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'practices': 1}\n", + "{'i': 6, 'think': 4, 'women': 3, 'stem': 2, 'gender': 2, 'hiring': 2, 'their': 2, 'address': 2, 'something': 2, 'mindful': 1, 'gap': 1, 'look': 1, 'simply': 1, 'done': 1, 'explicitly': 1, 'companies': 1, 'issues': 1, 'decisions': 1, 'priority': 1, 'implementing': 1, 'even': 1, 'discrepancy': 1, 'through': 1, 'hire': 1, 'hey': 1, 'believer': 1, 'careers': 1, 'try': 1, 'else': 1, 'ok': 1, 'leave': 1, 'team': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'further': 1, 'compound': 1, 'issue': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'practices': 1}\n", + "{'i': 6, 'think': 4, 'women': 3, 'stem': 2, 'gender': 2, 'hiring': 2, 'their': 2, 'address': 2, 'something': 2, 'mindful': 1, 'gap': 1, 'look': 1, 'simply': 1, 'done': 1, 'explicitly': 1, 'companies': 1, 'issues': 1, 'decisions': 1, 'priority': 1, 'implementing': 1, 'even': 1, 'discrepancy': 1, 'through': 1, 'hire': 1, 'hey': 1, 'believer': 1, 'careers': 1, 'try': 1, 'else': 1, 'ok': 1, 'leave': 1, 'team': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'further': 1, 'compound': 1, 'issue': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'practices': 1}\n", + "{'i': 6, 'think': 4, 'women': 3, 'stem': 2, 'gender': 2, 'hiring': 2, 'their': 2, 'address': 2, 'something': 2, 'mindful': 1, 'gap': 1, 'look': 1, 'simply': 1, 'done': 1, 'explicitly': 1, 'companies': 1, 'issues': 1, 'decisions': 1, 'priority': 1, 'implementing': 1, 'even': 1, 'discrepancy': 1, 'through': 1, 'hire': 1, 'hey': 1, 'believer': 1, 'careers': 1, 'try': 1, 'else': 1, 'ok': 1, 'leave': 1, 'team': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'further': 1, 'compound': 1, 'issue': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'practices': 1}\n", + "{'i': 5, 'think': 3, 'women': 3, 'gender': 2, 'address': 2, 'hiring': 2, 'their': 2, 'stem': 2, 'mindful': 1, 'even': 1, 'careers': 1, 'believer': 1, 'something': 1, 'done': 1, 'through': 1, 'issues': 1, 'discrepancy': 1, 'implementing': 1, 'simply': 1, 'priority': 1, 'look': 1, 'gap': 1, 'underrepresented': 1, 'companies': 1, 'explicitly': 1, 'hire': 1, 'decisions': 1, 'honestly': 1, 'true': 1, 'problem': 1, 'much': 1, 'plan': 1, 'dumbest': 1, 'idea': 1, 'ive': 1, 'heard': 1, 'actually': 1, 'dumb': 1, 'af': 1, 'ur': 1, 'here': 1, 'thank': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'further': 1, 'compound': 1, 'issue': 1, 'looking': 1, 'practices': 1}\n", + "{'i': 5, 'think': 3, 'women': 3, 'gender': 2, 'address': 2, 'hiring': 2, 'their': 2, 'stem': 2, 'mindful': 1, 'even': 1, 'careers': 1, 'believer': 1, 'something': 1, 'done': 1, 'through': 1, 'issues': 1, 'discrepancy': 1, 'implementing': 1, 'simply': 1, 'priority': 1, 'look': 1, 'gap': 1, 'underrepresented': 1, 'companies': 1, 'explicitly': 1, 'hire': 1, 'decisions': 1, 'honestly': 1, 'true': 1, 'problem': 1, 'much': 1, 'plan': 1, 'dumbest': 1, 'idea': 1, 'ive': 1, 'heard': 1, 'actually': 1, 'dumb': 1, 'af': 1, 'ur': 1, 'here': 1, 'thank': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'further': 1, 'compound': 1, 'issue': 1, 'looking': 1, 'practices': 1}\n", + "{'i': 5, 'think': 3, 'women': 3, 'gender': 2, 'address': 2, 'hiring': 2, 'their': 2, 'stem': 2, 'mindful': 1, 'even': 1, 'careers': 1, 'believer': 1, 'something': 1, 'done': 1, 'through': 1, 'issues': 1, 'discrepancy': 1, 'implementing': 1, 'simply': 1, 'priority': 1, 'look': 1, 'gap': 1, 'underrepresented': 1, 'companies': 1, 'explicitly': 1, 'hire': 1, 'decisions': 1, 'honestly': 1, 'true': 1, 'problem': 1, 'much': 1, 'plan': 1, 'dumbest': 1, 'idea': 1, 'ive': 1, 'heard': 1, 'actually': 1, 'dumb': 1, 'af': 1, 'ur': 1, 'here': 1, 'thank': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'further': 1, 'compound': 1, 'issue': 1, 'looking': 1, 'practices': 1}\n", + "{'i': 5, 'think': 3, 'women': 3, 'gender': 2, 'address': 2, 'hiring': 2, 'their': 2, 'stem': 2, 'mindful': 1, 'even': 1, 'careers': 1, 'believer': 1, 'something': 1, 'done': 1, 'through': 1, 'issues': 1, 'discrepancy': 1, 'implementing': 1, 'simply': 1, 'priority': 1, 'look': 1, 'gap': 1, 'underrepresented': 1, 'companies': 1, 'explicitly': 1, 'hire': 1, 'decisions': 1, 'honestly': 1, 'true': 1, 'problem': 1, 'much': 1, 'plan': 1, 'dumbest': 1, 'idea': 1, 'ive': 1, 'heard': 1, 'actually': 1, 'dumb': 1, 'af': 1, 'ur': 1, 'here': 1, 'thank': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'further': 1, 'compound': 1, 'issue': 1, 'looking': 1, 'practices': 1}\n", + "{'i': 5, 'think': 3, 'women': 3, 'gender': 2, 'address': 2, 'hiring': 2, 'their': 2, 'stem': 2, 'mindful': 1, 'even': 1, 'careers': 1, 'believer': 1, 'something': 1, 'done': 1, 'through': 1, 'issues': 1, 'discrepancy': 1, 'implementing': 1, 'simply': 1, 'priority': 1, 'look': 1, 'gap': 1, 'underrepresented': 1, 'companies': 1, 'explicitly': 1, 'hire': 1, 'decisions': 1, 'honestly': 1, 'true': 1, 'problem': 1, 'much': 1, 'plan': 1, 'dumbest': 1, 'idea': 1, 'ive': 1, 'heard': 1, 'actually': 1, 'dumb': 1, 'af': 1, 'ur': 1, 'here': 1, 'thank': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'further': 1, 'compound': 1, 'issue': 1, 'looking': 1, 'practices': 1}\n", + "{'i': 7, 'think': 3, 'women': 3, 'stem': 2, 'address': 2, 'understand': 2, 'gender': 2, 'sorry': 2, 'their': 2, 'hiring': 2, 'pleasure': 1, 'decisions': 1, 'discrepancy': 1, 'even': 1, 'implementing': 1, 'priority': 1, 'hire': 1, 'companies': 1, 'explicitly': 1, 'something': 1, 'simply': 1, 'mindful': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'done': 1, 'underrepresented': 1, 'believer': 1, 'agree': 1, 'meet': 1, 'try': 1, 'next': 1, 'please': 1, 'explain': 1, 'thinking': 1, 'mean': 1, 'perspective': 1, 'want': 1, 'careers': 1, 'resentment': 1, 'workplace': 1, 'further': 1, 'compound': 1, 'issue': 1, 'looking': 1, 'true': 1, 'honor': 1, 'practices': 1}\n", + "{'i': 7, 'think': 3, 'women': 3, 'stem': 2, 'address': 2, 'understand': 2, 'gender': 2, 'sorry': 2, 'their': 2, 'hiring': 2, 'pleasure': 1, 'decisions': 1, 'discrepancy': 1, 'even': 1, 'implementing': 1, 'priority': 1, 'hire': 1, 'companies': 1, 'explicitly': 1, 'something': 1, 'simply': 1, 'mindful': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'done': 1, 'underrepresented': 1, 'believer': 1, 'agree': 1, 'meet': 1, 'try': 1, 'next': 1, 'please': 1, 'explain': 1, 'thinking': 1, 'mean': 1, 'perspective': 1, 'want': 1, 'careers': 1, 'resentment': 1, 'workplace': 1, 'further': 1, 'compound': 1, 'issue': 1, 'looking': 1, 'true': 1, 'honor': 1, 'practices': 1}\n", + "{'i': 7, 'think': 3, 'women': 3, 'stem': 2, 'address': 2, 'understand': 2, 'gender': 2, 'sorry': 2, 'their': 2, 'hiring': 2, 'pleasure': 1, 'decisions': 1, 'discrepancy': 1, 'even': 1, 'implementing': 1, 'priority': 1, 'hire': 1, 'companies': 1, 'explicitly': 1, 'something': 1, 'simply': 1, 'mindful': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'done': 1, 'underrepresented': 1, 'believer': 1, 'agree': 1, 'meet': 1, 'try': 1, 'next': 1, 'please': 1, 'explain': 1, 'thinking': 1, 'mean': 1, 'perspective': 1, 'want': 1, 'careers': 1, 'resentment': 1, 'workplace': 1, 'further': 1, 'compound': 1, 'issue': 1, 'looking': 1, 'true': 1, 'honor': 1, 'practices': 1}\n", + "{'i': 7, 'think': 3, 'women': 3, 'stem': 2, 'address': 2, 'understand': 2, 'gender': 2, 'sorry': 2, 'their': 2, 'hiring': 2, 'pleasure': 1, 'decisions': 1, 'discrepancy': 1, 'even': 1, 'implementing': 1, 'priority': 1, 'hire': 1, 'companies': 1, 'explicitly': 1, 'something': 1, 'simply': 1, 'mindful': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'done': 1, 'underrepresented': 1, 'believer': 1, 'agree': 1, 'meet': 1, 'try': 1, 'next': 1, 'please': 1, 'explain': 1, 'thinking': 1, 'mean': 1, 'perspective': 1, 'want': 1, 'careers': 1, 'resentment': 1, 'workplace': 1, 'further': 1, 'compound': 1, 'issue': 1, 'looking': 1, 'true': 1, 'honor': 1, 'practices': 1}\n", + "{'i': 7, 'think': 3, 'women': 3, 'stem': 2, 'address': 2, 'understand': 2, 'gender': 2, 'sorry': 2, 'their': 2, 'hiring': 2, 'pleasure': 1, 'decisions': 1, 'discrepancy': 1, 'even': 1, 'implementing': 1, 'priority': 1, 'hire': 1, 'companies': 1, 'explicitly': 1, 'something': 1, 'simply': 1, 'mindful': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'done': 1, 'underrepresented': 1, 'believer': 1, 'agree': 1, 'meet': 1, 'try': 1, 'next': 1, 'please': 1, 'explain': 1, 'thinking': 1, 'mean': 1, 'perspective': 1, 'want': 1, 'careers': 1, 'resentment': 1, 'workplace': 1, 'further': 1, 'compound': 1, 'issue': 1, 'looking': 1, 'true': 1, 'honor': 1, 'practices': 1}\n", + "{'i': 6, 'think': 3, 'women': 3, 'gender': 2, 'want': 2, 'stem': 2, 'hiring': 2, 'their': 2, 'address': 2, 'first': 2, 'simply': 1, 'hire': 1, 'done': 1, 'companies': 1, 'mindful': 1, 'decisions': 1, 'gap': 1, 'priority': 1, 'implementing': 1, 'look': 1, 'even': 1, 'discrepancy': 1, 'issues': 1, 'through': 1, 'explicitly': 1, 'careers': 1, 'something': 1, 'believer': 1, 'work': 1, 'lets': 1, 'fine': 1, 'ok': 1, 'part': 1, 'second': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'resentment': 1, 'workplace': 1, 'further': 1, 'compound': 1, 'issue': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'practices': 1}\n", + "{'i': 6, 'think': 3, 'women': 3, 'gender': 2, 'want': 2, 'stem': 2, 'hiring': 2, 'their': 2, 'address': 2, 'first': 2, 'simply': 1, 'hire': 1, 'done': 1, 'companies': 1, 'mindful': 1, 'decisions': 1, 'gap': 1, 'priority': 1, 'implementing': 1, 'look': 1, 'even': 1, 'discrepancy': 1, 'issues': 1, 'through': 1, 'explicitly': 1, 'careers': 1, 'something': 1, 'believer': 1, 'work': 1, 'lets': 1, 'fine': 1, 'ok': 1, 'part': 1, 'second': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'resentment': 1, 'workplace': 1, 'further': 1, 'compound': 1, 'issue': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'practices': 1}\n", + "{'i': 6, 'think': 3, 'women': 3, 'gender': 2, 'want': 2, 'stem': 2, 'hiring': 2, 'their': 2, 'address': 2, 'first': 2, 'simply': 1, 'hire': 1, 'done': 1, 'companies': 1, 'mindful': 1, 'decisions': 1, 'gap': 1, 'priority': 1, 'implementing': 1, 'look': 1, 'even': 1, 'discrepancy': 1, 'issues': 1, 'through': 1, 'explicitly': 1, 'careers': 1, 'something': 1, 'believer': 1, 'work': 1, 'lets': 1, 'fine': 1, 'ok': 1, 'part': 1, 'second': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'resentment': 1, 'workplace': 1, 'further': 1, 'compound': 1, 'issue': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'practices': 1}\n", + "{'i': 6, 'think': 3, 'women': 3, 'gender': 2, 'want': 2, 'stem': 2, 'hiring': 2, 'their': 2, 'address': 2, 'first': 2, 'simply': 1, 'hire': 1, 'done': 1, 'companies': 1, 'mindful': 1, 'decisions': 1, 'gap': 1, 'priority': 1, 'implementing': 1, 'look': 1, 'even': 1, 'discrepancy': 1, 'issues': 1, 'through': 1, 'explicitly': 1, 'careers': 1, 'something': 1, 'believer': 1, 'work': 1, 'lets': 1, 'fine': 1, 'ok': 1, 'part': 1, 'second': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'resentment': 1, 'workplace': 1, 'further': 1, 'compound': 1, 'issue': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'practices': 1}\n", + "{'i': 11, 'think': 5, 'please': 4, 'work': 4, 'rn': 4, 'ok': 4, 'women': 3, 'error': 2, 'hiring': 2, 'stem': 2, 'their': 2, 'gender': 2, 'thing': 2, 'whole': 2, 'redo': 2, 'begin': 2, 'forgive': 2, 'start': 2, 'im': 2, 'exhuasted': 2, 'care': 2, 'long': 2, 'appreciate': 2, 'finish': 2, 'part': 2, 'address': 2, 'mindful': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'simply': 1, 'hire': 1, 'explicitly': 1, 'companies': 1, 'even': 1, 'decisions': 1, 'priority': 1, 'implementing': 1, 'compound': 1, 'discrepancy': 1, 'further': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'issue': 1, 'done': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'practices': 1}\n", + "{'i': 11, 'think': 5, 'please': 4, 'work': 4, 'rn': 4, 'ok': 4, 'women': 3, 'error': 2, 'hiring': 2, 'stem': 2, 'their': 2, 'gender': 2, 'thing': 2, 'whole': 2, 'redo': 2, 'begin': 2, 'forgive': 2, 'start': 2, 'im': 2, 'exhuasted': 2, 'care': 2, 'long': 2, 'appreciate': 2, 'finish': 2, 'part': 2, 'address': 2, 'mindful': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'simply': 1, 'hire': 1, 'explicitly': 1, 'companies': 1, 'even': 1, 'decisions': 1, 'priority': 1, 'implementing': 1, 'compound': 1, 'discrepancy': 1, 'further': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'issue': 1, 'done': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'practices': 1}\n", + "{'i': 11, 'think': 5, 'please': 4, 'work': 4, 'rn': 4, 'ok': 4, 'women': 3, 'error': 2, 'hiring': 2, 'stem': 2, 'their': 2, 'gender': 2, 'thing': 2, 'whole': 2, 'redo': 2, 'begin': 2, 'forgive': 2, 'start': 2, 'im': 2, 'exhuasted': 2, 'care': 2, 'long': 2, 'appreciate': 2, 'finish': 2, 'part': 2, 'address': 2, 'mindful': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'simply': 1, 'hire': 1, 'explicitly': 1, 'companies': 1, 'even': 1, 'decisions': 1, 'priority': 1, 'implementing': 1, 'compound': 1, 'discrepancy': 1, 'further': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'issue': 1, 'done': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'practices': 1}\n", + "{'i': 11, 'think': 5, 'please': 4, 'work': 4, 'rn': 4, 'ok': 4, 'women': 3, 'error': 2, 'hiring': 2, 'stem': 2, 'their': 2, 'gender': 2, 'thing': 2, 'whole': 2, 'redo': 2, 'begin': 2, 'forgive': 2, 'start': 2, 'im': 2, 'exhuasted': 2, 'care': 2, 'long': 2, 'appreciate': 2, 'finish': 2, 'part': 2, 'address': 2, 'mindful': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'simply': 1, 'hire': 1, 'explicitly': 1, 'companies': 1, 'even': 1, 'decisions': 1, 'priority': 1, 'implementing': 1, 'compound': 1, 'discrepancy': 1, 'further': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'issue': 1, 'done': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'practices': 1}\n", + "{'i': 11, 'think': 5, 'please': 4, 'work': 4, 'rn': 4, 'ok': 4, 'women': 3, 'error': 2, 'hiring': 2, 'stem': 2, 'their': 2, 'gender': 2, 'thing': 2, 'whole': 2, 'redo': 2, 'begin': 2, 'forgive': 2, 'start': 2, 'im': 2, 'exhuasted': 2, 'care': 2, 'long': 2, 'appreciate': 2, 'finish': 2, 'part': 2, 'address': 2, 'mindful': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'simply': 1, 'hire': 1, 'explicitly': 1, 'companies': 1, 'even': 1, 'decisions': 1, 'priority': 1, 'implementing': 1, 'compound': 1, 'discrepancy': 1, 'further': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'issue': 1, 'done': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'practices': 1}\n", + "{'i': 11, 'think': 5, 'please': 4, 'work': 4, 'rn': 4, 'ok': 4, 'women': 3, 'error': 2, 'hiring': 2, 'stem': 2, 'their': 2, 'gender': 2, 'thing': 2, 'whole': 2, 'redo': 2, 'begin': 2, 'forgive': 2, 'start': 2, 'im': 2, 'exhuasted': 2, 'care': 2, 'long': 2, 'appreciate': 2, 'finish': 2, 'part': 2, 'address': 2, 'mindful': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'simply': 1, 'hire': 1, 'explicitly': 1, 'companies': 1, 'even': 1, 'decisions': 1, 'priority': 1, 'implementing': 1, 'compound': 1, 'discrepancy': 1, 'further': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'issue': 1, 'done': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'practices': 1}\n", + "{'i': 11, 'think': 5, 'please': 4, 'work': 4, 'rn': 4, 'ok': 4, 'women': 3, 'error': 2, 'hiring': 2, 'stem': 2, 'their': 2, 'gender': 2, 'thing': 2, 'whole': 2, 'redo': 2, 'begin': 2, 'forgive': 2, 'start': 2, 'im': 2, 'exhuasted': 2, 'care': 2, 'long': 2, 'appreciate': 2, 'finish': 2, 'part': 2, 'address': 2, 'mindful': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'simply': 1, 'hire': 1, 'explicitly': 1, 'companies': 1, 'even': 1, 'decisions': 1, 'priority': 1, 'implementing': 1, 'compound': 1, 'discrepancy': 1, 'further': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'issue': 1, 'done': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'practices': 1}\n", + "{'i': 11, 'think': 5, 'please': 4, 'work': 4, 'rn': 4, 'ok': 4, 'women': 3, 'error': 2, 'hiring': 2, 'stem': 2, 'their': 2, 'gender': 2, 'thing': 2, 'whole': 2, 'redo': 2, 'begin': 2, 'forgive': 2, 'start': 2, 'im': 2, 'exhuasted': 2, 'care': 2, 'long': 2, 'appreciate': 2, 'finish': 2, 'part': 2, 'address': 2, 'mindful': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'simply': 1, 'hire': 1, 'explicitly': 1, 'companies': 1, 'even': 1, 'decisions': 1, 'priority': 1, 'implementing': 1, 'compound': 1, 'discrepancy': 1, 'further': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'issue': 1, 'done': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'practices': 1}\n", + "{'i': 11, 'think': 5, 'please': 4, 'work': 4, 'rn': 4, 'ok': 4, 'women': 3, 'error': 2, 'hiring': 2, 'stem': 2, 'their': 2, 'gender': 2, 'thing': 2, 'whole': 2, 'redo': 2, 'begin': 2, 'forgive': 2, 'start': 2, 'im': 2, 'exhuasted': 2, 'care': 2, 'long': 2, 'appreciate': 2, 'finish': 2, 'part': 2, 'address': 2, 'mindful': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'simply': 1, 'hire': 1, 'explicitly': 1, 'companies': 1, 'even': 1, 'decisions': 1, 'priority': 1, 'implementing': 1, 'compound': 1, 'discrepancy': 1, 'further': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'issue': 1, 'done': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'practices': 1}\n", + "{'i': 11, 'think': 5, 'please': 4, 'work': 4, 'rn': 4, 'ok': 4, 'women': 3, 'error': 2, 'hiring': 2, 'stem': 2, 'their': 2, 'gender': 2, 'thing': 2, 'whole': 2, 'redo': 2, 'begin': 2, 'forgive': 2, 'start': 2, 'im': 2, 'exhuasted': 2, 'care': 2, 'long': 2, 'appreciate': 2, 'finish': 2, 'part': 2, 'address': 2, 'mindful': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'simply': 1, 'hire': 1, 'explicitly': 1, 'companies': 1, 'even': 1, 'decisions': 1, 'priority': 1, 'implementing': 1, 'compound': 1, 'discrepancy': 1, 'further': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'issue': 1, 'done': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'practices': 1}\n", + "{'i': 11, 'think': 5, 'please': 4, 'work': 4, 'rn': 4, 'ok': 4, 'women': 3, 'error': 2, 'hiring': 2, 'stem': 2, 'their': 2, 'gender': 2, 'thing': 2, 'whole': 2, 'redo': 2, 'begin': 2, 'forgive': 2, 'start': 2, 'im': 2, 'exhuasted': 2, 'care': 2, 'long': 2, 'appreciate': 2, 'finish': 2, 'part': 2, 'address': 2, 'mindful': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'simply': 1, 'hire': 1, 'explicitly': 1, 'companies': 1, 'even': 1, 'decisions': 1, 'priority': 1, 'implementing': 1, 'compound': 1, 'discrepancy': 1, 'further': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'issue': 1, 'done': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'practices': 1}\n", + "{'i': 11, 'think': 5, 'please': 4, 'work': 4, 'rn': 4, 'ok': 4, 'women': 3, 'error': 2, 'hiring': 2, 'stem': 2, 'their': 2, 'gender': 2, 'thing': 2, 'whole': 2, 'redo': 2, 'begin': 2, 'forgive': 2, 'start': 2, 'im': 2, 'exhuasted': 2, 'care': 2, 'long': 2, 'appreciate': 2, 'finish': 2, 'part': 2, 'address': 2, 'mindful': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'simply': 1, 'hire': 1, 'explicitly': 1, 'companies': 1, 'even': 1, 'decisions': 1, 'priority': 1, 'implementing': 1, 'compound': 1, 'discrepancy': 1, 'further': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'issue': 1, 'done': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'practices': 1}\n", + "{'i': 11, 'think': 5, 'please': 4, 'work': 4, 'rn': 4, 'ok': 4, 'women': 3, 'error': 2, 'hiring': 2, 'stem': 2, 'their': 2, 'gender': 2, 'thing': 2, 'whole': 2, 'redo': 2, 'begin': 2, 'forgive': 2, 'start': 2, 'im': 2, 'exhuasted': 2, 'care': 2, 'long': 2, 'appreciate': 2, 'finish': 2, 'part': 2, 'address': 2, 'mindful': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'simply': 1, 'hire': 1, 'explicitly': 1, 'companies': 1, 'even': 1, 'decisions': 1, 'priority': 1, 'implementing': 1, 'compound': 1, 'discrepancy': 1, 'further': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'issue': 1, 'done': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'practices': 1}\n", + "{'i': 11, 'think': 5, 'please': 4, 'work': 4, 'rn': 4, 'ok': 4, 'women': 3, 'error': 2, 'hiring': 2, 'stem': 2, 'their': 2, 'gender': 2, 'thing': 2, 'whole': 2, 'redo': 2, 'begin': 2, 'forgive': 2, 'start': 2, 'im': 2, 'exhuasted': 2, 'care': 2, 'long': 2, 'appreciate': 2, 'finish': 2, 'part': 2, 'address': 2, 'mindful': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'simply': 1, 'hire': 1, 'explicitly': 1, 'companies': 1, 'even': 1, 'decisions': 1, 'priority': 1, 'implementing': 1, 'compound': 1, 'discrepancy': 1, 'further': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'issue': 1, 'done': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'practices': 1}\n", + "{'i': 11, 'think': 5, 'please': 4, 'work': 4, 'rn': 4, 'ok': 4, 'women': 3, 'error': 2, 'hiring': 2, 'stem': 2, 'their': 2, 'gender': 2, 'thing': 2, 'whole': 2, 'redo': 2, 'begin': 2, 'forgive': 2, 'start': 2, 'im': 2, 'exhuasted': 2, 'care': 2, 'long': 2, 'appreciate': 2, 'finish': 2, 'part': 2, 'address': 2, 'mindful': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'simply': 1, 'hire': 1, 'explicitly': 1, 'companies': 1, 'even': 1, 'decisions': 1, 'priority': 1, 'implementing': 1, 'compound': 1, 'discrepancy': 1, 'further': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'issue': 1, 'done': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'practices': 1}\n", + "{'i': 11, 'think': 5, 'please': 4, 'work': 4, 'rn': 4, 'ok': 4, 'women': 3, 'error': 2, 'hiring': 2, 'stem': 2, 'their': 2, 'gender': 2, 'thing': 2, 'whole': 2, 'redo': 2, 'begin': 2, 'forgive': 2, 'start': 2, 'im': 2, 'exhuasted': 2, 'care': 2, 'long': 2, 'appreciate': 2, 'finish': 2, 'part': 2, 'address': 2, 'mindful': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'simply': 1, 'hire': 1, 'explicitly': 1, 'companies': 1, 'even': 1, 'decisions': 1, 'priority': 1, 'implementing': 1, 'compound': 1, 'discrepancy': 1, 'further': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'issue': 1, 'done': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'practices': 1}\n", + "{'i': 11, 'think': 5, 'please': 4, 'work': 4, 'rn': 4, 'ok': 4, 'women': 3, 'error': 2, 'hiring': 2, 'stem': 2, 'their': 2, 'gender': 2, 'thing': 2, 'whole': 2, 'redo': 2, 'begin': 2, 'forgive': 2, 'start': 2, 'im': 2, 'exhuasted': 2, 'care': 2, 'long': 2, 'appreciate': 2, 'finish': 2, 'part': 2, 'address': 2, 'mindful': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'simply': 1, 'hire': 1, 'explicitly': 1, 'companies': 1, 'even': 1, 'decisions': 1, 'priority': 1, 'implementing': 1, 'compound': 1, 'discrepancy': 1, 'further': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'issue': 1, 'done': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'practices': 1}\n", + "{'i': 11, 'think': 5, 'please': 4, 'work': 4, 'rn': 4, 'ok': 4, 'women': 3, 'error': 2, 'hiring': 2, 'stem': 2, 'their': 2, 'gender': 2, 'thing': 2, 'whole': 2, 'redo': 2, 'begin': 2, 'forgive': 2, 'start': 2, 'im': 2, 'exhuasted': 2, 'care': 2, 'long': 2, 'appreciate': 2, 'finish': 2, 'part': 2, 'address': 2, 'mindful': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'simply': 1, 'hire': 1, 'explicitly': 1, 'companies': 1, 'even': 1, 'decisions': 1, 'priority': 1, 'implementing': 1, 'compound': 1, 'discrepancy': 1, 'further': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'issue': 1, 'done': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'practices': 1}\n", + "{'i': 11, 'think': 5, 'please': 4, 'work': 4, 'rn': 4, 'ok': 4, 'women': 3, 'error': 2, 'hiring': 2, 'stem': 2, 'their': 2, 'gender': 2, 'thing': 2, 'whole': 2, 'redo': 2, 'begin': 2, 'forgive': 2, 'start': 2, 'im': 2, 'exhuasted': 2, 'care': 2, 'long': 2, 'appreciate': 2, 'finish': 2, 'part': 2, 'address': 2, 'mindful': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'simply': 1, 'hire': 1, 'explicitly': 1, 'companies': 1, 'even': 1, 'decisions': 1, 'priority': 1, 'implementing': 1, 'compound': 1, 'discrepancy': 1, 'further': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'issue': 1, 'done': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'practices': 1}\n", + "{'i': 5, 'women': 3, 'think': 3, 'hiring': 2, 'stem': 2, 'their': 2, 'gender': 2, 'address': 2, 'mindful': 1, 'gap': 1, 'even': 1, 'hire': 1, 'look': 1, 'explicitly': 1, 'companies': 1, 'issues': 1, 'decisions': 1, 'through': 1, 'priority': 1, 'implementing': 1, 'simply': 1, 'done': 1, 'discrepancy': 1, 'compound': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'further': 1, 'issue': 1, 'understand': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'practices': 1}\n", + "{'i': 5, 'women': 3, 'think': 3, 'hiring': 2, 'stem': 2, 'their': 2, 'gender': 2, 'address': 2, 'mindful': 1, 'gap': 1, 'even': 1, 'hire': 1, 'look': 1, 'explicitly': 1, 'companies': 1, 'issues': 1, 'decisions': 1, 'through': 1, 'priority': 1, 'implementing': 1, 'simply': 1, 'done': 1, 'discrepancy': 1, 'compound': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'further': 1, 'issue': 1, 'understand': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'practices': 1}\n", + "{'i': 5, 'women': 3, 'think': 3, 'hiring': 2, 'stem': 2, 'their': 2, 'gender': 2, 'address': 2, 'mindful': 1, 'gap': 1, 'even': 1, 'hire': 1, 'look': 1, 'explicitly': 1, 'companies': 1, 'issues': 1, 'decisions': 1, 'through': 1, 'priority': 1, 'implementing': 1, 'simply': 1, 'done': 1, 'discrepancy': 1, 'compound': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'further': 1, 'issue': 1, 'understand': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'practices': 1}\n", + "{'i': 5, 'women': 3, 'think': 3, 'hiring': 2, 'stem': 2, 'their': 2, 'gender': 2, 'address': 2, 'mindful': 1, 'gap': 1, 'even': 1, 'hire': 1, 'look': 1, 'explicitly': 1, 'companies': 1, 'issues': 1, 'decisions': 1, 'through': 1, 'priority': 1, 'implementing': 1, 'simply': 1, 'done': 1, 'discrepancy': 1, 'compound': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'further': 1, 'issue': 1, 'understand': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'practices': 1}\n", + "{'i': 5, 'women': 3, 'think': 3, 'hiring': 2, 'stem': 2, 'their': 2, 'gender': 2, 'address': 2, 'mindful': 1, 'gap': 1, 'even': 1, 'hire': 1, 'look': 1, 'explicitly': 1, 'companies': 1, 'issues': 1, 'decisions': 1, 'through': 1, 'priority': 1, 'implementing': 1, 'simply': 1, 'done': 1, 'discrepancy': 1, 'compound': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'further': 1, 'issue': 1, 'understand': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'practices': 1}\n", + "{'i': 5, 'women': 3, 'think': 3, 'hiring': 2, 'stem': 2, 'their': 2, 'gender': 2, 'address': 2, 'mindful': 1, 'gap': 1, 'even': 1, 'hire': 1, 'look': 1, 'explicitly': 1, 'companies': 1, 'issues': 1, 'decisions': 1, 'through': 1, 'priority': 1, 'implementing': 1, 'simply': 1, 'done': 1, 'discrepancy': 1, 'compound': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'further': 1, 'issue': 1, 'understand': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'practices': 1}\n", + "{'i': 5, 'women': 3, 'think': 3, 'hiring': 2, 'stem': 2, 'their': 2, 'gender': 2, 'address': 2, 'mindful': 1, 'gap': 1, 'even': 1, 'hire': 1, 'look': 1, 'explicitly': 1, 'companies': 1, 'issues': 1, 'decisions': 1, 'through': 1, 'priority': 1, 'implementing': 1, 'simply': 1, 'done': 1, 'discrepancy': 1, 'compound': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'further': 1, 'issue': 1, 'understand': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'practices': 1}\n", + "{'i': 5, 'women': 3, 'think': 3, 'hiring': 2, 'stem': 2, 'their': 2, 'gender': 2, 'address': 2, 'mindful': 1, 'gap': 1, 'even': 1, 'hire': 1, 'look': 1, 'explicitly': 1, 'companies': 1, 'issues': 1, 'decisions': 1, 'through': 1, 'priority': 1, 'implementing': 1, 'simply': 1, 'done': 1, 'discrepancy': 1, 'compound': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'further': 1, 'issue': 1, 'understand': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'practices': 1}\n", + "{'i': 5, 'women': 3, 'think': 3, 'hiring': 2, 'stem': 2, 'their': 2, 'gender': 2, 'address': 2, 'mindful': 1, 'gap': 1, 'even': 1, 'hire': 1, 'look': 1, 'explicitly': 1, 'companies': 1, 'issues': 1, 'decisions': 1, 'through': 1, 'priority': 1, 'implementing': 1, 'simply': 1, 'done': 1, 'discrepancy': 1, 'compound': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'further': 1, 'issue': 1, 'understand': 1, 'looking': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'practices': 1}\n", + "{'land': 5, 'please': 2, 'i': 1, 'always': 1, 'love': 1, 'help': 1, 'made': 1}\n", + "{'land': 5, 'please': 2, 'i': 1, 'always': 1, 'love': 1, 'help': 1, 'made': 1}\n", + "{'land': 5, 'please': 2, 'i': 1, 'always': 1, 'love': 1, 'help': 1, 'made': 1}\n", + "{'land': 5, 'please': 2, 'i': 1, 'always': 1, 'love': 1, 'help': 1, 'made': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'i': 12, 'mustnt': 10, 'lets': 9, 'ive': 8, 'alot': 7, 'around': 6, 'yall': 6, 'id': 5, 'come': 5, 'fucks': 5, 'mates': 5, 'know': 5, 'hell': 5, 'thine': 5, 'except': 4, 'sons': 4, 'ourselves': 4, 'sang': 4, 'ill': 4, 'oughtnt': 4, 'u': 4, 'think': 4, 'here': 4, 'probably': 4, 'how': 4, 'sometime': 3, 'butt': 3, 'came': 3, 'insides': 3, 'best': 3, 'masters': 3, 'dick': 3, 'believe': 3, 'either': 3, 'cried': 3, 'hows': 3, 'sucked': 3, 'ate': 3, 'sort': 3, 'wholl': 3, 'mustve': 3, 'neednt': 3, 'demise': 2, 'stuns': 2, 'shook': 2, 'warring': 2, 'lost': 2, 'seemed': 2, 'doesnt': 2, 'went': 2, 'described': 2, 'ran': 2, 'nearsighted': 2, 'yes': 2, 'hers': 2, 'sob': 2, 'gay': 2, 'whining': 2, 'brings': 2, 'begin': 2, 'titty': 2, 'miss': 2, 'whod': 2, 'feared': 2, 'shant': 2, 'grief': 2, 'wonders': 2, 'living': 2, 'tried': 2, 'ladies': 2, 'seen': 2, 'man': 2, 'believes': 2, 'waited': 2, 'maam': 2, 'infer': 2, 'depends': 2, 'affected': 2, 'citizen': 2, 'makes': 2, 'ton': 2, 'section': 2, 'else': 2, 'salvation': 2, 'mostly': 2, 'describe': 2, 'feels': 2, 'rub': 2, 'moms': 2, 'skin': 2, 'gonna': 2, 'wondered': 2, 'depend': 2, 'shall': 2, 'must': 2, 'lucks': 2, 'held': 2, 'condom': 2, 'look': 2, 'option': 2, 'now': 2, 'sees': 2, 'thee': 2, 'ye': 2, 'oughta': 2, 'listens': 2, 'both': 2, 'hearing': 2, 'possibly': 2, 'noisy': 2, 'noises': 2, 'essential': 2, 'hand': 2, 'ear': 2, 'whether': 2, 'palms': 2, 'plus': 2, 'defined': 2, 'though': 2, 'completes': 2, 'drily': 2, 'hears': 2, 'along': 2, 'little': 2, 'add': 2, 'condo': 2, 'hopes': 2, 'first': 2, 'altogether': 2, 'generally': 2, 'apparently': 2, 'appearing': 2, 'need': 2, 'instead': 2, 'rather': 2, 'immediately': 2, 'bones': 1, 'longingjhbn': 1, 'lamefpbv': 1, 'invariabr': 1, 'disadvantagenxtql': 1, 'sightsue': 1, 'undoubtgyzl': 1, 'insincermy': 1, 'exactofn': 1, 'remorseoeia': 1, 'difficultna': 1, 'exactnqhfl': 1, 'jaded': 1, 'wars': 1, 'vanity': 1, 'columnxvs': 1, 'marriexrzvf': 1, 'familiesc': 1, 'cousinbzmwh': 1, 'breathdcafq': 1, 'brainz': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'rashnut': 1, 'nervew': 1, 'brotherrhda': 1, 'belly': 1, 'bone': 1, 'whitishk': 1, 'inevitabx': 1, 'unquestionqzj': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'determined': 1, 'tons': 1, 'difficultnmril': 1, 'interestuthxn': 1, 'sunny': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'reasonpulei': 1, 'alrightdo': 1, 'meaningidwf': 1, 'seem': 1, 'cleanhwe': 1, 'questiontmyhc': 1, 'porch': 1, 'reorganitkgar': 1, 'sense': 1, 'roomiepuma': 1, 'explaining': 1, 'helperhnx': 1, 'whole': 1, 'precisjawd': 1, 'nor': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'vulnerabc': 1, 'undoubts': 1, 'shitzv': 1, 'greater': 1, 'simple': 1, 'patioquf': 1, 'differenceb': 1, 'extent': 1, 'mucho': 1, 'much': 1, 'lotsa': 1, 'bedroomox': 1, 'extremely': 1, 'maidqyldk': 1, 'piecg': 1, 'page': 1, 'looked': 1, 'eying': 1, 'seer': 1, 'cock': 1, 'lose': 1, 'ranking': 1, 'uncertainu': 1, 'shakiihxd': 1, 'frightixu': 1, 'stunned': 1, 'misersjne': 1, 'alarmkzu': 1, 'concludwo': 1, 'tremblwzocs': 1, 'resourcefulcamzd': 1, 'importanmqdw': 1, 'nope': 1, 'negatlpji': 1, 'dang': 1, 'pussyah': 1, 'unproducet': 1, 'veggiecla': 1, 'dumbpbzvd': 1, 'penisygbjp': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'strongm': 1, 'franticivctu': 1, 'confusmb': 1, 'irresponsiblet': 1, 'primarily': 1, 'defeatxjq': 1, 'back': 1, 'perhaps': 1, 'somehow': 1, 'yet': 1, 'eventually': 1, 'endeavafre': 1, 'abilitbdz': 1, 'confident': 1, 'masterfulvq': 1, 'uncertainve': 1, 'triumphujryl': 1, 'soon': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'effortcxbe': 1, 'loserxc': 1, 'overwhelmryjd': 1, 'strainf': 1, 'shakewm': 1, 'shitq': 1, 'pisslkx': 1, 'triangdg': 1, 'queersgm': 1, 'anorexiky': 1, 'tinglliqf': 1, 'faintdlseh': 1, 'throbpqym': 1, 'woundzlkw': 1, 'gynobqovn': 1, 'therapdkzr': 1, 'healed': 1, 'ocd': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'sunshingwv': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'whenever': 1, 'eyeqblh': 1, 'fattsc': 1, 'inside': 1, 'rectangypwos': 1, 'open': 1, 'throbj': 1, 'physicianuqvwr': 1, 'syndromeagxe': 1, 'gravevwhfi': 1, 'appreciate': 1, 'pussyeqru': 1, 'healing': 1, 'skinnijsv': 1, 'mofo': 1, 'prickyj': 1, 'musclephj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'tombetp': 1, 'chokkohz': 1, 'drownksti': 1, 'lynchxafto': 1, 'war': 1, 'digestp': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'rationallpfg': 1, 'unneccessagf': 1, 'girlshfsio': 1, 'skinmen': 1, 'press': 1, 'hot': 1, 'thin': 1, 'silkvr': 1, 'skinh': 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'weight': 1, 'thinnajy': 1, 'bfbfi': 1, 'feelingwkaf': 1, 'thereforrnsq': 1, 'origins': 1, 'motivnt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'pissmygt': 1, 'rebelmp': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'buddiesef': 1, 'aint': 1, 'adults': 1, 'valiantly': 1, 'imaculate': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'selfsufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'illustrious': 1, 'faithfully': 1, 'avertv': 1, 'evocative': 1, 'yearnqgjth': 1, 'tentativwc': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, 'greyiyck': 1, 'delectabliktz': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'taxansjbf': 1, 'auditing': 1, 'bet': 1, 'erectile': 1, 'neighboregax': 1, 'fuckinc': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'pornfzqh': 1, 'approachjuzeb': 1, 'incomegfl': 1, 'fit': 1, 'child': 1, 'menbldt': 1, 'self': 1, 'femalejlcvo': 1, 'babeae': 1, 'goes': 1, 'start': 1, 'describes': 1, 'dislikes': 1, 'knows': 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'spent': 1, 'forgote': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'sadness': 1, 'christianwq': 1, 'muhammyprqh': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'transfergdnu': 1, 'grad': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'jesuitgsabe': 1, 'rosary': 1, 'sect': 1, 'band': 1, 'cry': 1, 'disheartengzeaq': 1, 'sadly': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'guyawg': 1, 'rosaries': 1, 'kid': 1, 'help': 1, 'excusk': 1, 'peoplelnm': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, 'karma': 1, 'orthodoxfdy': 1, 'doghouseeastb': 1, 'randomuer': 1, 'residencpbs': 1, 'eyewut': 1, 'nephewz': 1, 'wifevxmlj': 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'bro': 1, 'breastqyp': 1, 'fullmzf': 1, 'wake': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'facialrqth': 1, 'foot': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'rest': 1, 'glad': 1, 'icu': 1, 'secret': 1, 'infers': 1, 'newbornl': 1, 'citizenphtgi': 1, 'girls': 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, 'listened': 1, 'loved': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'suspectc': 1, 'sensing': 1, 'great': 1, 'motivsc': 1, 'charmbrwsd': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'huggpo': 1, 'grin': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'orangemacis': 1, 'scabo': 1, 'gianthy': 1, 'altho': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'brunchkjz': 1, 'saliverbwp': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'however': 1, 'furniture': 1, 'quitti': 1, 'bedroomxhpl': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'rang': 1, 'concertfuw': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'finalizuav': 1, 'capabfs': 1, 'burpzxevw': 1, 'pisstkzme': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'embalmfqydb': 1, 'hearsepdk': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'plans': 1, 'cuntq': 1, 'strengthe': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'overwhelmfvlxi': 1, 'timidfzbh': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'growing': 1, 'age': 1, 'lawnjr': 1, 'versus': 1, 'wished': 1, 'thank': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'let': 1, 'exclusxklz': 1, 'somethingfxdq': 1, 'wasnt': 1, 'exclujvy': 1, 'hardevtqef': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'most': 1, 'vary': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'ought': 1, 'oughtve': 1, 'hard': 1, 'souriau': 1, 'hope': 1, 'mistakwzl': 1, 'hoping': 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'hushmqplh': 1, 'speak': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'tang': 1, 'speaking': 1, 'becomes': 1, 'redness': 1, 'done': 1, 'meaningi': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'shoulds': 1, 'containn': 1, 'deducczr': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'requirj': 1, 'repressydvml': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'warmlvye': 1, 'im': 1, 'initiatoxtwa': 1, 'yearnlkw': 1, 'pitiulpnv': 1, 'regretzkbrc': 1, 'missed': 1, 'unhappj': 1, 'listenerqe': 1, 'girlfriendwsnya': 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somebodp': 1, 'somewhere': 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, 'quranpy': 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'tragickh': 1, 'unimportant': 1, 'catholickd': 1, 'devastatu': 1, 'follow': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'boundlby': 1, 'deniaxi': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'ministerlnfts': 1, 'sikhc': 1, 'molestgv': 1, 'mortgpzvi': 1, 'bucks': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'threatxre': 1, 'offencefhcog': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'overtime': 1, 'spending': 1, 'judaprfd': 1, 'store': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'classes': 1, 'owes': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'abcdef': 1}\n", + "{'hello': 2}\n", + "{'hello': 2}\n", + "{'hello': 2}\n", + "{'hello': 2}\n", + "{'hello': 2}\n", + "{'hello': 3, 'yoyo': 2}\n", + "{'hello': 3, 'yoyo': 2}\n", + "{'hello': 3, 'yoyo': 2}\n", + "{'hello': 3, 'yoyo': 2}\n", + "[[0, 0], [0, 0], [0], [0.0, 0.0, 0.0, 0.0, 0.0, 3.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.5, 0.3333333333333333, 0.6666666666666666, 0.3333333333333333, 0.0, 0.0, 0.0, 0.0, 1.5, 0.0, 0.09090909090909091, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.3333333333333333, 0.0], [0.0, 0.034482758620689655, 0.034482758620689655, 0.034482758620689655, 0.034482758620689655, 0.034482758620689655, 0.034482758620689655, 0.06896551724137931, 0.034482758620689655, 0.034482758620689655, 0.25, 0.0, 0.06896551724137931, 0.034482758620689655, 0.10344827586206896, 0.0, 0.06666666666666667, 0.034482758620689655, 0.06896551724137931, 0.7773399014778324, 0.7773399014778324, 0.9440065681444991, 0.75, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.5], [0.0, 0.0, 0.0, 0.5], [0.0, 0.5], [0.0, 0.0, 0.0, 0.5], [0, 0, 0, 0], [0, 0, 0, 0, 0], [0.0, 0.0, 0.0, 0.14285714285714285, 0.0], [0, 0, 0, 0], [0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.09090909090909091, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0], [0], [0], [0], [0], [0], [0], [0], [0], [0.0, 0.0, 0.5, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.3666666666666667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.2, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.3333333333333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.375, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.14285714285714285, 0.14285714285714285, 0.0, 0.0, 0.0, 0.08333333333333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2222222222222222, 0.1111111111111111, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.25, 0.25, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.3333333333333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.08333333333333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.3333333333333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.16666666666666666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.4166666666666665, 0.5833333333333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.5, 0.0, 0.0], [0.0, 0.0, 0.3333333333333333, 0.8333333333333333]]\n" + ] + }, + { + "data": { + "text/html": [ + "
      \n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
      conversation_nummessagefunction_word_accommodationcontent_word_accommodation
      01hello i like fish00.000000
      11this sentence has five words00.000000
      22hello00.000000
      32is 4 a word00.000000
      43NaN00.000000
      ...............
      675Aget10.000000
      676Bable am are00.000000
      677Bable am are hello30.000000
      678Bable am hello yoyo20.333333
      679Bhello yoyo00.833333
      \n", + "

      680 rows × 4 columns

      \n", + "
      " + ], + "text/plain": [ + " conversation_num message \\\n", + "0 1 hello i like fish \n", + "1 1 this sentence has five words \n", + "2 2 hello \n", + "3 2 is 4 a word \n", + "4 3 NaN \n", + ".. ... ... \n", + "675 A get \n", + "676 B able am are \n", + "677 B able am are hello \n", + "678 B able am hello yoyo \n", + "679 B hello yoyo \n", + "\n", + " function_word_accommodation content_word_accommodation \n", + "0 0 0.000000 \n", + "1 0 0.000000 \n", + "2 0 0.000000 \n", + "3 0 0.000000 \n", + "4 0 0.000000 \n", + ".. ... ... \n", + "675 1 0.000000 \n", + "676 0 0.000000 \n", + "677 3 0.000000 \n", + "678 2 0.333333 \n", + "679 0 0.833333 \n", + "\n", + "[680 rows x 4 columns]" + ] + }, + "execution_count": 2, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "import pandas as pd\n", + "from word_mimicry import *\n", + "\n", + "test_chat_df = pd.read_csv(\"./output/chat/test_chat_level_chat.csv\")\n", + "df = test_chat_df[['conversation_num', \"message\"]].reset_index(drop=True)\n", + "df\n", + "# df[-4:]\n", + "\n", + "df[\"function_words\"] = df[\"message\"].apply(\n", + " lambda x: get_function_words_in_message(x, function_word_reference=func))\n", + "df[\"content_words\"] = df[\"message\"].apply(\n", + " lambda x: get_content_words_in_message(x, function_word_reference=func))\n", + "\n", + "# Extract the function words / content words that also appears in the immediate previous turn\n", + "df[\"function_word_mimicry\"] = mimic_words(\n", + " df, \"function_words\", \"conversation_num\")\n", + "df[\"content_word_mimicry\"] = mimic_words(\n", + " df, \"content_words\", \"conversation_num\")\n", + "\n", + "# Compute the number of function words that also appears in the immediate previous turn\n", + "df[\"function_word_accommodation\"] = df[\"function_word_mimicry\"].apply(\n", + " function_mimicry_score)\n", + "\n", + "# Compute the sum of inverse frequency of each content word that also occurred in the other’s immediately prior turn.\n", + "df[\"content_word_accommodation\"] = Content_mimicry_score(\n", + " df, \"content_words\", \"content_word_mimicry\")\n", + "\n", + "# Drop the function / content word columns -- we don't need them in the output\n", + "df = df.drop(columns=['function_words', 'content_words', 'function_word_mimicry', 'content_word_mimicry'])\n", + "df\n" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "0 0.0\n", + "1 0.0\n", + "2 0.0\n", + "3 0.0\n", + "4 0.0\n", + " ... \n", + "675 0.0\n", + "676 0.0\n", + "677 0.0\n", + "678 0.1\n", + "679 0.6\n", + "Name: content_word_accommodation, Length: 680, dtype: float64" + ] + }, + "execution_count": 3, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "test_chat_df = pd.read_csv(\"./output/chat/test_chat_level_chat.csv\")\n", + "test_chat_df['content_word_accommodation']" + ] + }, + { + "cell_type": "code", + "execution_count": 79, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + " conversation_num message\n", + "0 1 Hello I like fish.\n", + "1 1 This sentence has five words.\n", + "{'Hello': 1, 'fish.': 1, 'This': 1, 'sentence': 1, 'has': 1, 'five': 1, 'words.': 1}\n", + "0 0\n", + "1 0\n", + "Name: content_word_accommodation, dtype: int64\n", + " conversation_num message\n", + "2 2 Hello??\n", + "3 2 Is 4 a word?\n", + "{'Hello??': 1, 'Is': 1, '4': 1, 'word?': 1}\n", + "0 0\n", + "1 0\n", + "Name: content_word_accommodation, dtype: int64\n", + " conversation_num message\n", + "4 3 .\n", + "{'.': 1}\n", + "0 0\n", + "Name: content_word_accommodation, dtype: int64\n", + " conversation_num message\n", + "5 4 HELLO WORLD, THIS IS A TEST. hi HI. hi HI hi HI\"\n", + "6 4 ONE TWO THREE. four five six. sEvEn EiGhT nInE.\n", + "7 4 Check out this [link](https://example.com) and...\n", + "8 4 I like google.com and wikipedia.org but not am...\n", + "9 4 why don't you read everything at https://www.e...\n", + "10 4 why don't you read everything at \\r\\n- https:/...\n", + "11 4 Hello u/user1 and u/user2, hi hi hi?\n", + "12 4 I don't like u/user_1_test but I like u/user2Test\n", + "13 4 This is **bold**, *italics*, and this is not. ...\n", + "14 4 This is **uneven* in terms of *the emphasis**\n", + "15 4 * item 1\\n* item 2\\n- item 3\n", + "16 4 Here are all my arguments:\\r\\n- point 1\\r\\n- p...\n", + "17 4 1. First\\n2. Second\\n3. Third\n", + "18 4 This is the first line.\\nThis is the second li...\n", + "19 4 I have a line\\r\\n\\r\\n\\r\\n\\r\\n\\r\\nhere is a new...\n", + "20 4 this is a line with\\rA different kind of retur...\n", + "21 4 \"This is a quote.\" She said, \"Here's another.\"\n", + "22 4 \"You miss 100% of the shots you don't take\" --...\n", + "23 4 \"I can't believe you use single quotes to quot...\n", + "24 4 > Quoting someone else\\nThis is my reply.\n", + "25 4 > Quoting someone else\\nThis is my reply.\n", + "26 4 >>>> This is a quote but I went overboard with...\n", + "27 4 >> This is one where I put too many of t...\n", + "28 4 > Hello!\\r\\nGoodbye!\n", + "29 4 > here I am making a quote\\r\\nI respond to it\\...\n", + "30 4 Well... I'm not sure... Maybe...\n", + "31 4 hm..what if I only use two periods...............\n", + "32 4 This is a sentence (with some text in parenthe...\n", + "33 4 \"Sure,\" I said confidently (thiking to myself:...\n", + "34 4 (((((these parentheses are not properly closed.)\n", + "35 4 ((there are multiple parentheses here))\n", + "36 4 ((1+(1+3+4)^2)+7+(9+8))\n", + "{'point': 14, 'multiple': 12, 'long': 11, 'lines': 11, 'takes': 11, 'super': 11, '4': 11, '-': 9, 'This': 8, 'quote': 4, \"don't\": 4, 'line': 4, '>': 4, 'item': 3, 'quotes': 3, 'here': 3, 'line.\\\\nThis': 2, 'https://www.example.co.uk': 2, 'third': 2, 'reply.': 2, 'Quoting': 2, 'respond': 2, 'else\\\\nThis': 2, 'https://www.example.org': 2, 'many': 2, '3': 2, 'https://www.example.ca': 2, 'https://www.example.net': 2, 'read': 2, 'use': 2, 'single': 2, 'parentheses': 2, 'return': 2, 'https://www.example.com': 2, 'character': 2, '>>>>': 1, \"'sometimes\": 1, '>': 1, \"can't\": 1, 'believe': 1, 'people,\"': 1, 'said.': 1, '\"Well,': 1, 'replied,': 1, 'useful': 1, 'nest': 1, 'inside': 1, \"'okay'\": 1, 'other': 1, 'said:': 1, \"quotes,'\": 1, 'Then': 1, 'according': 1, 'English': 1, 'teacher\"': 1, 'HELLO': 1, 'put': 1, 'went': 1, 'overboard': 1, 'text': 1, 'parentheses).': 1, '\"Sure,\"': 1, 'said': 1, 'confidently': 1, '(thiking': 1, 'myself:': 1, 'way!)': 1, 'definitely': 1, '(not)': 1, 'best': 1, 'moments.': 1, '(((((these': 1, 'properly': 1, 'closed.)': 1, '((there': 1, 'here))': 1, 'some': 1, '(with': 1, 'sentence': 1, 'again': 1, 'carat': 1, '>>': 1, 'Gretzky': 1, \"gt's\": 1, 'Hello!': 1, 'Goodbye!': 1, 'making': 1, 'Well...': 1, 'periods............': 1, \"I'm\": 1, 'sure...': 1, 'Maybe...': 1, 'hm..what': 1, 'only': 1, 'two': 1, 'periods.............or': 1, '\"I': 1, '\"This': 1, 'Wayne': 1, 'terms': 1, 'http://example.org': 1, 'google.com': 1, 'wikipedia.org': 1, 'amazon.com': 1, 'Hello': 1, 'u/user1': 1, 'u/user2,': 1, 'hi?': 1, 'u/user_1_test': 1, 'u/user2Test': 1, '**bold**,': 1, '*italics*,': 1, 'not.': 1, '***bolded': 1, 'italicized***': 1, '[link](https://example.com)': 1, 'Check': 1, 'nInE.': 1, 'HI\"': 1, 'THIS': 1, 'IS': 1, 'A': 1, 'TEST.': 1, 'HI.': 1, 'HI': 1, 'ONE': 1, 'EiGhT': 1, 'TWO': 1, 'THREE.': 1, 'four': 1, 'five': 1, 'six.': 1, 'sEvEn': 1, '**uneven*': 1, '*the': 1, '--': 1, 'emphasis**': 1, 'value\\\\rUsing': 1, 'carriage': 1, 'instead': 1, 'newline': 1, 'WORLD,': 1, 'quote.\"': 1, 'She': 1, 'said,': 1, '\"Here\\'s': 1, 'another.\"': 1, '\"You': 1, 'miss': 1, '100%': 1, 'shots': 1, 'take\"': 1, 'kind': 1, 'different': 1, 'with\\\\rA': 1, '2': 1, '*': 1, '1\\\\n*': 1, '2\\\\n-': 1, 'Here': 1, 'arguments:': 1, '1': 1, '1.': 1, 'new': 1, 'First\\\\n2.': 1, 'Second\\\\n3.': 1, 'Third': 1, 'first': 1, 'second': 1, 'line.': 1, '((1+(1+3+4)^2)+7+(9+8))': 1}\n", + "0 0.000\n", + "1 0.000\n", + "2 0.000\n", + "3 0.000\n", + "4 0.000\n", + "5 3.250\n", + "6 0.000\n", + "7 0.000\n", + "8 0.000\n", + "9 0.125\n", + "10 0.000\n", + "11 0.500\n", + "12 0.000\n", + "13 0.000\n", + "14 0.500\n", + "15 0.250\n", + "16 0.000\n", + "17 0.000\n", + "18 0.000\n", + "19 0.000\n", + "20 1.500\n", + "21 0.000\n", + "22 0.125\n", + "23 0.000\n", + "24 0.500\n", + "25 0.000\n", + "26 0.000\n", + "27 0.000\n", + "28 0.125\n", + "29 0.000\n", + "30 0.500\n", + "31 0.000\n", + "Name: content_word_accommodation, dtype: float64\n", + " conversation_num message\n", + "37 5 I think that I think that I think\n", + "38 5 I am a little confused\n", + "39 5 I don't really know the answer\n", + "40 5 I am sure that this is correct\n", + "41 5 I am fairly certain in my response\n", + "42 5 This is without a doubt the best movie I have ...\n", + "43 5 I am not sure about how to how to approximatel...\n", + "44 5 I believe that he is guilty but I am not very ...\n", + "45 5 I an open to you changing my mind on this issue\n", + "46 5 I don't think the guy is the a$$hole. Thoughts?\n", + "47 5 So who thinks the guy is an ass for asking his...\n", + "48 5 I think that this person is not an asshole bec...\n", + "49 5 I can see how the family is upset because they...\n", + "50 5 Yes, I think his feeling makes sense to me to....\n", + "51 5 I was conflicted because I could understand hi...\n", + "52 5 His MIL has been here for 8 years. You would t...\n", + "53 5 I think he had every right to want to help his...\n", + "54 5 I also agree with culturedCow\n", + "55 5 I don't think he's an asshole. I think his req...\n", + "56 5 I think the guy is an asshole because for all ...\n", + "57 5 I think he also tried to utilize other resourc...\n", + "58 5 I think also he needs to understand that langu...\n", + "59 5 Maybe she does have a problem with learning la...\n", + "60 5 After the edit he done it made it sound like h...\n", + "61 5 I don't think the guy is wrong in asking her t...\n", + "62 5 Learning a second language is easiest when you...\n", + "63 5 I think he tried to help her.� He gave her res...\n", + "{'think': 15, 'learn': 7, 'mother': 5, 'how': 5, \"don't\": 4, 'also': 4, 'guy': 4, 'understand': 4, 'help': 3, 'use': 3, 'resources': 3, 'has': 3, 'law': 3, 'language': 3, 'learning': 3, 'english': 2, 'asshole': 2, 'feel': 2, 'makes': 2, 'capacity': 2, 'same': 2, 'want': 2, 'tried': 2, \"didn't\": 2, 'some': 2, 'asking': 2, 'family': 2, 'certain': 2, 'sure': 2, 'issue': 2, 'America,': 1, 'time': 1, 'research': 1, 'WHY': 1, 'people': 1, 'not.': 1, 'utilize': 1, 'easier.': 1, 'other': 1, 'such': 1, 'then,': 1, 'differently': 1, 'wired': 1, 'take': 1, 'language,': 1, 'needs': 1, 'her.�': 1, 'He': 1, 'easy': 1, 'talk': 1, 'language.': 1, 'country,': 1, 'gave': 1, 'foreign': 1, 'live': 1, 'apparently': 1, 'go': 1, 'If': 1, 'apps': 1, 'brain': 1, 'lives': 1, 'try.': 1, 'more': 1, 'wrong': 1, 'loves': 1, 'older': 1, 'patience': 1, 'english.': 1, 'Learning': 1, 'sound': 1, 'second': 1, 'made': 1, 'done': 1, 'edit': 1, 'After': 1, 'least': 1, 'Your': 1, 'request': 1, 'languages,': 1, 'easiest': 1, 'problem': 1, \"you're\": 1, 'child': 1, 'does': 1, 'Maybe': 1, 'quickly.': 1, 'languages': 1, 'new': 1, 'reason.': 1, 'everyone,': 1, 'reasonable.': 1, 'You': 1, 'asshole.': 1, 'person': 1, 'mind': 1, 'a$$hole.': 1, 'Thoughts?': 1, 'So': 1, 'thinks': 1, 'ass': 1, 'because,': 1, 'open': 1, 'according': 1, 'him,': 1, 'polite': 1, 'approaching': 1, 'see': 1, 'upset': 1, 'changing': 1, 'guilty': 1, \"he's\": 1, 'This': 1, 'confused': 1, 'know': 1, 'answer': 1, 'correct': 1, 'fairly': 1, 'response': 1, 'doubt': 1, 'believe': 1, 'best': 1, 'movie': 1, 'ever': 1, 'seen': 1, 'approximately': 1, 'handle': 1, 'disrespected': 1, \"guy's\": 1, 'feelings.': 1, 'years.': 1, 'wife': 1, 'first.': 1, 'His': 1, 'MIL': 1, 'here': 1, '8': 1, 'little': 1, 'Why': 1, \"she'd\": 1, 'pick': 1, 'English': 1, 'now.': 1, 'agree': 1, 'culturedCow': 1, 'approach': 1, 'strategies': 1, 'discussed': 1, 'maybe': 1, 'however': 1, 'frustration': 1, 'conflicted': 1, 'independent.': 1, \"doesn't\": 1, 'Who': 1, 'to.': 1, 'sense': 1, 'feeling': 1, 'Yes,': 1, 'law?': 1, 'interpreter': 1, 'work': 1, 'them.': 1}\n", + "0 0.000000\n", + "1 0.000000\n", + "2 0.000000\n", + "3 0.000000\n", + "4 0.000000\n", + "5 0.000000\n", + "6 0.000000\n", + "7 0.000000\n", + "8 0.000000\n", + "9 0.000000\n", + "10 0.250000\n", + "11 0.000000\n", + "12 0.000000\n", + "13 0.000000\n", + "14 0.000000\n", + "15 0.000000\n", + "16 0.066667\n", + "17 0.000000\n", + "18 0.000000\n", + "19 0.209524\n", + "20 0.542857\n", + "21 1.126190\n", + "22 0.333333\n", + "23 0.000000\n", + "24 0.000000\n", + "25 0.000000\n", + "26 0.000000\n", + "Name: content_word_accommodation, dtype: float64\n", + " conversation_num message\n", + "64 6 hello\n", + "65 6 So how should we answer this\n", + "66 6 We can start here. What is the question?\n", + "67 6 I am not sure. Where is the rest of our team?\n", + "68 6 Please help me figure this out, I really want ...\n", + "{'hello': 1, 'Where': 1, 'want': 1, 'out,': 1, 'figure': 1, 'help': 1, 'Please': 1, 'team?': 1, 'rest': 1, 'sure.': 1, 'So': 1, 'question?': 1, 'What': 1, 'here.': 1, 'start': 1, 'We': 1, 'answer': 1, 'how': 1, 'please': 1}\n", + "0 0\n", + "1 0\n", + "2 0\n", + "3 0\n", + "4 0\n", + "Name: content_word_accommodation, dtype: int64\n", + " conversation_num message\n", + "69 7 Hey\n", + "70 7 Okay bro lets split it 50/50\n", + "71 7 Maybe but how about 60/40? I doubt its fair ot...\n", + "72 7 Seems fair\n", + "{'fair': 2, 'Hey': 1, 'Okay': 1, 'bro': 1, 'lets': 1, 'split': 1, '50/50': 1, 'Maybe': 1, 'how': 1, '60/40?': 1, 'doubt': 1, 'otherwise': 1, 'Seems': 1}\n", + "0 0.0\n", + "1 0.0\n", + "2 0.0\n", + "3 0.5\n", + "Name: content_word_accommodation, dtype: float64\n", + " conversation_num message\n", + "73 8 I am not sure. Where is the rest of our team?\n", + "74 8 Well please help me figure this out, I really ...\n", + "{'please': 2, 'sure.': 1, 'Where': 1, 'rest': 1, 'team?': 1, 'Well': 1, 'help': 1, 'figure': 1, 'out,': 1, 'want': 1}\n", + "0 0\n", + "1 0\n", + "Name: content_word_accommodation, dtype: int64\n", + " conversation_num message\n", + "75 9 Seems possible\n", + "76 9 I see what youre thinking but I disagree\n", + "77 9 We get only one chance so we should understand...\n", + "78 9 I just don't agree, I'm making the 60/40 split\n", + "{'split': 2, 'Seems': 1, 'possible': 1, 'see': 1, 'thinking': 1, 'disagree': 1, 'We': 1, 'only': 1, 'chance': 1, 'understand': 1, 'how': 1, \"don't\": 1, 'agree,': 1, \"I'm\": 1, 'making': 1, '60/40': 1}\n", + "0 0.0\n", + "1 0.0\n", + "2 0.0\n", + "3 0.5\n", + "Name: content_word_accommodation, dtype: float64\n", + " conversation_num message\n", + "79 10 hey\n", + "80 10 I think we should try something else\n", + "81 10 Ok whatever. You should leave the team then\n", + "112 10 I understand your perspective and agree that I...\n", + "{'think': 4, 'STEM': 2, 'something': 2, 'address': 2, 'women': 2, 'their': 2, 'hiring': 2, \"don\\\\'t\": 1, 'discrepancy,': 1, 'even': 1, 'implementing': 1, 'priority': 1, 'decisions.': 1, 'While': 1, 'explicitly': 1, 'companies': 1, 'believer': 1, 'hire': 1, 'simply': 1, 'gender,': 1, 'mindful': 1, 'gender': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'done': 1, 'hey': 1, 'careers': 1, 'agree': 1, 'try': 1, 'else': 1, 'Ok': 1, 'whatever.': 1, 'You': 1, 'leave': 1, 'team': 1, 'understand': 1, 'perspective': 1, 'want': 1, 'underrepresented': 1, 'resentment': 1, 'workplace': 1, 'women,': 1, 'further': 1, 'compound': 1, 'issue': 1, 'looking': 1, 'at.': 1, 'true': 1, 'practices.': 1}\n", + "0 0\n", + "1 0\n", + "2 0\n", + "3 0\n", + "Name: content_word_accommodation, dtype: int64\n", + " conversation_num message\n", + "82 11 Honestly thank you so so much\n", + "83 11 What's the plan?\n", + "84 11 That is the dumbest idea I've heard; youre act...\n", + "85 11 What's ur problem here?\n", + "113 11 I understand your perspective and agree that I...\n", + "{'think': 3, 'women': 2, 'STEM': 2, \"What's\": 2, 'address': 2, 'their': 2, 'hiring': 2, 'decisions.': 1, 'careers': 1, 'believer': 1, 'something': 1, 'done': 1, 'discrepancy,': 1, 'even': 1, 'implementing': 1, 'priority': 1, 'Honestly': 1, 'While': 1, 'underrepresented': 1, 'companies': 1, 'explicitly': 1, 'hire': 1, 'simply': 1, 'gender,': 1, 'mindful': 1, 'gender': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, \"don\\\\'t\": 1, 'true': 1, 'thank': 1, 'problem': 1, 'much': 1, 'plan?': 1, 'That': 1, 'dumbest': 1, 'idea': 1, \"I've\": 1, 'heard;': 1, 'actually': 1, 'dumb': 1, 'af': 1, 'ur': 1, 'here?': 1, 'at.': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'women,': 1, 'further': 1, 'compound': 1, 'issue': 1, 'looking': 1, 'practices.': 1}\n", + "0 0\n", + "1 0\n", + "2 0\n", + "3 0\n", + "4 0\n", + "Name: content_word_accommodation, dtype: int64\n", + " conversation_num message\n", + "86 12 Pleasure and an honor to meet you all\n", + "87 12 We should try that next\n", + "88 12 Could you please explain why? I don't really u...\n", + "89 12 Sorry sorry I didn't mean to\n", + "114 12 I understand your perspective and agree that I...\n", + "{'think': 3, 'women': 2, 'STEM': 2, 'address': 2, 'their': 2, 'understand': 2, 'hiring': 2, 'decisions.': 1, 'careers': 1, 'believer': 1, 'something': 1, 'done': 1, 'discrepancy,': 1, 'even': 1, 'implementing': 1, 'priority': 1, 'Pleasure': 1, 'While': 1, 'underrepresented': 1, 'companies': 1, 'explicitly': 1, 'hire': 1, 'simply': 1, 'gender,': 1, 'mindful': 1, 'gender': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, \"don\\\\'t\": 1, 'true': 1, 'honor': 1, 'sorry': 1, 'meet': 1, 'We': 1, 'try': 1, 'next': 1, 'Could': 1, 'please': 1, 'explain': 1, 'why?': 1, \"don't\": 1, 'thinking': 1, 'Sorry': 1, \"didn't\": 1, 'at.': 1, 'mean': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'women,': 1, 'further': 1, 'compound': 1, 'issue': 1, 'looking': 1, 'practices.': 1}\n", + "0 0\n", + "1 0\n", + "2 0\n", + "3 0\n", + "4 0\n", + "Name: content_word_accommodation, dtype: int64\n", + " conversation_num message\n", + "90 13 I don't really want to work with you all but l...\n", + "91 13 Fine by me\n", + "92 13 Ok so which part should we do first? the first...\n", + "115 13 I understand your perspective and agree that I...\n", + "{'think': 3, 'want': 2, 'STEM': 2, 'address': 2, 'women': 2, 'their': 2, 'hiring': 2, \"don't\": 1, 'While': 1, 'discrepancy,': 1, 'even': 1, 'implementing': 1, 'priority': 1, 'decisions.': 1, \"don\\\\'t\": 1, 'something': 1, 'companies': 1, 'explicitly': 1, 'hire': 1, 'simply': 1, 'gender,': 1, 'mindful': 1, 'gender': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'done': 1, 'careers': 1, 'believer': 1, 'perspective': 1, 'work': 1, \"let's\": 1, 'Fine': 1, 'Ok': 1, 'part': 1, 'first?': 1, 'first': 1, 'second?': 1, 'understand': 1, 'agree': 1, 'underrepresented': 1, 'resentment': 1, 'workplace': 1, 'women,': 1, 'further': 1, 'compound': 1, 'issue': 1, 'looking': 1, 'at.': 1, 'true': 1, 'practices.': 1}\n", + "0 0\n", + "1 0\n", + "2 0\n", + "3 0\n", + "Name: content_word_accommodation, dtype: int64\n", + " conversation_num message\n", + "93 14 Please don't do that?\n", + "94 14 I don't think that will work\n", + "95 14 I'm exhuasted rn\n", + "96 14 i don't really care please just finish this up\n", + "97 14 Please don't do that?\n", + "98 14 I don't think that will work\n", + "99 14 I'm exhuasted rn\n", + "100 14 i don't really care please just finish this up\n", + "101 14 i appreciate all this from you\n", + "102 14 well we should start rn, our part is long\n", + "103 14 ok forgive me for this error but\n", + "104 14 you have to redo the whole thing\n", + "105 14 ok so who will work with me? where should we b...\n", + "106 14 i appreciate all this from you\n", + "107 14 well we should start rn, our part is long\n", + "108 14 ok forgive us for this error but\n", + "109 14 you have to redo the whole thing\n", + "110 14 ok so who will work with me? where should we b...\n", + "111 14 I understand your perspective and agree that I...\n", + "{\"don't\": 6, 'think': 5, 'i': 4, 'work': 4, 'ok': 4, 'begin?': 2, 'error': 2, 'redo': 2, 'whole': 2, 'thing': 2, 'Please': 2, 'their': 2, 'women': 2, 'STEM': 2, 'hiring': 2, 'address': 2, 'forgive': 2, 'me?': 2, 'long': 2, 'part': 2, 'that?': 2, \"I'm\": 2, 'exhuasted': 2, 'rn': 2, 'care': 2, 'please': 2, 'rn,': 2, 'start': 2, 'finish': 2, 'appreciate': 2, 'issues': 1, 'companies': 1, 'priority': 1, 'decisions.': 1, 'While': 1, \"don\\\\'t\": 1, 'even': 1, 'explicitly': 1, 'look': 1, 'hire': 1, 'simply': 1, 'through': 1, 'gender,': 1, 'mindful': 1, 'gender': 1, 'gap': 1, 'implementing': 1, 'compound': 1, 'discrepancy,': 1, 'further': 1, 'understand': 1, 'perspective': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'women,': 1, 'issue': 1, 'done': 1, 'looking': 1, 'at.': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'practices.': 1}\n", + "0 0.000000\n", + "1 0.166667\n", + "2 0.000000\n", + "3 0.000000\n", + "4 0.166667\n", + "5 0.166667\n", + "6 0.000000\n", + "7 0.000000\n", + "8 0.250000\n", + "9 0.000000\n", + "10 0.000000\n", + "11 0.000000\n", + "12 0.000000\n", + "13 0.000000\n", + "14 0.000000\n", + "15 0.000000\n", + "16 0.000000\n", + "17 0.000000\n", + "18 0.000000\n", + "Name: content_word_accommodation, dtype: float64\n", + " conversation_num message\n", + "116 144 I understand your perspective and agree that I...\n", + "{'think': 3, 'address': 2, 'hiring': 2, 'STEM': 2, 'their': 2, 'women': 2, 'priority': 1, 'decisions.': 1, 'While': 1, \"don\\\\'t\": 1, 'companies': 1, 'explicitly': 1, 'hire': 1, 'even': 1, 'simply': 1, 'gender,': 1, 'mindful': 1, 'gender': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'implementing': 1, 'understand': 1, 'discrepancy,': 1, 'issue': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'women,': 1, 'further': 1, 'compound': 1, 'looking': 1, 'perspective': 1, 'at.': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'done': 1, 'practices.': 1}\n", + "0 0\n", + "Name: content_word_accommodation, dtype: int64\n", + " conversation_num message\n", + "117 15 I understand your perspective and agree that I...\n", + "{'think': 3, 'address': 2, 'hiring': 2, 'STEM': 2, 'their': 2, 'women': 2, 'priority': 1, 'decisions.': 1, 'While': 1, \"don\\\\'t\": 1, 'companies': 1, 'explicitly': 1, 'hire': 1, 'even': 1, 'simply': 1, 'gender,': 1, 'mindful': 1, 'gender': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'implementing': 1, 'understand': 1, 'discrepancy,': 1, 'issue': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'women,': 1, 'further': 1, 'compound': 1, 'looking': 1, 'perspective': 1, 'at.': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'done': 1, 'practices.': 1}\n", + "0 0\n", + "Name: content_word_accommodation, dtype: int64\n", + " conversation_num message\n", + "118 16 I understand your perspective and agree that I...\n", + "{'think': 3, 'address': 2, 'hiring': 2, 'STEM': 2, 'their': 2, 'women': 2, 'priority': 1, 'decisions.': 1, 'While': 1, \"don\\\\'t\": 1, 'companies': 1, 'explicitly': 1, 'hire': 1, 'even': 1, 'simply': 1, 'gender,': 1, 'mindful': 1, 'gender': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'implementing': 1, 'understand': 1, 'discrepancy,': 1, 'issue': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'women,': 1, 'further': 1, 'compound': 1, 'looking': 1, 'perspective': 1, 'at.': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'done': 1, 'practices.': 1}\n", + "0 0\n", + "Name: content_word_accommodation, dtype: int64\n", + " conversation_num message\n", + "119 17 I understand your perspective and agree that I...\n", + "{'think': 3, 'address': 2, 'hiring': 2, 'STEM': 2, 'their': 2, 'women': 2, 'priority': 1, 'decisions.': 1, 'While': 1, \"don\\\\'t\": 1, 'companies': 1, 'explicitly': 1, 'hire': 1, 'even': 1, 'simply': 1, 'gender,': 1, 'mindful': 1, 'gender': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'implementing': 1, 'understand': 1, 'discrepancy,': 1, 'issue': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'women,': 1, 'further': 1, 'compound': 1, 'looking': 1, 'perspective': 1, 'at.': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'done': 1, 'practices.': 1}\n", + "0 0\n", + "Name: content_word_accommodation, dtype: int64\n", + " conversation_num message\n", + "120 18 I understand your perspective and agree that I...\n", + "{'think': 3, 'address': 2, 'hiring': 2, 'STEM': 2, 'their': 2, 'women': 2, 'priority': 1, 'decisions.': 1, 'While': 1, \"don\\\\'t\": 1, 'companies': 1, 'explicitly': 1, 'hire': 1, 'even': 1, 'simply': 1, 'gender,': 1, 'mindful': 1, 'gender': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'implementing': 1, 'understand': 1, 'discrepancy,': 1, 'issue': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'women,': 1, 'further': 1, 'compound': 1, 'looking': 1, 'perspective': 1, 'at.': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'done': 1, 'practices.': 1}\n", + "0 0\n", + "Name: content_word_accommodation, dtype: int64\n", + " conversation_num message\n", + "121 19 I understand your perspective and agree that I...\n", + "{'think': 3, 'address': 2, 'hiring': 2, 'STEM': 2, 'their': 2, 'women': 2, 'priority': 1, 'decisions.': 1, 'While': 1, \"don\\\\'t\": 1, 'companies': 1, 'explicitly': 1, 'hire': 1, 'even': 1, 'simply': 1, 'gender,': 1, 'mindful': 1, 'gender': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'implementing': 1, 'understand': 1, 'discrepancy,': 1, 'issue': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'women,': 1, 'further': 1, 'compound': 1, 'looking': 1, 'perspective': 1, 'at.': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'done': 1, 'practices.': 1}\n", + "0 0\n", + "Name: content_word_accommodation, dtype: int64\n", + " conversation_num message\n", + "122 20 I understand your perspective and agree that I...\n", + "{'think': 3, 'address': 2, 'hiring': 2, 'STEM': 2, 'their': 2, 'women': 2, 'priority': 1, 'decisions.': 1, 'While': 1, \"don\\\\'t\": 1, 'companies': 1, 'explicitly': 1, 'hire': 1, 'even': 1, 'simply': 1, 'gender,': 1, 'mindful': 1, 'gender': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'implementing': 1, 'understand': 1, 'discrepancy,': 1, 'issue': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'women,': 1, 'further': 1, 'compound': 1, 'looking': 1, 'perspective': 1, 'at.': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'done': 1, 'practices.': 1}\n", + "0 0\n", + "Name: content_word_accommodation, dtype: int64\n", + " conversation_num message\n", + "123 21 I understand your perspective and agree that I...\n", + "{'think': 3, 'address': 2, 'hiring': 2, 'STEM': 2, 'their': 2, 'women': 2, 'priority': 1, 'decisions.': 1, 'While': 1, \"don\\\\'t\": 1, 'companies': 1, 'explicitly': 1, 'hire': 1, 'even': 1, 'simply': 1, 'gender,': 1, 'mindful': 1, 'gender': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'implementing': 1, 'understand': 1, 'discrepancy,': 1, 'issue': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'women,': 1, 'further': 1, 'compound': 1, 'looking': 1, 'perspective': 1, 'at.': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'done': 1, 'practices.': 1}\n", + "0 0\n", + "Name: content_word_accommodation, dtype: int64\n", + " conversation_num message\n", + "124 22 I understand your perspective and agree that I...\n", + "{'think': 3, 'address': 2, 'hiring': 2, 'STEM': 2, 'their': 2, 'women': 2, 'priority': 1, 'decisions.': 1, 'While': 1, \"don\\\\'t\": 1, 'companies': 1, 'explicitly': 1, 'hire': 1, 'even': 1, 'simply': 1, 'gender,': 1, 'mindful': 1, 'gender': 1, 'gap': 1, 'look': 1, 'issues': 1, 'through': 1, 'implementing': 1, 'understand': 1, 'discrepancy,': 1, 'issue': 1, 'agree': 1, 'want': 1, 'resentment': 1, 'workplace': 1, 'women,': 1, 'further': 1, 'compound': 1, 'looking': 1, 'perspective': 1, 'at.': 1, 'true': 1, 'underrepresented': 1, 'careers': 1, 'believer': 1, 'something': 1, 'done': 1, 'practices.': 1}\n", + "0 0\n", + "Name: content_word_accommodation, dtype: int64\n", + " conversation_num message\n", + "125 23 And I will always love you\n", + "126 23 Can you help me, can you please?\n", + "127 23 Can you, will you, could you please be mine?\n", + "128 23 This land is your land, this land is my land; ...\n", + "{'land': 3, 'Can': 2, 'you,': 2, 'And': 1, 'always': 1, 'love': 1, 'help': 1, 'me,': 1, 'please?': 1, 'please': 1, 'mine?': 1, 'This': 1, 'land,': 1, 'land;': 1, 'made': 1}\n", + "0 0.0\n", + "1 0.0\n", + "2 0.5\n", + "3 0.0\n", + "Name: content_word_accommodation, dtype: float64\n", + " conversation_num message\n", + "129 0 unneccessagf shoulds shouldve should'nt\n", + "130 0 wouldnt unneedofek want must've should'nt\n", + "131 0 hopes wish\n", + "132 0 must'nt rather wouldn't ought'nt\n", + "133 0 needn't unwantpotnw hopefulness oughta couldn't\n", + ".. ... ...\n", + "666 0 first\n", + "667 0 Who is this\n", + "668 0 Who is this. Why is this\n", + "669 0 Who what when where why is this\n", + "670 0 Who is this?\n", + "\n", + "[542 rows x 2 columns]\n", + "{'alot': 7, 'around': 6, \"let's\": 5, 'come': 5, 'thine': 5, 'mustnt': 5, 'know': 5, \"she'll\": 5, 'fucks': 5, \"I've\": 5, \"should'nt\": 5, 'think': 4, 'here': 4, 'how': 4, 'ourselves': 4, 'lets': 4, \"hasn't\": 4, 'yall': 4, \"we'd\": 4, 'u': 4, 'sang': 4, 'probably': 4, 'except': 4, 'mates': 4, 'Who': 4, 'hell': 4, 'i': 3, 'masters': 3, 'best': 3, 'came': 3, \"we've\": 3, 'either': 3, 'dick': 3, \"I'll\": 3, 'insides': 3, \"you're\": 3, 'ive': 3, 'sons': 3, 'sometime': 3, \"I'd\": 3, 'butt': 3, \"ought'nt\": 3, 'ate': 3, 'sort': 3, 'cried': 3, 'believe': 3, \"it'll\": 3, 'sucked': 3, \"wouldn't\": 3, \"must'nt\": 3, \"must've\": 3, 'begin': 2, \"don't\": 2, 'sob': 2, 'option': 2, \"mustn't\": 2, 'titty': 2, \"you've\": 2, 'lucks': 2, \"isn't\": 2, 'nearsighted': 2, 'seen': 2, 'sees': 2, 'went': 2, 'yes': 2, 'seemed': 2, 'stuns': 2, 'demise': 2, 'living': 2, 'shook': 2, 'lost': 2, 'whining': 2, 'tried': 2, 'depend': 2, 'feels': 2, 'shall': 2, 'must': 2, \"won't\": 2, 'held': 2, 'ran': 2, 'described': 2, 'condom': 2, \"it'd\": 2, \"who'll\": 2, 'gay': 2, \"he's\": 2, \"you'll\": 2, 'hers': 2, 'wonders': 2, 'brings': 2, 'grief': 2, 'miss': 2, 'gonna': 2, 'warring': 2, 'wondered': 2, \"how's\": 2, 'skin': 2, 'rub': 2, 'salvation': 2, 'else': 2, 'section': 2, 'ton': 2, 'affected': 2, 'depends': 2, 'infer': 2, 'believes': 2, 'waited': 2, 'man': 2, 'ladies': 2, \"ma'am\": 2, 'citizen': 2, 'makes': 2, 'describe': 2, \"she's\": 2, 'look': 2, 'possibly': 2, 'immediately': 2, 'condo': 2, 'listens': 2, 'first': 2, 'hearing': 2, 'plus': 2, 'noisy': 2, 'drily': 2, 'noises': 2, 'little': 2, 'hand': 2, 'ear': 2, 'defined': 2, 'palms': 2, \"y'all\": 2, \"you'd\": 2, 'along': 2, 'hears': 2, 'add': 2, 'both': 2, 'thee': 2, 'completes': 2, 'ye': 2, 'essential': 2, 'though': 2, 'altogether': 2, 'apparently': 2, 'need': 2, 'generally': 2, 'instead': 2, 'mostly': 2, 'whether': 2, 'oughta': 2, \"needn't\": 2, 'feared': 2, 'hopes': 2, 'appearing': 2, 'now': 2, 'rather': 2, 'lamefpbv': 1, 'fattsc': 1, 'appreciate': 1, 'jaded': 1, 'rationallpfg': 1, 'marriexrzvf': 1, 'longingjhbn': 1, 'inside': 1, 'inevitabx': 1, 'undoubtgyzl': 1, 'disadvantagenxtql': 1, 'insincermy': 1, 'remorseoeia': 1, 'bedroomox': 1, 'difficultna': 1, 'open': 1, 'unquestionqzj': 1, 'girlshfsio': 1, 'cousinbzmwh': 1, 'adults': 1, 'wars': 1, 'breathdcafq': 1, 'brainz': 1, 'bones': 1, 'digestp': 1, 'rashnut': 1, 'tit': 1, 'itchwght': 1, 'kneenjk': 1, 'lungr': 1, 'facialt': 1, 'syndromeagxe': 1, 'slenderi': 1, 'spine': 1, 'husbandyabx': 1, 'marrieboagv': 1, 'brotherrhda': 1, 'exhusbanda': 1, 'granddaursubf': 1, 'familiesc': 1, 'maidqyldk': 1, 'faintdlseh': 1, 'invariabr': 1, 'vanity': 1, 'explaining': 1, 'helperhnx': 1, 'lotsa': 1, 'extremely': 1, 'piecg': 1, 'page': 1, 'meaningidwf': 1, 'differenceb': 1, 'whole': 1, 'alrightdo': 1, 'nor': 1, 'sunny': 1, 'sense': 1, 'complimentjlbhe': 1, 'convincfthqs': 1, 'graces': 1, 'romanczk': 1, 'praisyvpch': 1, 'reasonpulei': 1, 'safelmgx': 1, 'hehp': 1, 'talentv': 1, 'seem': 1, 'patioquf': 1, 'questiontmyhc': 1, 'much': 1, 'interestuthxn': 1, 'exactofn': 1, 'difficultnmril': 1, 'exactnqhfl': 1, 'vulnerabc': 1, 'precisjawd': 1, 'unquestionj': 1, 'distinctcx': 1, 'wholly': 1, 'completed': 1, 'undoubts': 1, 'shitzv': 1, 'nervew': 1, 'tons': 1, 'reorganitkgar': 1, 'greater': 1, 'simple': 1, 'extent': 1, 'mucho': 1, 'somehow': 1, 'eying': 1, 'belly': 1, 'pussyah': 1, 'alarmkzu': 1, 'tremblwzocs': 1, 'triumphujryl': 1, \"oughtn't\": 1, \"shouldn't\": 1, 'doesnt': 1, 'effortcxbe': 1, 'nope': 1, \"need'nt\": 1, 'negatlpji': 1, 'dang': 1, 'loserxc': 1, 'bone': 1, 'strongm': 1, 'dumbpbzvd': 1, 'bitchkvyuz': 1, 'homo': 1, 'fuck': 1, 'shitq': 1, 'lose': 1, 'ranking': 1, 'cock': 1, 'concludwo': 1, 'pisslkx': 1, 'misersjne': 1, 'stunned': 1, 'frightixu': 1, 'shakiihxd': 1, 'eventually': 1, 'perhaps': 1, 'soon': 1, 'back': 1, 'completely': 1, 'such': 1, 'seriously': 1, 'overwhelmryjd': 1, 'primarily': 1, 'whenever': 1, 'strainf': 1, 'shakewm': 1, 'determined': 1, 'defeatxjq': 1, 'uncertainve': 1, 'endeavafre': 1, 'confusmb': 1, 'abilitbdz': 1, 'franticivctu': 1, 'confident': 1, 'irresponsiblet': 1, 'masterfulvq': 1, 'uncertainu': 1, 'resourcefulcamzd': 1, 'queersgm': 1, 'pussyeqru': 1, 'therapdkzr': 1, 'OCD': 1, 'coronard': 1, 'scannrq': 1, 'circle': 1, 'reddeyo': 1, 'glowx': 1, 'veggiecla': 1, 'penisygbjp': 1, 'healing': 1, 'skinnijsv': 1, 'sunshingwv': 1, 'musclephj': 1, 'clickhbiyp': 1, 'scannmbgl': 1, 'yet': 1, 'eyeqblh': 1, 'rectangypwos': 1, 'triangdg': 1, 'seer': 1, 'looked': 1, 'columnxvs': 1, 'sightsue': 1, 'whitishk': 1, 'healed': 1, 'gynobqovn': 1, 'mofo': 1, 'woundzlkw': 1, 'prickyj': 1, 'niggerjvw': 1, 'embalmjt': 1, 'oded': 1, 'gravevwhfi': 1, 'importanmqdw': 1, 'tombetp': 1, 'drownksti': 1, 'unproducet': 1, 'lynchxafto': 1, 'war': 1, 'dies': 1, 'bereavemfhcn': 1, 'genocidgjoau': 1, 'morticianbspv': 1, 'asthmanmc': 1, 'tumofwvj': 1, 'chokkohz': 1, 'physicianuqvwr': 1, 'throbj': 1, 'anorexiky': 1, 'tinglliqf': 1, 'throbpqym': 1, 'child': 1, 'unneccessagf': 1, \"men'bldt\": 1, 'avertv': 1, \"skin'h\": 1, 'assumbvd': 1, 'usually': 1, 'someonesyc': 1, 'theorhe': 1, 'spose': 1, 'hardly': 1, 'often': 1, 'vs': 1, 'supported': 1, \"who's\": 1, 'takes': 1, 'happened': 1, 'saw': 1, 'slept': 1, 'took': 1, 'pals': 1, 'bud': 1, 'amigodyzg': 1, \"mate's\": 1, 'girlfriendur': 1, 'neighborwtey': 1, 'bftxuv': 1, 'comradq': 1, 'colleaguejo': 1, 'buddiesef': 1, 'bfbfi': 1, \"what's\": 1, 'shant': 1, 'silkvr': 1, 'thin': 1, 'hot': 1, 'pissmygt': 1, 'launchvt': 1, 'forcev': 1, 'using': 1, 'obedienwayd': 1, 'compliance': 1, 'obedienlpijv': 1, 'pick': 1, 'arrogant': 1, 'ferocwv': 1, 'punishx': 1, 'enragvbj': 1, 'contemptawb': 1, 'maniacxo': 1, 'rebelmp': 1, 'press': 1, 'stupidncwg': 1, 'hellish': 1, 'paranoilbock': 1, 'naga': 1, 'angrwmnl': 1, 'tantrumsv': 1, 'weightliftd': 1, 'driemau': 1, 'grippfipun': 1, 'feelingwkaf': 1, 'thinnajy': 1, \"skin'men\": 1, 'weight': 1, \"ain't\": 1, 'yearnqgjth': 1, 'self': 1, 'tentativwc': 1, 'vivid': 1, 'likable': 1, 'enjoyable': 1, 'succeed': 1, 'smitten': 1, 'sharpest': 1, 'rightfully': 1, 'unreal': 1, 'reaffirmation': 1, 'joy': 1, 'goood': 1, 'speedy': 1, 'self-sufficient': 1, 'tantalize': 1, 'energize': 1, 'gusto': 1, 'win': 1, 'any': 1, 'shan': 1, 'other': 1, 'maybe': 1, 'guess': 1, 'ab': 1, 'abc': 1, 'abcd': 1, 'abcde': 1, 'abcdef': 1, 'this.': 1, 'Why': 1, 'imaculate': 1, 'illustrious': 1, 'valiantly': 1, 'greyiyck': 1, 'commit': 1, 'banned': 1, 'fundamental': 1, 'obedienoki': 1, 'solutionhk': 1, 'onto': 1, 'behind': 1, 'amongzekb': 1, 'unto': 1, 'across': 1, 'above': 1, \"we're\": 1, \"we'll\": 1, 'delectabliktz': 1, 'faithfully': 1, 'screen': 1, 'sand': 1, 'sweetness': 1, 'drieqs': 1, 'deoders': 1, 'coldedrm': 1, 'hear': 1, 'caramelzjw': 1, 'wetly': 1, 'tonguel': 1, 'thoust': 1, 'responsibly': 1, 'evocative': 1, 'motivnt': 1, 'origins': 1, 'thereforrnsq': 1, 'taxansjbf': 1, 'asses': 1, 'queerduvk': 1, 'pregnange': 1, 'porch': 1, 'erectionux': 1, 'orgasmt': 1, 'sexw': 1, 'chlamydia': 1, 'rapistph': 1, 'ovarsg': 1, 'tits': 1, 'withheld': 1, 'defencjtr': 1, 'hesitaz': 1, 'tightq': 1, 'halthvc': 1, 'protectab': 1, 'securulxeo': 1, 'interferhvrx': 1, 'deniaanhcy': 1, 'restraindrv': 1, 'waits': 1, 'controlx': 1, 'tidy': 1, 'defeats': 1, 'hopelesspkm': 1, 'heartbrokekible': 1, 'loses': 1, 'resigne': 1, 'fuckinc': 1, 'pornfzqh': 1, 'erectile': 1, 'spent': 1, 'femalejlcvo': 1, 'babeae': 1, \"doesn't\": 1, 'goes': 1, 'start': 1, \"they're\": 1, 'describes': 1, 'dislikes': 1, 'knows': 1, \"that'll\": 1, 'hated': 1, 'appeared': 1, 'disliked': 1, 'forgote': 1, 'approachjuzeb': 1, 'cared': 1, 'believed': 1, 'awhile': 1, 'outerki': 1, 'perpetualp': 1, 'internalltsem': 1, 'tiniest': 1, 'immediateness': 1, 'fademl': 1, 'finishykxwt': 1, 'corners': 1, 'old': 1, 'fit': 1, 'sadness': 1, 'cry': 1, 'disheartengzeaq': 1, 'transfergdnu': 1, 'piety': 1, 'sects': 1, 'sunni': 1, 'scripturvko': 1, 'templeme': 1, 'credentialrs': 1, 'com': 1, 'absentp': 1, 'mfg': 1, 'reportsuro': 1, 'commercsjezh': 1, 'collabw': 1, 'outsourcrfndl': 1, 'grad': 1, 'christianwq': 1, 'econgv': 1, 'goalg': 1, 'cashlf': 1, 'debti': 1, 'shop': 1, 'consumerzae': 1, 'inheritfkyv': 1, 'stocks': 1, 'taxaxv': 1, 'cheapi': 1, 'incomegfl': 1, 'bet': 1, 'auditing': 1, 'muhammyprqh': 1, 'jesuitgsabe': 1, 'sadly': 1, 'excusk': 1, 'damagbntc': 1, 'pessimisrc': 1, 'hopelessa': 1, 'dissatisfcl': 1, 'fatigucuvjd': 1, 'disillusionqt': 1, 'isolatg': 1, 'assemblkd': 1, 'meet': 1, 'band': 1, 'guyawg': 1, 'kid': 1, 'help': 1, 'peoplelnm': 1, 'rosary': 1, 'organizho': 1, 'participanteir': 1, 'grandpap': 1, 'mailerut': 1, 'everybodhn': 1, 'noboddup': 1, \"it's\": 1, \"who'd\": 1, 'wholl': 1, 'karma': 1, 'orthodoxfdy': 1, 'rosaries': 1, 'sect': 1, 'cleanhwe': 1, 'deducczr': 1, 'roomiepuma': 1, 'age': 1, 'nephewz': 1, 'wifevxmlj': 1, \"mom's\": 1, 'parentuph': 1, 'pa': 1, 'fatherhb': 1, 'aunte': 1, 'grandkidywgxb': 1, 'exes': 1, 'ex': 1, 'relatives': 1, 'husbandypoiz': 1, 'mommalqhxo': 1, 'sickengwxku': 1, 'hurtefdp': 1, 'lazieqxar': 1, 'impersonal': 1, 'egotisy': 1, 'destroygj': 1, 'unwelcomrfwd': 1, 'jealoustemf': 1, 'unkind': 1, 'significant': 1, 'lotta': 1, 'greatest': 1, 'singlufb': 1, 'rest': 1, 'bro': 1, 'moms': 1, 'eyewut': 1, 'facialrqth': 1, 'squaruei': 1, 'purplabnk': 1, 'colourxml': 1, 'roundxgijb': 1, 'colorht': 1, 'staring': 1, 'yellowkyn': 1, 'triangqmpv': 1, 'shiny': 1, 'lookerutn': 1, 'scannv': 1, 'scanni': 1, 'foot': 1, 'breastqyp': 1, 'lipslt': 1, 'toe': 1, 'titties': 1, 'toenailhtqe': 1, 'droolc': 1, 'hip': 1, 'boobvw': 1, 'slenderbmvq': 1, 'ass': 1, 'nudeytmcb': 1, 'stomachltbw': 1, 'wake': 1, 'fullmzf': 1, 'glad': 1, 'great': 1, 'listened': 1, \"citizen'phtgi\": 1, \"girl's\": 1, 'babies': 1, 'persons': 1, 'chicks': 1, 'infant': 1, 'gets': 1, 'has': 1, 'admits': 1, 'suck': 1, 'wait': 1, \"aren't\": 1, 'loved': 1, 'infers': 1, 'changed': 1, 'sent': 1, 'sensed': 1, 'taken': 1, \"didn't\": 1, 'post': 1, 'distanpiy': 1, 'go': 1, 'marchal': 1, 'updatmwi': 1, 'walking': 1, 'growing': 1, 'newbornl': 1, 'suspectc': 1, 'charmbrwsd': 1, 'huggpo': 1, 'wins': 1, 'generot': 1, 'helping': 1, 'sincerbucaj': 1, 'freedswu': 1, 'adventursfk': 1, 'gently': 1, 'deliciouseuxl': 1, 'assurm': 1, 'worshipstmjc': 1, 'soulmateeiya': 1, 'treat': 1, 'grin': 1, 'secret': 1, 'wealthlg': 1, 'thrillzbrqf': 1, 'casual': 1, 'proudrqu': 1, 'restructurucq': 1, 'decidux': 1, 'recallwz': 1, 'seems': 1, 'solutionlxh': 1, 'wonder': 1, 'motivsc': 1, 'sensing': 1, 'orangemacis': 1, 'ICU': 1, 'scabo': 1, 'brunchkjz': 1, 'undoubtni': 1, 'truthzhf': 1, 'distinctue': 1, 'definitiveeol': 1, 'commitmentflk': 1, 'forever': 1, 'total': 1, 'fundamentals': 1, 'guarantidjp': 1, 'inclusg': 1, 'nausen': 1, 'sensation': 1, 'saliverbwp': 1, 'altho': 1, 'liquoriole': 1, 'xanax': 1, 'prescriqd': 1, 'sodauce': 1, 'strivl': 1, 'master': 1, 'originattvf': 1, 'solutionmuyho': 1, 'elitlxoup': 1, 'proficiengiy': 1, 'quittd': 1, 'finalizuav': 1, 'however': 1, 'furniture': 1, 'capabfs': 1, 'rang': 1, 'unneedofek': 1, 'want': 1, 'wish': 1, 'unwantpotnw': 1, 'hopefulness': 1, \"couldn't\": 1, 'musilej': 1, 'listenerjp': 1, 'harmongoc': 1, 'audiblweds': 1, 'yell': 1, 'listenerpvo': 1, 'concertfuw': 1, 'bedroomxhpl': 1, 'drapeulqv': 1, 'backyard': 1, 'loveseatjproz': 1, 'closet': 1, 'curtainqygkr': 1, 'drapekwvh': 1, 'bathae': 1, 'curtainbu': 1, 'loveseatntr': 1, 'family': 1, 'housing': 1, 'rooms': 1, 'quitti': 1, 'plans': 1, 'burpzxevw': 1, 'embalmfqydb': 1, 'butts': 1, 'jeez': 1, 'sonofako': 1, 'crappy': 1, 'heck': 1, 'urnj': 1, 'immortalwai': 1, 'od': 1, 'bury': 1, 'tombd': 1, 'urnnig': 1, 'immortalyjedn': 1, 'hearsepdk': 1, 'pisstkzme': 1, 'ghostaw': 1, 'alive': 1, 'amputu': 1, 'neurologhl': 1, 'toxv': 1, 'painly': 1, 'throbgvmhn': 1, 'wash': 1, 'doselndu': 1, 'mono': 1, 'ill': 1, 'checkupfli': 1, 'dicks': 1, 'cuntn': 1, 'strengthe': 1, 'overwhelmfvlxi': 1, 'successqfhs': 1, 'herovqw': 1, 'overconfidence': 1, 'truly': 1, 'pushty': 1, 'phobii': 1, 'apprehensnmeyt': 1, 'obsesstusbg': 1, 'anguishuiy': 1, 'terrorkm': 1, 'restlesst': 1, 'tenseod': 1, 'timidfzbh': 1, 'cuntq': 1, 'stressetd': 1, 'apprehensrm': 1, 'dreadn': 1, 'oneself': 1, \"he'd\": 1, \"haven't\": 1, 'nobodashm': 1, 'never': 1, 'fuckerusz': 1, 'bitchnsl': 1, 'goddamomde': 1, 'fuckinoawys': 1, 'gianthy': 1, 'initiatoxtwa': 1, 'doghouseeastb': 1, 'follow': 1, 'meant': 1, 'hoped': 1, 'carry': 1, 'showed': 1, 'used': 1, 'theres': 1, 'care': 1, 'made': 1, 'misses': 1, 'kept': 1, 'gfjgevb': 1, 'exgirll': 1, 'mate': 1, 'loveru': 1, 'buddyv': 1, 'neighbord': 1, 'partnerzcvdj': 1, 'roomatel': 1, 'girlfriendt': 1, 'gft': 1, 'mean': 1, 'actually': 1, 'whod': 1, 'let': 1, 'ought': 1, \"wasn't\": 1, \"shan't\": 1, 'thank': 1, 'wished': 1, 'exclusxklz': 1, 'most': 1, 'driegnk': 1, 'touchlzf': 1, 'leatherjcf': 1, 'pressed': 1, 'squeezul': 1, 'silkjn': 1, 'brushtasj': 1, 'colde': 1, 'caressi': 1, 'hottjmuo': 1, 'mysterp': 1, 'ambigun': 1, 'vary': 1, 'versus': 1, 'fairly': 1, 'unresolvn': 1, 'hesitaq': 1, 'fuzznaxg': 1, 'hypotheticoqwzy': 1, 'barely': 1, 'indetermingifjl': 1, 'randomitf': 1, 'hypotheticvzkg': 1, 'supposed': 1, 'exclujvy': 1, 'somethingfxdq': 1, 'oughtve': 1, 'becomes': 1, 'done': 1, 'hushmqplh': 1, \"would've\": 1, 'problemo': 1, 'lacksuexg': 1, 'expectt': 1, 'hopeful': 1, 'desirva': 1, 'wishes': 1, 'wishing': 1, 'thundero': 1, 'thunderq': 1, 'inaudibln': 1, 'loudvh': 1, 'speak': 1, 'mistakwzl': 1, 'heard': 1, 'speakertphv': 1, 'shoutiaem': 1, 'audiblbohi': 1, 'whispervhxqk': 1, 'lawnxdi': 1, 'doghousemilk': 1, 'residenlwfxa': 1, 'vacuumk': 1, 'lawnjr': 1, 'residencpbs': 1, 'neighboregax': 1, 'hoping': 1, 'hope': 1, 'meaningi': 1, 'requirj': 1, 'wanted': 1, 'determining': 1, 'suppresshvw': 1, 'proof': 1, 'changes': 1, 'rearrangbqlg': 1, 'randomuer': 1, 'containn': 1, 'shoulds': 1, 'practically': 1, 'occasionalszxg': 1, 'hazy': 1, 'repressydvml': 1, 'tang': 1, 'ahead': 1, 'below': 1, 'under': 1, 'thru': 1, 'towardkhyrs': 1, 'between': 1, 'beside': 1, 'grabwktxr': 1, 'savourzw': 1, 'redness': 1, 'speaking': 1, 'souriau': 1, 'hardevtqef': 1, 'warmlvye': 1, 'hard': 1, 'somebodp': 1, 'missed': 1, 'unhappj': 1, \"son's\": 1, 'listenerqe': 1, 'girlfriendwsnya': 1, \"he'll\": 1, 'sisterqjtfk': 1, 'coworkertbpf': 1, 'mailing': 1, 'interrupm': 1, 'somethingjmcpi': 1, 'noboda': 1, 'somewhere': 1, 'pitiulpnv': 1, \"that'd\": 1, 'somethingosdqx': 1, 'somethingp': 1, 'someonecrhbd': 1, 'sinnzkc': 1, 'kosher': 1, \"qur'anpy\": 1, 'mercy': 1, 'templefydxz': 1, 'hinduejs': 1, 'muhammsla': 1, 'lutheranwv': 1, 'regretzkbrc': 1, 'tragickh': 1, 'catholickd': 1, 'boundlby': 1, 'hall': 1, 'bending': 1, 'widthxikw': 1, 'loverkfxo': 1, 'pornoiu': 1, 'virgindtrl': 1, 'humpysbwe': 1, 'prudishybiq': 1, 'virginc': 1, 'pubic': 1, 'prostatijvda': 1, 'curbijh': 1, 'deniaxi': 1, 'yearnlkw': 1, 'prudishxc': 1, 'deniabxp': 1, 'constrictimhr': 1, 'withholdyzaqb': 1, 'stops': 1, 'remorset': 1, 'ruinc': 1, 'grimwftle': 1, 'discouragnepqi': 1, 'tragict': 1, 'devastatu': 1, 'unimportant': 1, 'ministerlnfts': 1, 'sikhc': 1, \"I'm\": 1, 'threatxre': 1, 'wagerfv': 1, 'effectcaxgn': 1, 'leadmbhfe': 1, 'creatend': 1, 'deducgulp': 1, 'outcomecli': 1, 'hows': 1, 'producnbu': 1, 'solutionva': 1, 'launchvoap': 1, 'leadhbi': 1, 'provoku': 1, 'offencefhcog': 1, 'overtime': 1, 'ludicrouslf': 1, 'enragoqusn': 1, 'sucks': 1, 'brutals': 1, 'threatd': 1, 'destroyj': 1, 'sinister': 1, 'raping': 1, 'battliz': 1, 'warfareid': 1, 'defensjazn': 1, 'molestgv': 1, 'bucks': 1, 'mortgpzvi': 1, 'judaprfd': 1, 'classes': 1, 'muhammehcml': 1, 'sin': 1, 'laidoff': 1, 'tradejnx': 1, 'taxes': 1, 'freshmknd': 1, 'incorprhq': 1, 'negotiatjf': 1, 'presentationomwfa': 1, 'politics': 1, 'mda': 1, 'revieww': 1, 'owes': 1, 'spending': 1, 'cashk': 1, 'bankpsiar': 1, 'checks': 1, 'kronlwik': 1, 'dinarcsg': 1, 'businesszosw': 1, 'revenueocp': 1, 'costbjwta': 1, 'owe': 1, 'euro': 1, 'auditors': 1, 'store': 1, 'this?': 1}\n", + "0 0.00\n", + "1 0.20\n", + "2 0.00\n", + "3 0.00\n", + "4 0.00\n", + " ... \n", + "537 0.00\n", + "538 0.00\n", + "539 0.25\n", + "540 0.25\n", + "541 0.25\n", + "Name: content_word_accommodation, Length: 542, dtype: float64\n", + " conversation_num message\n", + "671 A able am are\n", + "672 A able am are hello\n", + "673 A able am hello\n", + "674 A able get got\n", + "675 A get\n", + "{'hello': 2}\n", + "0 0.0\n", + "1 0.0\n", + "2 0.5\n", + "3 0.0\n", + "4 0.0\n", + "Name: content_word_accommodation, dtype: float64\n", + " conversation_num message\n", + "676 B able am are\n", + "677 B able am are hello\n", + "678 B able am hello yoyo\n", + "679 B hello yoyo\n", + "{'hello': 3, 'yoyo': 2}\n", + "0 0.000000\n", + "1 0.000000\n", + "2 0.333333\n", + "3 0.833333\n", + "Name: content_word_accommodation, dtype: float64\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/var/folders/q6/rj1_hcnn4l1czvx3phrf8kbw0000gn/T/ipykernel_46302/3956377500.py:27: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " df_conv[\"content_word_accommodation\"] = Content_mimicry_score(\n", + "/var/folders/q6/rj1_hcnn4l1czvx3phrf8kbw0000gn/T/ipykernel_46302/3956377500.py:27: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " df_conv[\"content_word_accommodation\"] = Content_mimicry_score(\n", + "/var/folders/q6/rj1_hcnn4l1czvx3phrf8kbw0000gn/T/ipykernel_46302/3956377500.py:27: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " df_conv[\"content_word_accommodation\"] = Content_mimicry_score(\n", + "/var/folders/q6/rj1_hcnn4l1czvx3phrf8kbw0000gn/T/ipykernel_46302/3956377500.py:27: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " df_conv[\"content_word_accommodation\"] = Content_mimicry_score(\n", + "/var/folders/q6/rj1_hcnn4l1czvx3phrf8kbw0000gn/T/ipykernel_46302/3956377500.py:27: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " df_conv[\"content_word_accommodation\"] = Content_mimicry_score(\n", + "/var/folders/q6/rj1_hcnn4l1czvx3phrf8kbw0000gn/T/ipykernel_46302/3956377500.py:27: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " df_conv[\"content_word_accommodation\"] = Content_mimicry_score(\n", + "/var/folders/q6/rj1_hcnn4l1czvx3phrf8kbw0000gn/T/ipykernel_46302/3956377500.py:27: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " df_conv[\"content_word_accommodation\"] = Content_mimicry_score(\n", + "/var/folders/q6/rj1_hcnn4l1czvx3phrf8kbw0000gn/T/ipykernel_46302/3956377500.py:27: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " df_conv[\"content_word_accommodation\"] = Content_mimicry_score(\n", + "/var/folders/q6/rj1_hcnn4l1czvx3phrf8kbw0000gn/T/ipykernel_46302/3956377500.py:27: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " df_conv[\"content_word_accommodation\"] = Content_mimicry_score(\n", + "/var/folders/q6/rj1_hcnn4l1czvx3phrf8kbw0000gn/T/ipykernel_46302/3956377500.py:27: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " df_conv[\"content_word_accommodation\"] = Content_mimicry_score(\n", + "/var/folders/q6/rj1_hcnn4l1czvx3phrf8kbw0000gn/T/ipykernel_46302/3956377500.py:27: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " df_conv[\"content_word_accommodation\"] = Content_mimicry_score(\n", + "/var/folders/q6/rj1_hcnn4l1czvx3phrf8kbw0000gn/T/ipykernel_46302/3956377500.py:27: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " df_conv[\"content_word_accommodation\"] = Content_mimicry_score(\n", + "/var/folders/q6/rj1_hcnn4l1czvx3phrf8kbw0000gn/T/ipykernel_46302/3956377500.py:27: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " df_conv[\"content_word_accommodation\"] = Content_mimicry_score(\n", + "/var/folders/q6/rj1_hcnn4l1czvx3phrf8kbw0000gn/T/ipykernel_46302/3956377500.py:27: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " df_conv[\"content_word_accommodation\"] = Content_mimicry_score(\n", + "/var/folders/q6/rj1_hcnn4l1czvx3phrf8kbw0000gn/T/ipykernel_46302/3956377500.py:27: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " df_conv[\"content_word_accommodation\"] = Content_mimicry_score(\n", + "/var/folders/q6/rj1_hcnn4l1czvx3phrf8kbw0000gn/T/ipykernel_46302/3956377500.py:27: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " df_conv[\"content_word_accommodation\"] = Content_mimicry_score(\n", + "/var/folders/q6/rj1_hcnn4l1czvx3phrf8kbw0000gn/T/ipykernel_46302/3956377500.py:27: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " df_conv[\"content_word_accommodation\"] = Content_mimicry_score(\n", + "/var/folders/q6/rj1_hcnn4l1czvx3phrf8kbw0000gn/T/ipykernel_46302/3956377500.py:27: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " df_conv[\"content_word_accommodation\"] = Content_mimicry_score(\n", + "/var/folders/q6/rj1_hcnn4l1czvx3phrf8kbw0000gn/T/ipykernel_46302/3956377500.py:27: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " df_conv[\"content_word_accommodation\"] = Content_mimicry_score(\n", + "/var/folders/q6/rj1_hcnn4l1czvx3phrf8kbw0000gn/T/ipykernel_46302/3956377500.py:27: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " df_conv[\"content_word_accommodation\"] = Content_mimicry_score(\n", + "/var/folders/q6/rj1_hcnn4l1czvx3phrf8kbw0000gn/T/ipykernel_46302/3956377500.py:27: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " df_conv[\"content_word_accommodation\"] = Content_mimicry_score(\n", + "/var/folders/q6/rj1_hcnn4l1czvx3phrf8kbw0000gn/T/ipykernel_46302/3956377500.py:27: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " df_conv[\"content_word_accommodation\"] = Content_mimicry_score(\n", + "/var/folders/q6/rj1_hcnn4l1czvx3phrf8kbw0000gn/T/ipykernel_46302/3956377500.py:27: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " df_conv[\"content_word_accommodation\"] = Content_mimicry_score(\n", + "/var/folders/q6/rj1_hcnn4l1czvx3phrf8kbw0000gn/T/ipykernel_46302/3956377500.py:27: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " df_conv[\"content_word_accommodation\"] = Content_mimicry_score(\n", + "/var/folders/q6/rj1_hcnn4l1czvx3phrf8kbw0000gn/T/ipykernel_46302/3956377500.py:27: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " df_conv[\"content_word_accommodation\"] = Content_mimicry_score(\n", + "/var/folders/q6/rj1_hcnn4l1czvx3phrf8kbw0000gn/T/ipykernel_46302/3956377500.py:27: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " df_conv[\"content_word_accommodation\"] = Content_mimicry_score(\n", + "/var/folders/q6/rj1_hcnn4l1czvx3phrf8kbw0000gn/T/ipykernel_46302/3956377500.py:27: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " df_conv[\"content_word_accommodation\"] = Content_mimicry_score(\n" + ] + }, + { + "data": { + "text/html": [ + "
      \n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
      conversation_nummessagefunction_wordscontent_wordsfunction_word_mimicrycontent_word_mimicryfunction_word_accommodationcontent_word_accommodation
      0Bable am are[able, am, are][][][]00.000000
      1Bable am are hello[able, am, are][hello][able, am, are][]30.000000
      2Bable am hello yoyo[able, am][hello, yoyo][able, am][hello]20.000000
      3Bhello yoyo[][hello, yoyo][][hello, yoyo]00.000000
      4Aget[get][][get][]10.000000
      ...........................
      675Aget[get][][get][]10.000000
      676Bable am are[able, am, are][][][]00.000000
      677Bable am are hello[able, am, are][hello][able, am, are][]30.000000
      678Bable am hello yoyo[able, am][hello, yoyo][able, am][hello]20.333333
      679Bhello yoyo[][hello, yoyo][][hello, yoyo]00.833333
      \n", + "

      680 rows × 8 columns

      \n", + "
      " + ], + "text/plain": [ + " conversation_num message function_words content_words \\\n", + "0 B able am are [able, am, are] [] \n", + "1 B able am are hello [able, am, are] [hello] \n", + "2 B able am hello yoyo [able, am] [hello, yoyo] \n", + "3 B hello yoyo [] [hello, yoyo] \n", + "4 A get [get] [] \n", + ".. ... ... ... ... \n", + "675 A get [get] [] \n", + "676 B able am are [able, am, are] [] \n", + "677 B able am are hello [able, am, are] [hello] \n", + "678 B able am hello yoyo [able, am] [hello, yoyo] \n", + "679 B hello yoyo [] [hello, yoyo] \n", + "\n", + " function_word_mimicry content_word_mimicry function_word_accommodation \\\n", + "0 [] [] 0 \n", + "1 [able, am, are] [] 3 \n", + "2 [able, am] [hello] 2 \n", + "3 [] [hello, yoyo] 0 \n", + "4 [get] [] 1 \n", + ".. ... ... ... \n", + "675 [get] [] 1 \n", + "676 [] [] 0 \n", + "677 [able, am, are] [] 3 \n", + "678 [able, am] [hello] 2 \n", + "679 [] [hello, yoyo] 0 \n", + "\n", + " content_word_accommodation \n", + "0 0.000000 \n", + "1 0.000000 \n", + "2 0.000000 \n", + "3 0.000000 \n", + "4 0.000000 \n", + ".. ... \n", + "675 0.000000 \n", + "676 0.000000 \n", + "677 0.000000 \n", + "678 0.333333 \n", + "679 0.833333 \n", + "\n", + "[680 rows x 8 columns]" + ] + }, + "execution_count": 79, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "import pandas as pd\n", + "test_chat_df = pd.read_csv(\"./data/cleaned_data/test_chat_level.csv\")\n", + "df = test_chat_df[['conversation_num', \"message\"]].reset_index(drop=True)\n", + "df\n", + "\n", + "df[\"function_words\"] = df[\"message\"].apply(\n", + " lambda x: get_function_words_in_message(x, function_word_reference=func))\n", + "df[\"content_words\"] = df[\"message\"].apply(\n", + " lambda x: get_content_words_in_message(x, function_word_reference=func))\n", + "\n", + "# Extract the function words / content words that also appears in the immediate previous turn\n", + "df[\"function_word_mimicry\"] = mimic_words(\n", + " df, \"function_words\", \"conversation_num\")\n", + "df[\"content_word_mimicry\"] = mimic_words(\n", + " df, \"content_words\", \"conversation_num\")\n", + "\n", + "# Compute the number of function words that also appears in the immediate previous turn\n", + "df[\"function_word_accommodation\"] = df[\"function_word_mimicry\"].apply(\n", + " function_mimicry_score)\n", + "\n", + "l = []\n", + "\n", + "for conv in df[\"conversation_num\"].unique():\n", + " # print(conv)\n", + " df_conv = df[df[\"conversation_num\"] == conv]\n", + " # Compute the sum of inverse frequency of each content word that also occurred in the other’s immediately prior turn.\n", + " df_conv[\"content_word_accommodation\"] = Content_mimicry_score(\n", + " df_conv, \"content_words\", \"content_word_mimicry\")\n", + " l.append(df_conv['content_word_accommodation'].tolist())\n", + " \n", + "# flatten the list\n", + "l = [item for sublist in l for item in sublist]\n", + "l\n", + "df['content_word_accommodation'] = l\n", + "df\n" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
      \n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
      conversation_numspeaker_nicknamemessageexpected_columnexpected_valuemessage_originalmessage_lower_with_puncpositive_bertnegative_bertneutral_bert...num_numbered_pointsnum_line_breaksnum_quotesnum_block_quote_responsesnum_ellipsesnum_parenthesesnum_emojimimicry_bertmoving_mimicryforward_flow
      01Ahello i like fishnum_words4.00000Hello I like fish.hello i like fish.0.8970700.0044840.098446...01000000.0000000.0000000.000000e+00
      11Bthis sentence has five wordsnum_words5.00000This sentence has five words.this sentence has five words.0.0419380.1313700.826692...01000000.1134660.1134668.865345e-01
      22Ahellonum_words1.00000Hello??hello??0.1380020.0538700.808129...01000000.0000000.0000000.000000e+00
      32Bis 4 a wordnum_words4.00000Is 4 a word?is 4 a word?0.0424290.1166170.840954...01000000.1242320.1242328.757685e-01
      43ANaNnum_words0.00000..0.3023180.1205070.577175...01000000.0000000.0000000.000000e+00
      ..................................................................
      1D2bought some groceries for dinnerinfo_exchange_zscore_conversation1.73205Bought some groceries for dinnerbought some groceries for dinner0.5283250.0102190.461456...01000000.3787250.3787256.212753e-01
      2D3its raining todayinfo_exchange_zscore_chats-1.73205It's raining todayit's raining today0.2852140.1111690.603617...01000000.1792770.2790018.309010e-01
      3E1i went to the storeinfo_exchange_zscore_chats0.00000I went to the storei went to the store0.2660870.0291110.704801...01000000.0000000.0000000.000000e+00
      4E1i went to the storeinfo_exchange_zscore_chats0.00000I went to the storei went to the store0.2660870.0291110.704802...01000001.0000001.000000-2.220446e-16
      5E1i went to the storeinfo_exchange_zscore_chats0.00000I went to the storei went to the store0.2660870.0291110.704802...01000001.0000001.000000-2.220446e-16
      \n", + "

      695 rows × 160 columns

      \n", + "
      " + ], + "text/plain": [ + " conversation_num speaker_nickname message \\\n", + "0 1 A hello i like fish \n", + "1 1 B this sentence has five words \n", + "2 2 A hello \n", + "3 2 B is 4 a word \n", + "4 3 A NaN \n", + ".. ... ... ... \n", + "1 D 2 bought some groceries for dinner \n", + "2 D 3 its raining today \n", + "3 E 1 i went to the store \n", + "4 E 1 i went to the store \n", + "5 E 1 i went to the store \n", + "\n", + " expected_column expected_value \\\n", + "0 num_words 4.00000 \n", + "1 num_words 5.00000 \n", + "2 num_words 1.00000 \n", + "3 num_words 4.00000 \n", + "4 num_words 0.00000 \n", + ".. ... ... \n", + "1 info_exchange_zscore_conversation 1.73205 \n", + "2 info_exchange_zscore_chats -1.73205 \n", + "3 info_exchange_zscore_chats 0.00000 \n", + "4 info_exchange_zscore_chats 0.00000 \n", + "5 info_exchange_zscore_chats 0.00000 \n", + "\n", + " message_original message_lower_with_punc \\\n", + "0 Hello I like fish. hello i like fish. \n", + "1 This sentence has five words. this sentence has five words. \n", + "2 Hello?? hello?? \n", + "3 Is 4 a word? is 4 a word? \n", + "4 . . \n", + ".. ... ... \n", + "1 Bought some groceries for dinner bought some groceries for dinner \n", + "2 It's raining today it's raining today \n", + "3 I went to the store i went to the store \n", + "4 I went to the store i went to the store \n", + "5 I went to the store i went to the store \n", + "\n", + " positive_bert negative_bert neutral_bert ... num_numbered_points \\\n", + "0 0.897070 0.004484 0.098446 ... 0 \n", + "1 0.041938 0.131370 0.826692 ... 0 \n", + "2 0.138002 0.053870 0.808129 ... 0 \n", + "3 0.042429 0.116617 0.840954 ... 0 \n", + "4 0.302318 0.120507 0.577175 ... 0 \n", + ".. ... ... ... ... ... \n", + "1 0.528325 0.010219 0.461456 ... 0 \n", + "2 0.285214 0.111169 0.603617 ... 0 \n", + "3 0.266087 0.029111 0.704801 ... 0 \n", + "4 0.266087 0.029111 0.704802 ... 0 \n", + "5 0.266087 0.029111 0.704802 ... 0 \n", + "\n", + " num_line_breaks num_quotes num_block_quote_responses num_ellipses \\\n", + "0 1 0 0 0 \n", + "1 1 0 0 0 \n", + "2 1 0 0 0 \n", + "3 1 0 0 0 \n", + "4 1 0 0 0 \n", + ".. ... ... ... ... \n", + "1 1 0 0 0 \n", + "2 1 0 0 0 \n", + "3 1 0 0 0 \n", + "4 1 0 0 0 \n", + "5 1 0 0 0 \n", + "\n", + " num_parentheses num_emoji mimicry_bert moving_mimicry forward_flow \n", + "0 0 0 0.000000 0.000000 0.000000e+00 \n", + "1 0 0 0.113466 0.113466 8.865345e-01 \n", + "2 0 0 0.000000 0.000000 0.000000e+00 \n", + "3 0 0 0.124232 0.124232 8.757685e-01 \n", + "4 0 0 0.000000 0.000000 0.000000e+00 \n", + ".. ... ... ... ... ... \n", + "1 0 0 0.378725 0.378725 6.212753e-01 \n", + "2 0 0 0.179277 0.279001 8.309010e-01 \n", + "3 0 0 0.000000 0.000000 0.000000e+00 \n", + "4 0 0 1.000000 1.000000 -2.220446e-16 \n", + "5 0 0 1.000000 1.000000 -2.220446e-16 \n", + "\n", + "[695 rows x 160 columns]" + ] + }, + "execution_count": 2, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "import pandas as pd\n", + "test_chat_df = pd.read_csv(\"./output/chat/test_chat_level_chat.csv\")\n", + "test_info_exchange_zscore_df = pd.read_csv(\"./output/chat/info_exchange_zscore_chats.csv\")\n", + "pd.concat([test_chat_df, test_info_exchange_zscore_df], axis=0)" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "['-', '-']" + ] + }, + "execution_count": 8, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "import pandas as pd\n", + "import re\n", + "import nltk\n", + "import pyphen\n", + "\n", + "# Define the function to calculate the Dale-Chall score\n", + "def count_syllables(word):\n", + " \"\"\"\n", + " Count the number of syllables in a word.\n", + " \n", + " Args:\n", + " word(str): The input word.\n", + "\n", + " Returns:\n", + " int: The number of syllables in the word.\n", + " \"\"\"\n", + " dic = pyphen.Pyphen(lang='en')\n", + " pyphen_result = dic.inserted(word)\n", + " return re.findall(r\"-\", pyphen_result)\n", + "\n", + "count_syllables(\"difficulty\")" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "4" + ] + }, + "execution_count": 9, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "import re\n", + "\n", + "VOWEL_RUNS = re.compile(\"[aeiouy]+\", flags=re.I)\n", + "EXCEPTIONS = re.compile(\n", + " # fixes trailing e issues:\n", + " # smite, scared\n", + " \"[^aeiou]e[sd]?$|\"\n", + " # fixes adverbs:\n", + " # nicely\n", + " + \"[^e]ely$\",\n", + " flags=re.I\n", + ")\n", + "ADDITIONAL = re.compile(\n", + " # fixes incorrect subtractions from exceptions:\n", + " # smile, scarred, raises, fated\n", + " \"[^aeioulr][lr]e[sd]?$|[csgz]es$|[td]ed$|\"\n", + " # fixes miscellaneous issues:\n", + " # flying, piano, video, prism, fire, evaluate\n", + " + \".y[aeiou]|ia(?!n$)|eo|ism$|[^aeiou]ire$|[^gq]ua\",\n", + " flags=re.I\n", + ")\n", + "\n", + "def count_syllables(word):\n", + " vowel_runs = len(VOWEL_RUNS.findall(word))\n", + " exceptions = len(EXCEPTIONS.findall(word))\n", + " additional = len(ADDITIONAL.findall(word))\n", + " return max(1, vowel_runs - exceptions + additional)\n", + "\n", + "count_syllables(\"difficulty\")" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "2" + ] + }, + "execution_count": 4, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "import re\n", + "text = \"even this is magnificent! even this is magnificent!\"\n", + "num_words = len(text.split())\n", + "num_sentences = re.split(r'[.?!]\\s*', text)\n", + "\n", + "# remove empty strings\n", + "num_sentences = [x for x in num_sentences if x]\n", + "len(num_sentences)" + ] + }, + { + "cell_type": "code", + "execution_count": 35, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\\bi\\b|\\bme\\b|\\bmy\\b|\\bmine\\b|\\bwe\\b|\\bus\\b|\\bour\\b|\\bours\\b\n" + ] + }, + { + "data": { + "text/plain": [ + "[]" + ] + }, + "execution_count": 35, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "import re\n", + "first_person = [\"i\", \"me\", \"my\", \"mine\", \"we\", \"us\", \"our\", \"ours\"]\n", + "first_person_regex = \"\\\\b|\\\\b\".join(first_person)\n", + "first_person_regex = \"\\\\b\" + first_person_regex + \"\\\\b\"\n", + "print(first_person_regex)\n", + "re.findall(first_person_regex, \"hiii\")\n" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": ".venv", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.12.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/tests/ipython_notebooks/hi.csv b/tests/ipython_notebooks/hi.csv new file mode 100644 index 00000000..b9e52d04 --- /dev/null +++ b/tests/ipython_notebooks/hi.csv @@ -0,0 +1,30 @@ +,0 +5,num_all_caps +7,num_links +11,num_reddit_users +13,num_emphasis +15,num_bullet_points +17,num_numbered_points +18,num_line_breaks +21,num_quotes +24,num_block_quote_responses +30,num_ellipses +32,num_parentheses +37,certainty_rocklage +64,Hello +65,Token_count +66,YesNo_Questions +67,WH_Questions +70,Impersonal_Pronoun +71,Hedges +73,First_Person_Single +74,factuality +76,Acknowledgement +78,Adverb_Limiter +79,indirect_greeting +83,direct_question +84,hasnegative +86,haspositive +88,subjunctive +89,apologizing + diff --git a/tests/ipython_notebooks/info_divvy.csv b/tests/ipython_notebooks/info_divvy.csv new file mode 100644 index 00000000..92823f50 --- /dev/null +++ b/tests/ipython_notebooks/info_divvy.csv @@ -0,0 +1,11 @@ +conversation_num,speaker_nickname,timestamp,message,feature +conversation_5, speaker_1,, Did you catch the latest episode of that show everyone’s talking about?,info_diversity +conversation_5, speaker_2,, Yeah it was intense! But I had to pause halfway to finish my assignment.,info_diversity +conversation_5, speaker_3,, I haven’t started watching it yet. Is it really that good?,info_diversity +conversation_5, speaker_1,, Definitely worth it. But speaking of assignments how’s your machine learning course going?,info_diversity +conversation_5, speaker_2,, It’s going well! I’m almost done with the neural networks module.,info_diversity +conversation_5, speaker_3,, Neural networks? That’s tough. I’m still stuck on the earlier parts.,info_diversity +conversation_5, speaker_1,, You’ll get there. Just take it one step at a time. Also are you guys thinking about internships yet?,info_diversity +conversation_5, speaker_2,, I am! I’m applying to a few tech companies next week.,info_diversity +conversation_5, speaker_3,, I should probably start looking too. I’m just so caught up with other things.,info_diversity +conversation_5, speaker_1,, Same here. Between school shows and job applications it’s hard to find balance.,info_diversity \ No newline at end of file diff --git a/tests/ipython_notebooks/info_divvy_LDA.csv b/tests/ipython_notebooks/info_divvy_LDA.csv new file mode 100644 index 00000000..ee33004c --- /dev/null +++ b/tests/ipython_notebooks/info_divvy_LDA.csv @@ -0,0 +1,89 @@ +conversation_num,speaker_nickname,timestamp,message,feature +conversation_1, speaker_1,, Have you noticed the weather?, low +conversation_1, speaker_1,, Have you noticed the weather?, low +conversation_1, speaker_1,, Have you noticed the weather?, low +conversation_1, speaker_1,, Have you noticed the weather?, low +conversation_1, speaker_1,, Have you noticed the weather?, low +conversation_1, speaker_1,, Have you noticed the weather?, low +conversation_1, speaker_1,, Have you noticed the weather?, low +conversation_1, speaker_1,, Have you noticed the weather?, low +conversation_1, speaker_1,, Have you noticed the weather?, low +conversation_1, speaker_1,, Have you noticed the weather?, low +conversation_1, speaker_1,, Have you noticed the weather?, low +conversation_2, speaker_1,, Did you finish the book we were reading for class?, high +conversation_2, speaker_1,, Did you finish the book we were reading for class?, high +conversation_2, speaker_1,, Did you finish the book we were reading for class?, high +conversation_2, speaker_1,, Did you finish the book we were reading for class?, high +conversation_2, speaker_1,, Did you finish the book we were reading for class?, high +conversation_2, speaker_1,, Did you finish the book we were reading for class?, high +conversation_2, speaker_1,, Did you finish the book we were reading for class?, high +conversation_2, speaker_1,, Did you finish the book we were reading for class?, high +conversation_2, speaker_1,, Did you finish the book we were reading for class?, high +conversation_2, speaker_1,, Did you finish the book we were reading for class?, high +conversation_2, speaker_1,, Did you finish the book we were reading for class?, high +conversation_3, speaker_2,, Not yet but I did bake cookies yesterday!, high +conversation_3, speaker_1,, Oh that sounds fun! What kind of cookies?, high +conversation_3, speaker_2,, Chocolate chip! But I still need to find time for that book., high +conversation_3, speaker_1,, Yeah reading is tough with everything going on. Have you seen the new movie that came out last week?, high +conversation_3, speaker_2,, No I haven’t! I’ve been too busy reorganizing my room., high +conversation_3, speaker_1,, Reorganizing? I just bought some new plants for my room. Makes it feel fresh!, high +conversation_3, speaker_2,, That’s great! I’ve been thinking about getting a pet fish actually., high +conversation_3, speaker_1,, Fish are fun! Do you know what kind you want?, high +conversation_3, speaker_2,, Not sure yet but maybe something colorful. Oh speaking of colorful I’m painting my room too!, high +conversation_4, speaker_1,, Have you seen the new park they built nearby, low +conversation_4, speaker_2,, Yes I walked through it yesterday it’s so scenic, low +conversation_4, speaker_1,, I love how there’s so much space for picnics, low +conversation_4, speaker_2,, And the playground is perfect kids it was packed, low +conversation_4, speaker_1,, I noticed that too lots of families seem to love it, low +conversation_4, speaker_2,, It’s great to have such a community space close to home, low +conversation_4, speaker_2,, That’s a good idea there are plenty of shady spots under the trees, low +conversation_4, speaker_1,, I might even bring a picnic lunch next time, low +conversation_4, speaker_2,, Sounds perfect it’s such a peaceful place to relax, low +conversation_5, speaker_1,, Have you seen the new park they opened nearby, low +conversation_5, speaker_2,, Yes I went for a walk there the other day, low +conversation_5, speaker_1,, It’s so well designed with lots of walking paths, low +conversation_5, speaker_2,, I agree the flowers they planted are beautiful too, low +conversation_5, speaker_1,, I love how quiet it is despite being in the city, low +conversation_5, speaker_1,, I’m planning to take my bike there this weekend, low +conversation_5, speaker_2,, Good idea the paths are great for cycling too, low +conversation_5, speaker_1,, I might bring a bike and just hang out for a while, low +conversation_5, speaker_2,, Sounds like a perfect weekend plan, low +conversation_6, speaker_1,, Did you hear about the new sandwich shop downtown, high +conversation_6, speaker_2,, No but I just adopted a cat, high +conversation_6, speaker_2,, Her name is Luna she’s so playful, high +conversation_6, speaker_1,, I love that name I bet she’s cute, high +conversation_6, speaker_2,, She is and she’s already exploring every corner of the house, high +conversation_6, speaker_1,, I’ve been thinking about trying that new shop this weekend, high +conversation_6, speaker_2,, You should do it and let me know if it’s good I’ve been craving some clothes, high +conversation_6, speaker_1,, For sure I’ll grab one after my yoga class, high +conversation_6, speaker_2,, Oh you’re into yoga I’ve been thinking of starting it too, high +conversation_7, speaker_1,, Did you catch the game last night, low +conversation_7, speaker_2,, Yeah it was so close the whole time, low +conversation_7, speaker_1,, I know right the last quarter was so intense, low +conversation_7, speaker_2,, I thought our team had it for a second, low +conversation_7, speaker_1,, Same here that final play was crazy, low +conversation_7, speaker_2,, It’s been a while since a game kept me on the edge like that, low +conversation_7, speaker_1,, It makes you appreciate how skilled the players are, low +conversation_7, speaker_2,, Definitely they train so hard for moments like that, low +conversation_7, speaker_1,, I’m excited for the next game it’s going to be another tough one, low +conversation_7, speaker_2,, Me too can’t wait to see how it turns out, low +conversation_8, speaker_1,, Did you catch the game last night, low +conversation_8, speaker_2,, Yes it was so intense especially toward the end, low +conversation_8, speaker_1,, I know right I was on the edge of my seat, low +conversation_8, speaker_2,, The way our team came back in the second half was amazing, low +conversation_8, speaker_1,, That defense was on point they really stepped up, low +conversation_8, speaker_2,, For sure it was a great team effort, low +conversation_8, speaker_1,, I can’t wait for the next match it’s going to be exciting, low +conversation_8, speaker_2,, Me neither hopefully we’ll win this time, low +conversation_8, speaker_1,, Fingers crossed I’m already looking forward to it, low +conversation_8, speaker_2,, Same here I’m definitely going to watch, low +conversation_9, speaker_1,, Do you want to go to the concert this weekend, high +conversation_9, speaker_2,, I’m not sure but I did just finish a 500 piece puzzle, high +conversation_9, speaker_1,, That’s impressive puzzles are so relaxing, high +conversation_9, speaker_2,, They really are it took me a few hours but it was worth it, high +conversation_9, speaker_1,, Speaking of relaxing I’ve been getting into meditation, high +conversation_9, speaker_2,, Oh that sounds great I’ve always wanted to try that, high +conversation_9, speaker_1,, You should it really helps clear your mind, high +conversation_9, speaker_2,, Maybe I’ll give it a shot after finishing this new book I started, high +conversation_9, speaker_1,, What book are you reading, high +conversation_9, speaker_2,, It’s a mystery novel so good I can’t put it down, high \ No newline at end of file diff --git a/tests/ipython_notebooks/infodiv.ipynb b/tests/ipython_notebooks/infodiv.ipynb new file mode 100644 index 00000000..6b5c8814 --- /dev/null +++ b/tests/ipython_notebooks/infodiv.ipynb @@ -0,0 +1,860 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Previous LDA Model Results" + ] + }, + { + "cell_type": "code", + "execution_count": 146, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Attempt Number: 0\n", + "[FAILED] Test Case # conversation_7 : 0.7512651685958739\n", + "Attempt Number: 1\n", + "[FAILED] Test Case # conversation_4 : 0.5894661985718989\n", + "[FAILED] Test Case # conversation_7 : 0.34210148136901297\n", + "Attempt Number: 2\n", + "[FAILED] Test Case # conversation_7 : 0.23791709508394202\n", + "Attempt Number: 3\n", + "Attempt Number: 4\n", + "Attempt Number: 5\n", + "[FAILED] Test Case # conversation_4 : 0.004348320675631441\n", + "[FAILED] Test Case # conversation_7 : 0.8276635597113645\n", + "Attempt Number: 6\n", + "[FAILED] Test Case # conversation_4 : 0.09795153483568632\n", + "Attempt Number: 7\n", + "[FAILED] Test Case # conversation_7 : 0.2380256154675347\n", + "Attempt Number: 8\n", + "[FAILED] Test Case # conversation_7 : 0.5724496119873153\n", + "Attempt Number: 9\n", + "[FAILED] Test Case # conversation_4 : 0.6125460013915317\n", + "[FAILED] Test Case # conversation_7 : 0.7434659153438612\n" + ] + } + ], + "source": [ + "import pandas as pd\n", + "from information_diversity import *\n", + "\n", + "df = pd.read_csv('info_divvy_LDA.csv')\n", + "\n", + "def get_batches(dataframe, batch_size=3):\n", + " batches = []\n", + " rows = list(dataframe.iterrows())\n", + " for i in range(0, len(rows), batch_size):\n", + " batches.append(rows[i:i + batch_size])\n", + " return batches\n", + "\n", + "for i in range(0, 10):\n", + " print(\"Attempt Number: \", i)\n", + " output_df = get_info_diversity(df, \"conversation_num\", \"message\")\n", + "\n", + " batches = get_batches(output_df)\n", + "\n", + " count = 0\n", + "\n", + " # print(\"ALL RESULTS SHOULD BE OVER \")\n", + "\n", + " for batch in batches:\n", + " feature = \"info_diversity\"\n", + "\n", + " og_result = batch[0][1][feature]\n", + " inv_result = batch[1][1][feature]\n", + " dir_result = batch[2][1][feature]\n", + "\n", + " inv_distance = abs(og_result - inv_result)\n", + " dir_distance = abs(og_result - dir_result)\n", + " count += 1\n", + "\n", + " if dir_distance < inv_distance:\n", + " print(\"[FAILED] Test Case #\", batch[0][1][\"conversation_num\"], \":\", dir_distance / inv_distance)\n", + " # print(\"Test Case #\", count, \":\", dir_distance / inv_distance)\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Preliminary BERT Model avec Distributions\n", + "\n", + "As we notice, the LDA model trends to be extremely stochastic in its implementation. We are going to pivot to BERTopic to create these topic representations and determine if that's giving us a more fruitful result. We are going to set a parameter to equal the minimum number of chats in a topics to indirectly affect the number of topic generates. With less chats permitted to be assigned a topic, we inherently generate more topics. " + ] + }, + { + "cell_type": "code", + "execution_count": 56, + "metadata": {}, + "outputs": [], + "source": [ + "from bertopic import BERTopic\n", + "from bertopic.representation import KeyBERTInspired\n", + "\n", + "\n", + "docs = pd.read_csv('info_divvy.csv')['message'].to_list()\n", + "representation_model = KeyBERTInspired()\n", + "topic_model = BERTopic(representation_model=KeyBERTInspired(), min_topic_size=2)\n", + "# topics, probs = topic_model.fit_transform(docs)\n", + "topics = topic_model.fit(docs)" + ] + }, + { + "cell_type": "code", + "execution_count": 202, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
      \n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
      TopicCountNameRepresentationRepresentative_Docs
      0-15-1_watching_episode_shows_intense[watching, episode, shows, intense, same, yeah...[ I should probably start looking too. I’m jus...
      1030_internships_applying_assignments_learning[internships, applying, assignments, learning,...[ I am! I’m applying to a few tech companies n...
      2121_neural_networks_module_tough[neural, networks, module, tough, stuck, parts...[ It’s going well! I’m almost done with the ne...
      \n", + "
      " + ], + "text/plain": [ + " Topic Count Name \\\n", + "0 -1 5 -1_watching_episode_shows_intense \n", + "1 0 3 0_internships_applying_assignments_learning \n", + "2 1 2 1_neural_networks_module_tough \n", + "\n", + " Representation \\\n", + "0 [watching, episode, shows, intense, same, yeah... \n", + "1 [internships, applying, assignments, learning,... \n", + "2 [neural, networks, module, tough, stuck, parts... \n", + "\n", + " Representative_Docs \n", + "0 [ I should probably start looking too. I’m jus... \n", + "1 [ I am! I’m applying to a few tech companies n... \n", + "2 [ It’s going well! I’m almost done with the ne... " + ] + }, + "execution_count": 202, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "topics = topic_model.fit(docs)\n", + "topic_model.get_topic_info()" + ] + }, + { + "cell_type": "code", + "execution_count": 191, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
      \n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
      DocumentTopicNameRepresentationRepresentative_DocsTop_n_wordsProbabilityRepresentative_document
      0Did you catch the latest episode of that show...-1-1_internships_assignments_learning_intense[internships, assignments, learning, intense, ...[ Yeah it was intense! But I had to pause half...internships - assignments - learning - intense...0.0False
      1Yeah it was intense! But I had to pause halfw...-1-1_internships_assignments_learning_intense[internships, assignments, learning, intense, ...[ Yeah it was intense! But I had to pause half...internships - assignments - learning - intense...0.0True
      2I haven’t started watching it yet. Is it real...-1-1_internships_assignments_learning_intense[internships, assignments, learning, intense, ...[ Yeah it was intense! But I had to pause half...internships - assignments - learning - intense...0.0False
      3Definitely worth it. But speaking of assignme...-1-1_internships_assignments_learning_intense[internships, assignments, learning, intense, ...[ Yeah it was intense! But I had to pause half...internships - assignments - learning - intense...0.0False
      4It’s going well! I’m almost done with the neu...-1-1_internships_assignments_learning_intense[internships, assignments, learning, intense, ...[ Yeah it was intense! But I had to pause half...internships - assignments - learning - intense...0.0True
      5Neural networks? That’s tough. I’m still stuc...-1-1_internships_assignments_learning_intense[internships, assignments, learning, intense, ...[ Yeah it was intense! But I had to pause half...internships - assignments - learning - intense...0.0False
      6You’ll get there. Just take it one step at a ...-1-1_internships_assignments_learning_intense[internships, assignments, learning, intense, ...[ Yeah it was intense! But I had to pause half...internships - assignments - learning - intense...0.0True
      7I am! I’m applying to a few tech companies ne...-1-1_internships_assignments_learning_intense[internships, assignments, learning, intense, ...[ Yeah it was intense! But I had to pause half...internships - assignments - learning - intense...0.0False
      8I should probably start looking too. I’m just...-1-1_internships_assignments_learning_intense[internships, assignments, learning, intense, ...[ Yeah it was intense! But I had to pause half...internships - assignments - learning - intense...0.0False
      9Same here. Between school shows and job appli...-1-1_internships_assignments_learning_intense[internships, assignments, learning, intense, ...[ Yeah it was intense! But I had to pause half...internships - assignments - learning - intense...0.0False
      \n", + "
      " + ], + "text/plain": [ + " Document Topic \\\n", + "0 Did you catch the latest episode of that show... -1 \n", + "1 Yeah it was intense! But I had to pause halfw... -1 \n", + "2 I haven’t started watching it yet. Is it real... -1 \n", + "3 Definitely worth it. But speaking of assignme... -1 \n", + "4 It’s going well! I’m almost done with the neu... -1 \n", + "5 Neural networks? That’s tough. I’m still stuc... -1 \n", + "6 You’ll get there. Just take it one step at a ... -1 \n", + "7 I am! I’m applying to a few tech companies ne... -1 \n", + "8 I should probably start looking too. I’m just... -1 \n", + "9 Same here. Between school shows and job appli... -1 \n", + "\n", + " Name \\\n", + "0 -1_internships_assignments_learning_intense \n", + "1 -1_internships_assignments_learning_intense \n", + "2 -1_internships_assignments_learning_intense \n", + "3 -1_internships_assignments_learning_intense \n", + "4 -1_internships_assignments_learning_intense \n", + "5 -1_internships_assignments_learning_intense \n", + "6 -1_internships_assignments_learning_intense \n", + "7 -1_internships_assignments_learning_intense \n", + "8 -1_internships_assignments_learning_intense \n", + "9 -1_internships_assignments_learning_intense \n", + "\n", + " Representation \\\n", + "0 [internships, assignments, learning, intense, ... \n", + "1 [internships, assignments, learning, intense, ... \n", + "2 [internships, assignments, learning, intense, ... \n", + "3 [internships, assignments, learning, intense, ... \n", + "4 [internships, assignments, learning, intense, ... \n", + "5 [internships, assignments, learning, intense, ... \n", + "6 [internships, assignments, learning, intense, ... \n", + "7 [internships, assignments, learning, intense, ... \n", + "8 [internships, assignments, learning, intense, ... \n", + "9 [internships, assignments, learning, intense, ... \n", + "\n", + " Representative_Docs \\\n", + "0 [ Yeah it was intense! But I had to pause half... \n", + "1 [ Yeah it was intense! But I had to pause half... \n", + "2 [ Yeah it was intense! But I had to pause half... \n", + "3 [ Yeah it was intense! But I had to pause half... \n", + "4 [ Yeah it was intense! But I had to pause half... \n", + "5 [ Yeah it was intense! But I had to pause half... \n", + "6 [ Yeah it was intense! But I had to pause half... \n", + "7 [ Yeah it was intense! But I had to pause half... \n", + "8 [ Yeah it was intense! But I had to pause half... \n", + "9 [ Yeah it was intense! But I had to pause half... \n", + "\n", + " Top_n_words Probability \\\n", + "0 internships - assignments - learning - intense... 0.0 \n", + "1 internships - assignments - learning - intense... 0.0 \n", + "2 internships - assignments - learning - intense... 0.0 \n", + "3 internships - assignments - learning - intense... 0.0 \n", + "4 internships - assignments - learning - intense... 0.0 \n", + "5 internships - assignments - learning - intense... 0.0 \n", + "6 internships - assignments - learning - intense... 0.0 \n", + "7 internships - assignments - learning - intense... 0.0 \n", + "8 internships - assignments - learning - intense... 0.0 \n", + "9 internships - assignments - learning - intense... 0.0 \n", + "\n", + " Representative_document \n", + "0 False \n", + "1 True \n", + "2 False \n", + "3 False \n", + "4 True \n", + "5 False \n", + "6 True \n", + "7 False \n", + "8 False \n", + "9 False " + ] + }, + "execution_count": 191, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "topic_model.get_document_info(docs)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Topic Distribution per Chat" + ] + }, + { + "cell_type": "code", + "execution_count": 147, + "metadata": {}, + "outputs": [], + "source": [ + "from sklearn.metrics.pairwise import cosine_distances\n", + "import warnings\n", + "warnings.filterwarnings('ignore')\n", + "\n", + "def new_ID(docs_df):\n", + " docs = docs_df['message'].to_list()\n", + " representation_model = KeyBERTInspired()\n", + " topic_model = BERTopic(representation_model=KeyBERTInspired(), min_topic_size=2)\n", + " topic_model = topic_model.fit(docs)\n", + " # print(\"Conversation:\", docs_df[\"conversation_num\"].iloc[0], len(topic_model.get_topic_info()))\n", + " counter = 0\n", + " while (len(topic_model.get_topic_info()) == 1 and counter <= 5):\n", + " counter += 1\n", + " topic_model = topic_model.fit(docs)\n", + " # print(\"Retrying:\", len(topic_model.get_topic_info()))\n", + "\n", + " if len(topic_model.get_topic_info()) == 1:\n", + " return 0\n", + " \n", + " # TODO: This line FAILS when the number of topics is 1\n", + " topic_distr, _ = topic_model.approximate_distribution(docs)\n", + "\n", + " mean_vector = np.mean(topic_distr, axis=0)\n", + "\n", + " info_diversity = np.sum(cosine_distances(topic_distr, mean_vector.reshape(1, -1)))\n", + " info_diversity /= len(topic_distr)\n", + " return info_diversity\n", + "\n", + "def overhead_function(docs):\n", + " # print(\"Conversation number\", docs[\"conversation_num\"])\n", + " docs = docs['message'].to_list()\n", + " return new_ID(docs)\n", + "\n", + "# iterate through conversations, uniquely identified by \"conversation_num\" parameter\n", + "# group by conversation_num\n" + ] + }, + { + "cell_type": "code", + "execution_count": 148, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Attempt Number: 0\n", + "Attempt Number: 1\n", + "Attempt Number: 2\n", + "[FAILED] Test Case # conversation_4 : 0.9255120808110898\n", + "Attempt Number: 3\n", + "[FAILED] Test Case # conversation_4 : 0.1524170510975725\n", + "Attempt Number: 4\n", + "Attempt Number: 5\n", + "Attempt Number: 6\n", + "[FAILED] Test Case # conversation_4 : 0.8195466395333789\n", + "Attempt Number: 7\n", + "[FAILED] Test Case # conversation_4 : 0.7609662129271485\n", + "Attempt Number: 8\n", + "[FAILED] Test Case # conversation_4 : 0.9477367878580975\n", + "Attempt Number: 9\n" + ] + } + ], + "source": [ + "warnings.filterwarnings('ignore')\n", + "for i in range(0, 10):\n", + " print(\"Attempt Number:\", i)\n", + " output_df = df.groupby(\"conversation_num\").apply(lambda x: new_ID(x)).to_frame().reset_index()\n", + " output_df.columns = [\"conversation_num\", \"info_diversity\"]\n", + "\n", + " batches = get_batches(output_df)\n", + "\n", + " for batch in batches:\n", + " feature = \"info_diversity\"\n", + " \n", + " og_result = batch[0][1][feature]\n", + " inv_result = batch[1][1][feature]\n", + " dir_result = batch[2][1][feature]\n", + "\n", + " inv_distance = abs(og_result - inv_result)\n", + " dir_distance = abs(og_result - dir_result)\n", + "\n", + " if dir_distance < inv_distance:\n", + " print(\"[FAILED] Test Case #\", batch[0][1][\"conversation_num\"], \":\", dir_distance / inv_distance)" + ] + }, + { + "cell_type": "code", + "execution_count": 219, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "conversation_1\n", + "conversation_2\n", + "conversation_3\n", + "conversation_4\n", + "conversation_5\n", + "conversation_6\n", + "conversation_7\n", + "conversation_8\n", + "conversation_9\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/var/folders/q6/rj1_hcnn4l1czvx3phrf8kbw0000gn/T/ipykernel_42521/3743902667.py:1: DeprecationWarning:\n", + "\n", + "DataFrameGroupBy.apply operated on the grouping columns. This behavior is deprecated, and in a future version of pandas the grouping columns will be excluded from the operation. Either pass `include_groups=False` to exclude the groupings or explicitly select the grouping columns after groupby to silence this warning.\n", + "\n" + ] + }, + { + "data": { + "text/html": [ + "
      \n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
      \n", + "
      " + ], + "text/plain": [ + "Empty DataFrame\n", + "Columns: []\n", + "Index: []" + ] + }, + "execution_count": 219, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "df.groupby(\"conversation_num\").apply(lambda x: print(x['conversation_num'].iloc[0]))" + ] + }, + { + "cell_type": "code", + "execution_count": 104, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
      \n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
      DocumentTopicNameRepresentationRepresentative_DocsTop_n_wordsProbabilityRepresentative_document
      0I’ve been thinking about starting a garden bu...00_gardening_garden_vegetables_plants[gardening, garden, vegetables, plants, grow, ...[ I hear you I’m also limited on space but I’m...gardening - garden - vegetables - plants - gro...1.000000False
      1Gardening is super relaxing You should start ...00_gardening_garden_vegetables_plants[gardening, garden, vegetables, plants, grow, ...[ I hear you I’m also limited on space but I’m...gardening - garden - vegetables - plants - gro...0.937373False
      2That sounds fun I’ve always wanted to grow my...00_gardening_garden_vegetables_plants[gardening, garden, vegetables, plants, grow, ...[ I hear you I’m also limited on space but I’m...gardening - garden - vegetables - plants - gro...0.985573True
      3I hear you I’m also limited on space but I’m ...00_gardening_garden_vegetables_plants[gardening, garden, vegetables, plants, grow, ...[ I hear you I’m also limited on space but I’m...gardening - garden - vegetables - plants - gro...1.000000True
      4That’s a great idea You can grow a lot in con...00_gardening_garden_vegetables_plants[gardening, garden, vegetables, plants, grow, ...[ I hear you I’m also limited on space but I’m...gardening - garden - vegetables - plants - gro...0.817586True
      5Speaking of strategy has anyone been followin...11_chess_strategy_play_tournaments[chess, strategy, play, tournaments, intense, ...[ I’m not a chess expert but I enjoy watching ...chess - strategy - play - tournaments - intens...1.000000True
      6I have The level of play this year has been i...11_chess_strategy_play_tournaments[chess, strategy, play, tournaments, intense, ...[ I’m not a chess expert but I enjoy watching ...chess - strategy - play - tournaments - intens...0.848621True
      7I’m not a chess expert but I enjoy watching t...11_chess_strategy_play_tournaments[chess, strategy, play, tournaments, intense, ...[ I’m not a chess expert but I enjoy watching ...chess - strategy - play - tournaments - intens...1.000000True
      8It’s amazing how much thought goes into each ...11_chess_strategy_play_tournaments[chess, strategy, play, tournaments, intense, ...[ I’m not a chess expert but I enjoy watching ...chess - strategy - play - tournaments - intens...0.848621False
      9Definitely I find that playing chess really s...11_chess_strategy_play_tournaments[chess, strategy, play, tournaments, intense, ...[ I’m not a chess expert but I enjoy watching ...chess - strategy - play - tournaments - intens...1.000000False
      \n", + "
      " + ], + "text/plain": [ + " Document Topic \\\n", + "0 I’ve been thinking about starting a garden bu... 0 \n", + "1 Gardening is super relaxing You should start ... 0 \n", + "2 That sounds fun I’ve always wanted to grow my... 0 \n", + "3 I hear you I’m also limited on space but I’m ... 0 \n", + "4 That’s a great idea You can grow a lot in con... 0 \n", + "5 Speaking of strategy has anyone been followin... 1 \n", + "6 I have The level of play this year has been i... 1 \n", + "7 I’m not a chess expert but I enjoy watching t... 1 \n", + "8 It’s amazing how much thought goes into each ... 1 \n", + "9 Definitely I find that playing chess really s... 1 \n", + "\n", + " Name \\\n", + "0 0_gardening_garden_vegetables_plants \n", + "1 0_gardening_garden_vegetables_plants \n", + "2 0_gardening_garden_vegetables_plants \n", + "3 0_gardening_garden_vegetables_plants \n", + "4 0_gardening_garden_vegetables_plants \n", + "5 1_chess_strategy_play_tournaments \n", + "6 1_chess_strategy_play_tournaments \n", + "7 1_chess_strategy_play_tournaments \n", + "8 1_chess_strategy_play_tournaments \n", + "9 1_chess_strategy_play_tournaments \n", + "\n", + " Representation \\\n", + "0 [gardening, garden, vegetables, plants, grow, ... \n", + "1 [gardening, garden, vegetables, plants, grow, ... \n", + "2 [gardening, garden, vegetables, plants, grow, ... \n", + "3 [gardening, garden, vegetables, plants, grow, ... \n", + "4 [gardening, garden, vegetables, plants, grow, ... \n", + "5 [chess, strategy, play, tournaments, intense, ... \n", + "6 [chess, strategy, play, tournaments, intense, ... \n", + "7 [chess, strategy, play, tournaments, intense, ... \n", + "8 [chess, strategy, play, tournaments, intense, ... \n", + "9 [chess, strategy, play, tournaments, intense, ... \n", + "\n", + " Representative_Docs \\\n", + "0 [ I hear you I’m also limited on space but I’m... \n", + "1 [ I hear you I’m also limited on space but I’m... \n", + "2 [ I hear you I’m also limited on space but I’m... \n", + "3 [ I hear you I’m also limited on space but I’m... \n", + "4 [ I hear you I’m also limited on space but I’m... \n", + "5 [ I’m not a chess expert but I enjoy watching ... \n", + "6 [ I’m not a chess expert but I enjoy watching ... \n", + "7 [ I’m not a chess expert but I enjoy watching ... \n", + "8 [ I’m not a chess expert but I enjoy watching ... \n", + "9 [ I’m not a chess expert but I enjoy watching ... \n", + "\n", + " Top_n_words Probability \\\n", + "0 gardening - garden - vegetables - plants - gro... 1.000000 \n", + "1 gardening - garden - vegetables - plants - gro... 0.937373 \n", + "2 gardening - garden - vegetables - plants - gro... 0.985573 \n", + "3 gardening - garden - vegetables - plants - gro... 1.000000 \n", + "4 gardening - garden - vegetables - plants - gro... 0.817586 \n", + "5 chess - strategy - play - tournaments - intens... 1.000000 \n", + "6 chess - strategy - play - tournaments - intens... 0.848621 \n", + "7 chess - strategy - play - tournaments - intens... 1.000000 \n", + "8 chess - strategy - play - tournaments - intens... 0.848621 \n", + "9 chess - strategy - play - tournaments - intens... 1.000000 \n", + "\n", + " Representative_document \n", + "0 False \n", + "1 False \n", + "2 True \n", + "3 True \n", + "4 True \n", + "5 True \n", + "6 True \n", + "7 True \n", + "8 False \n", + "9 False " + ] + }, + "execution_count": 104, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "topic_model.get_document_info(docs)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": ".venv", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.11.6" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/tests/ipython_notebooks/output.csv b/tests/ipython_notebooks/output.csv new file mode 100644 index 00000000..0d3e2885 --- /dev/null +++ b/tests/ipython_notebooks/output.csv @@ -0,0 +1,15 @@ +0,0,herself,hello.txt_lexical_per_100,0.01 +0,0,right Ive itself its,hello.txt_lexical_per_100,0.04 +0,0,over or when havent,hello.txt_lexical_per_100,0.04 +0,0,each his whereas yup yours,hello.txt_lexical_per_100,0.05 +0,0,ah where out,hello.txt_lexical_per_100,0.03 +0,0,whatd near about,hello.txt_lexical_per_100,0.03 +0,0,shouldnt wouldnt somebody oh,hello.txt_lexical_per_100,0.04 +0,0,us youll,hello.txt_lexical_per_100,0.02 +0,0,yourself,hello.txt_lexical_per_100,0.01 +0,0,youd,hello.txt_lexical_per_100,0.01 +0,0,and huh be was itd,hello.txt_lexical_per_100,0.05 +0,0,all anything anybody,hello.txt_lexical_per_100,0.03 +0,0,get for which Id,hello.txt_lexical_per_100,0.04 +0,0,from this then her to,hello.txt_lexical_per_100,0.05 +0,0,herself before himself shes Ive,hello.txt_lexical_per_100,0.05 diff --git a/tests/run_tests.py b/tests/run_tests.py index aadd767c..3b8103a7 100644 --- a/tests/run_tests.py +++ b/tests/run_tests.py @@ -20,6 +20,7 @@ conv_encoding = chardet.detect(file.read()) chat_df = pd.read_csv("data/cleaned_data/test_chat_level.csv", encoding=chat_encoding['encoding']) + info_exchange_df = pd.read_csv("data/cleaned_data/info_exchange_zscore_chats.csv", encoding=chat_encoding['encoding']) conv_df = pd.read_csv("data/cleaned_data/test_conv_level.csv", encoding=conv_encoding['encoding']) test_ner_df = pd.read_csv("data/cleaned_data/test_named_entity.csv", encoding='utf-8') test_ner_training_df = pd.read_csv("data/cleaned_data/train_named_entity.csv") @@ -43,10 +44,28 @@ "Forward Flow", "Discursive Diversity" ], - turns = False + turns = False, + regenerate_vectors = True ) testing_chat.featurize() + testing_info_exchange = FeatureBuilder( + input_df = info_exchange_df, + vector_directory = "./vector_data/", + output_file_path_chat_level = "./output/chat/info_exchange_zscore_chats.csv", + output_file_path_user_level = "./output/user/info_exchange_zscore_chats.csv", + output_file_path_conv_level = "./output/conv/info_exchange_zscore_chats.csv", + custom_features = [ # these require vect_data, so they now need to be explicitly included in order to calculate them + "(BERT) Mimicry", + "Moving Mimicry", + "Forward Flow", + "Discursive Diversity" + ], + turns = False, + regenerate_vectors = True + ) + testing_info_exchange.featurize() + testing_conv = FeatureBuilder( input_df = conv_df, vector_directory = "./vector_data/", @@ -59,7 +78,8 @@ "Forward Flow", "Discursive Diversity" ], - turns = False + turns = False, + regenerate_vectors = True ) testing_conv.featurize() @@ -76,7 +96,8 @@ "Forward Flow", "Discursive Diversity" ], - turns = False + turns = False, + regenerate_vectors = True ) test_ner_feature_builder.featurize() @@ -93,7 +114,8 @@ "Forward Flow", "Discursive Diversity" ], - turns = False + turns = False, + regenerate_vectors = True ) testing_chat_complex.featurize() @@ -110,7 +132,8 @@ "Forward Flow", "Discursive Diversity" ], - turns = False + turns = False, + regenerate_vectors = True ) testing_conv_complex.featurize() @@ -126,7 +149,8 @@ "Forward Flow", "Discursive Diversity" ], - turns = False + turns = False, + regenerate_vectors = True ) testing_conv_complex_ts.featurize() @@ -143,7 +167,8 @@ "Forward Flow", "Discursive Diversity" ], - turns = False + turns = False, + regenerate_vectors = True ) testing_forward_flow.featurize() \ No newline at end of file diff --git a/tests/test_feature_metrics.py b/tests/test_feature_metrics.py index 4c1844c4..e52e67d4 100644 --- a/tests/test_feature_metrics.py +++ b/tests/test_feature_metrics.py @@ -1,3 +1,4 @@ +from team_comm_tools.feature_dict import feature_dict import pytest import pandas as pd import numpy as np @@ -5,24 +6,37 @@ import logging import itertools -test_chat_df = pd.read_csv("./output/chat/test_chat_level_chat.csv") -test_conv_df = pd.read_csv("./output/conv/test_conv_level_conv.csv") -test_chat_complex_df = pd.read_csv("./output/chat/test_chat_level_chat_complex.csv") -test_conv_complex_df = pd.read_csv("./output/conv/test_conv_level_conv_complex.csv") -test_conv_complex_df_ts = pd.read_csv("./output/conv/test_conv_level_conv_complex_ts.csv") +test_chat_df = pd.read_csv("./output/chat/test_chat_level_chat.csv") +test_info_exchange_zscore_df = pd.read_csv("./output/chat/info_exchange_zscore_chats.csv") +test_chat_df = pd.concat([test_chat_df, test_info_exchange_zscore_df], axis=0) +test_conv_df = pd.read_csv("./output/conv/test_conv_level_conv.csv") +test_chat_complex_df = pd.read_csv( + "./output/chat/test_chat_level_chat_complex.csv") +test_conv_complex_df = pd.read_csv( + "./output/conv/test_conv_level_conv_complex.csv") +test_conv_complex_df_ts = pd.read_csv( + "./output/conv/test_conv_level_conv_complex_ts.csv") test_forward_flow_df = pd.read_csv("./output/chat/test_forward_flow_chat.csv") # Import the Feature Dictionary -from team_comm_tools.feature_dict import feature_dict -chat_features = [feature_dict[feature]["columns"] for feature in feature_dict.keys() if feature_dict[feature]["level"] == "Chat"] -conversation_features = [feature_dict[feature]["columns"] for feature in feature_dict.keys() if feature_dict[feature]["level"] == "Conversation"] +chat_features = [feature_dict[feature]["columns"] + for feature in feature_dict.keys() if feature_dict[feature]["level"] == "Chat"] +conversation_features = [feature_dict[feature]["columns"] for feature in feature_dict.keys( +) if feature_dict[feature]["level"] == "Conversation"] num_features_chat = len(list(itertools.chain(*chat_features))) num_features_conv = len(list(itertools.chain(*conversation_features))) -num_tested_chat = test_chat_df['expected_column'].nunique() + test_chat_complex_df['feature'].nunique() + test_forward_flow_df['feature'].nunique() -num_tested_conv = test_conv_df['expected_column'].nunique() + test_conv_complex_df['feature'].nunique() + +num_tested_chat = test_chat_df['expected_column'].nunique( +) + test_chat_complex_df['feature'].nunique() + test_forward_flow_df['feature'].nunique() +test_chat = test_chat_df['expected_column'] + \ + test_chat_complex_df['feature'] + test_forward_flow_df['feature'] +tested_chat = set(test_chat.tolist()) + + +num_tested_conv = len(set(test_conv_df['expected_column'].unique().tolist() + test_conv_complex_df['feature'].unique().tolist())) tested_features = {} @@ -33,6 +47,8 @@ pass # generate coverage for tests + + @pytest.mark.parametrize("row", test_chat_df.iterrows()) def test_chat_unit_equality(row): actual = row[1][row[1]['expected_column']] @@ -41,24 +57,28 @@ def test_chat_unit_equality(row): # if expected_column doesn't exist in tested_features, add an entry for it if row[1]['expected_column'] not in tested_features: tested_features[row[1]['expected_column']] = {'passed': 0, 'failed': 0} - + try: - assert round(float(actual), 3) == round(float(expected), 3) + if (type(actual) == str): + assert actual == expected + else: + assert round(float(actual), 3) == round(float(expected), 3) tested_features[row[1]['expected_column']]['passed'] += 1 except AssertionError: tested_features[row[1]['expected_column']]['failed'] += 1 with open('test.log', 'a') as file: file.write("\n") file.write("------TEST FAILED------\n") - file.write(f"Testing {row[1]['expected_column']} for message: {row[1]['message_original']}\n") + file.write( + f"Testing {row[1]['expected_column']} for message: {row[1]['message_original']}\n") file.write(f"Expected value: {expected}\n") file.write(f"Actual value: {actual}\n") - raise # Re-raise the AssertionError to mark the test as failed test_ner = pd.read_csv('./output/chat/test_named_entity_chat_level.csv') tested_features['Named Entity Recognition'] = {'passed': 0, 'failed': 0} + @pytest.mark.parametrize("row", test_ner.iterrows()) def test_named_entity_recognition(row): @@ -68,7 +88,8 @@ def test_named_entity_recognition(row): assert row[1]['named_entities'] == "()" tested_features['Named Entity Recognition']['passed'] += 1 except AssertionError: - parsed_actual = row[1]['named_entities'].replace(" ","").replace("(","").replace(")", "").split(',') + parsed_actual = row[1]['named_entities'].replace( + " ", "").replace("(", "").replace(")", "").split(',') actual = parsed_actual[0::2] if actual and actual[-1] == '': @@ -78,19 +99,21 @@ def test_named_entity_recognition(row): with open('test.log', 'a') as file: file.write("\n") file.write("------TEST FAILED------\n") - file.write(f"Testing NER for message: {row[1]['message_original']}\n") + file.write( + f"Testing NER for message: {row[1]['message_original']}\n") file.write(f"Expected value: {[]}\n") file.write(f"Actual value: {actual}\n") else: - expected = row[1]['expected_value'].split(',') - parsed_actual = row[1]['named_entities'].replace(" ","").replace("(","").replace(")", "").split(',') + expected = row[1]['expected_value'].split(',') + parsed_actual = row[1]['named_entities'].replace( + " ", "").replace("(", "").replace(")", "").split(',') actual = parsed_actual[0::2] if actual and actual[-1] == '': # Remove the last element - actual.pop() + actual.pop() - try: + try: assert len(expected) == len(actual) for named_entity in expected: assert named_entity.lower().strip() in actual @@ -100,14 +123,14 @@ def test_named_entity_recognition(row): with open('test.log', 'a') as file: file.write("\n") file.write("------TEST FAILED------\n") - file.write(f"Testing NER for message: {row[1]['message_original']}\n") + file.write( + f"Testing NER for message: {row[1]['message_original']}\n") file.write(f"Expected value: {expected}\n") file.write(f"Actual value: {actual}\n") # raise # Re-raise the AssertionError to mark the test as failed - @pytest.mark.parametrize("conversation_num, conversation_rows", test_conv_df.groupby('conversation_num')) def test_conv_unit_equality(conversation_num, conversation_rows): test_failed = False @@ -116,10 +139,11 @@ def test_conv_unit_equality(conversation_num, conversation_rows): for _, row in conversation_rows.iterrows(): if row['expected_column'] not in tested_features: - tested_features[row['expected_column']] = {'passed': 0, 'failed': 0} + tested_features[row['expected_column']] = { + 'passed': 0, 'failed': 0} actual = row[row['expected_column']] expected = row['expected_value'] - + try: assert round(actual, 3) == round(expected, 3) tested_features[row['expected_column']]['passed'] += 1 @@ -133,17 +157,19 @@ def test_conv_unit_equality(conversation_num, conversation_rows): with open('test.log', 'a') as file: file.write("\n") file.write("------TEST FAILED------\n") - file.write(f"Testing {row['expected_column']} for conversation_num: {conversation_num}\n") + file.write( + f"Testing {row['expected_column']} for conversation_num: {conversation_num}\n") file.write(f"Expected value: {expected_out}\n") file.write(f"Actual value: {actual_out}\n") - raise - -# testing complex features -test_chat_complex_df = pd.read_csv("./output/chat/test_chat_level_chat_complex.csv") +# testing complex features +test_chat_complex_df = pd.read_csv( + "./output/chat/test_chat_level_chat_complex.csv") # Helper function to generate batches of three rows + + def get_batches(dataframe, batch_size=3): batches = [] rows = list(dataframe.iterrows()) @@ -151,6 +177,7 @@ def get_batches(dataframe, batch_size=3): batches.append(rows[i:i + batch_size]) return batches + def get_conversation_batches(dataframe, batch_size=3): # group by conversation_num and get the last row from the group last_rows = dataframe.groupby('conversation_num').tail(1) @@ -162,15 +189,17 @@ def get_conversation_batches(dataframe, batch_size=3): batches.append(rows[i:i + batch_size]) return batches + # Assuming test_chat_complex_df is your DataFrame -batches = get_batches(test_chat_complex_df, batch_size=3) +batches = get_batches(test_chat_complex_df, batch_size=3) + @pytest.mark.parametrize("batch", batches) def test_chat_complex(batch): feature = batch[0][1]['feature'] if feature not in tested_features: tested_features[feature] = {'passed': 0, 'failed': 0} - + og_result = batch[0][1][feature] inv_result = batch[1][1][feature] dir_result = batch[2][1][feature] @@ -180,15 +209,16 @@ def test_chat_complex(batch): # calculate ratio between inv and dir ratio = dir_distance / inv_distance - + try: - + assert ratio > 1 tested_features[feature]['passed'] += 1 with open('test.log', 'a') as file: file.write("\n") file.write("------TEST PASSED------\n") - file.write(f"Testing {feature} for message: {batch[0][1]['message']}\n") + file.write( + f"Testing {feature} for message: {batch[0][1]['message']}\n") file.write(f"Inv message: {batch[1][1]['message']}\n") file.write(f"Dir message: {batch[2][1]['message']}\n") file.write(f"Ratio (DIR / INV): {ratio}\n") @@ -197,14 +227,18 @@ def test_chat_complex(batch): with open('test.log', 'a') as file: file.write("\n") file.write("------TEST FAILED------\n") - file.write(f"Testing {feature} for message: {batch[0][1]['message']}\n") + file.write( + f"Testing {feature} for message: {batch[0][1]['message']}\n") file.write(f"Inv message: {batch[1][1]['message']}\n") file.write(f"Dir message: {batch[2][1]['message']}\n") file.write(f"Ratio (DIR / INV): {ratio}\n") raise # Re-raise the AssertionError to mark the test as failed -batches = get_batches(test_conv_complex_df, batch_size=3) + get_conversation_batches(test_forward_flow_df, batch_size=3) + get_batches(test_conv_complex_df_ts, batch_size=3) + +batches = get_batches(test_conv_complex_df, batch_size=3) + get_conversation_batches( + test_forward_flow_df, batch_size=3) + get_batches(test_conv_complex_df_ts, batch_size=3) + @pytest.mark.parametrize("batch", batches) def test_conv_complex(batch): @@ -225,44 +259,52 @@ def test_conv_complex(batch): ratio = 2 else: ratio = dir_distance / inv_distance - + try: - + assert ratio > 1 tested_features[feature]['passed'] += 1 with open('test.log', 'a') as file: file.write("\n") file.write("------TEST PASSED------\n") - file.write(f"Testing {feature} for conversation: {batch[0][1]['conversation_num']}\n") - file.write(f"Inv conversation: {batch[1][1]['conversation_num']}\n") - file.write(f"Dir conversation: {batch[2][1]['conversation_num']}\n") + file.write( + f"Testing {feature} for conversation: {batch[0][1]['conversation_num']}\n") + file.write( + f"Inv conversation: {batch[1][1]['conversation_num']}\n") + file.write( + f"Dir conversation: {batch[2][1]['conversation_num']}\n") file.write(f"Ratio (DIR / INV): {ratio}\n") except AssertionError: tested_features[feature]['failed'] += 1 with open('test.log', 'a') as file: file.write("\n") file.write("------TEST FAILED------\n") - file.write(f"Testing {feature} for conversation: {batch[0][1]['conversation_num']}\n") - file.write(f"Inv conversation: {batch[1][1]['conversation_num']}\n") - file.write(f"Dir conversation: {batch[2][1]['conversation_num']}\n") + file.write( + f"Testing {feature} for conversation: {batch[0][1]['conversation_num']}\n") + file.write( + f"Inv conversation: {batch[1][1]['conversation_num']}\n") + file.write( + f"Dir conversation: {batch[2][1]['conversation_num']}\n") file.write(f"Ratio (DIR / INV): {ratio}\n") # raise # Re-raise the AssertionError to mark the test as failed + batches = get_conversation_batches(test_forward_flow_df, batch_size=3) + @pytest.mark.parametrize("batch", batches) def test_forward_flow_unit(batch): if (batch[0][1]['test_type'] != 'unit_eq'): return feature = batch[0][1]['feature'] - + if feature not in tested_features: tested_features[feature] = {'passed': 0, 'failed': 0} - og_result = batch[0][1][feature] - inv_result = batch[1][1][feature] - dir_result = batch[2][1][feature] + og_result = round(batch[0][1][feature], 3) + inv_result = round(batch[1][1][feature], 3) + dir_result = round(batch[2][1][feature], 3) inv_distance = abs(og_result - inv_result) dir_distance = abs(og_result - dir_result) @@ -273,13 +315,15 @@ def test_forward_flow_unit(batch): with open('test.log', 'a') as file: file.write("\n") file.write("------TEST PASSED------\n") - file.write(f"Testing {feature} for unit equality and perturbation across conversations: {batch[0][1]['conversation_num']}, {batch[1][1]['conversation_num']}, {batch[2][1]['conversation_num']}\n") + file.write( + f"Testing {feature} for unit equality and perturbation across conversations: {batch[0][1]['conversation_num']}, {batch[1][1]['conversation_num']}, {batch[2][1]['conversation_num']}\n") else: tested_features[feature]['failed'] += 1 with open('test.log', 'a') as file: file.write("\n") file.write("------TEST FAILED------\n") - file.write(f"Testing {feature} for conversation: {batch[0][1]['conversation_num']}\n") + file.write( + f"Testing {feature} for conversation: {batch[0][1]['conversation_num']}\n") file.write(f"OG Result: {batch[0][1][feature]}\n") file.write(f"UNIT TEST Result: {batch[1][1][feature]}\n") file.write(f"DIR Result: {batch[2][1][feature]}\n") @@ -290,10 +334,13 @@ def test_final_results(): with open('test.log', 'a') as file: for feature, results in tested_features.items(): - accuracy = results['passed'] / (results['passed'] + results['failed']) * 100 + accuracy = results['passed'] / \ + (results['passed'] + results['failed']) * 100 + # file.write(f"Feature: {feature}\n") if accuracy != 100: file.write("\n") file.write("------RESULTS------\n") file.write(f"Feature: {feature}\n") - file.write(f"Accuracy: {results['passed'] / (results['passed'] + results['failed']) * 100:.2f}%") - file.write("\n") \ No newline at end of file + file.write( + f"Accuracy: {results['passed'] / (results['passed'] + results['failed']) * 100:.2f}%") + file.write("\n")